]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Add myself to Uploaders.
authorBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Tue, 16 Jun 2009 18:38:18 +0000 (20:38 +0200)
committerBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Tue, 16 Jun 2009 18:38:18 +0000 (20:38 +0200)
Update Standards-Version to 3.8.1 (no changes required).
debian/rules: use dpkg --print-architecture instead of
obsolete form dpkg --print-installation-architecture

debian/changelog
debian/control
debian/rules

index 0f8edea67cf3d7416a80066500b231c77ae53fba..ca4444034347784932521708d5f1c74bf5a4fbd8 100644 (file)
@@ -43,7 +43,13 @@ debian-policy (3.8.2.0) UNRELEASED; urgency=low
     Closes: #525151
   * Add myself to Uploaders.
 
- -- Bill Allombert <ballombe@debian.org>  Tue, 16 Jun 2009 17:20:15 +0200
+  [ Bill Allombert ]
+  * Add myself to Uploaders.
+  * Update Standards-Version to 3.8.1 (no changes required).
+  * debian/rules: use dpkg --print-architecture instead of
+    obsolete form dpkg --print-installation-architecture
+
+ -- Bill Allombert <ballombe@debian.org>  Tue, 16 Jun 2009 20:32:29 +0200
 
 debian-policy (3.8.1.0) unstable; urgency=low
 
index 247b0e72e11dcfdf5c3646c95c866d8bb5c394d8..1c75184bf240fa391765d1a18f657a37532c7d7a 100644 (file)
@@ -2,8 +2,8 @@ Source: debian-policy
 Section: doc
 Priority: optional
 Maintainer: Debian Policy List <debian-policy@lists.debian.org>
-Uploaders: Manoj Srivastava <srivasta@debian.org>, Russ Allbery <rra@debian.org>, Colin Watson <cjwatson@debian.org>
-Standards-Version: 3.8.0
+Uploaders: Manoj Srivastava <srivasta@debian.org>, Russ Allbery <rra@debian.org>, Colin Watson <cjwatson@debian.org>, Bill Allombert <ballombe@debian.org>
+Standards-Version: 3.8.1
 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
 Vcs-Browser: http://git.debian.org/?p=dbnpolicy/policy.git
 Vcs-Git: git://git.debian.org/git/dbnpolicy/policy.git
index f3f3b766176fa1aa9ec74c8963f060004fdf1bd5..aa42324469ec08a073067c9b6ac4d851f0cfe990 100755 (executable)
@@ -14,7 +14,7 @@ export DEB_HOST_GNU_CPU    ?= $(shell dpkg-architecture $(ha) -qDEB_HOST_GNU_CPU
 export DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture $(ha) -qDEB_HOST_GNU_SYSTEM)
 export DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture $(ha) -qDEB_HOST_GNU_TYPE)
 
-arch   := $(shell dpkg --print-installation-architecture)
+arch   := $(shell dpkg --print-architecture)
 
 # Basic information
 package := $(shell grep Source debian/control | sed 's/^Source: //')