From 304a760067e7f6a2933ceca0147c551f59af6aa6 Mon Sep 17 00:00:00 2001 From: Bill Allombert Date: Tue, 16 Jun 2009 20:38:18 +0200 Subject: [PATCH] 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 --- debian/changelog | 8 +++++++- debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0f8edea..ca44440 100644 --- a/debian/changelog +++ b/debian/changelog @@ -43,7 +43,13 @@ debian-policy (3.8.2.0) UNRELEASED; urgency=low Closes: #525151 * Add myself to Uploaders. - -- Bill Allombert 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 Tue, 16 Jun 2009 20:32:29 +0200 debian-policy (3.8.1.0) unstable; urgency=low diff --git a/debian/control b/debian/control index 247b0e7..1c75184 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: debian-policy Section: doc Priority: optional Maintainer: Debian Policy List -Uploaders: Manoj Srivastava , Russ Allbery , Colin Watson -Standards-Version: 3.8.0 +Uploaders: Manoj Srivastava , Russ Allbery , Colin Watson , Bill Allombert +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 diff --git a/debian/rules b/debian/rules index f3f3b76..aa42324 100755 --- a/debian/rules +++ b/debian/rules @@ -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: //') -- 2.39.5