From: Russ Allbery <rra@debian.org>
Date: Wed, 1 Sep 2010 23:29:17 +0000 (-0700)
Subject: Clean, rename, and wrap Build-Depends
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fc7663bfe94a50dd1994e011cc321847a562fc4b;p=debian%2Fdebian-policy.git

Clean, rename, and wrap Build-Depends

* Move Build-Depends-Indep to Build-Depends (there's no reason to use
  -Indep in a package that builds only architecture-independent binary
  packages), wrap it, and remove version restrictions that are older
  than the version in oldstable.
---

diff --git a/debian/changelog b/debian/changelog
index 6ed876d..5afca52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,10 @@ debian-policy (3.9.2.0) UNRELEASED; urgency=low
     paragraph discussing non-interactivity, and explicitly mark all rules
     as either required or optional.  (Closes: #536790)
   * Wrap Uploaders in debian/control.
+  * Move Build-Depends-Indep to Build-Depends (there's no reason to use
+    -Indep in a package that builds only architecture-independent binary
+    packages), wrap it, and remove version restrictions that are older
+    than the version in oldstable.
 
  -- Russ Allbery <rra@debian.org>  Thu, 12 Aug 2010 10:47:47 -0700
 
diff --git a/debian/control b/debian/control
index f1eba4c..920dd5c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,9 @@ Uploaders: Manoj Srivastava <srivasta@debian.org>,
  Colin Watson <cjwatson@debian.org>,
  Bill Allombert <ballombe@debian.org>
 Standards-Version: 3.9.0
-Build-Depends-Indep: sgml-data (>= 2.0), debiandoc-sgml (>= 1.1.47), texlive, texlive-latex-extra, groff, bsdmainutils, pstoedit, jade, docbook-xml (>= 3.1.1), docbook-dsssl, tidy, links (>= 0.90) | elinks
+Build-Depends: bsdmainutils, debiandoc-sgml (>= 1.1.47), docbook-dsssl,
+ docbook-xml, groff, jade, links | elinks, pstoedit, sgml-data, texlive,
+ texlive-latex-extra, tidy
 Vcs-Browser: http://git.debian.org/?p=dbnpolicy/policy.git
 Vcs-Git: git://git.debian.org/git/dbnpolicy/policy.git