diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4cdc5c3..690b984 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,13 +4,15 @@ pbuilder (0.174) UNRELEASED; urgency=low * add bash_completion. * Bug fix: "pbuilder: incoherence man page with --help", thanks to David Vernazobres (Closes: #446479). + * Bug fix: "Add XS-Vcs-* field", thanks to Laurent Bigonville (Closes: + #447631). [ Adrien Cunin ] * Added the ability to specify the distribution components via $COMPONENTS in pbuilderrc or via pbuilder --components. Part of the patch taken from Ubuntu. (Closes: #422371) - -- Junichi Uekawa <dancer@debian.org> Mon, 15 Oct 2007 08:44:20 +0900 + -- Junichi Uekawa <dancer@debian.org> Tue, 23 Oct 2007 22:37:14 +0900 pbuilder (0.173) unstable; urgency=low diff --git a/debian/control b/debian/control index 7148a29..569b33c 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: Debian pbuilder maintenance team <pbuilder-maint@lists.alioth.debian Uploaders: Junichi Uekawa <dancer@debian.org>, Matt Kraai <kraai@debian.org> Build-Depends: debhelper (>= 4.1.0), docbook-xsl, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc, dpkg-dev (>= 1.13.19), dblatex, rootstrap [i386 amd64] Standards-Version: 3.7.2 +XS-Vcs-Git: git://git.debian.org/git/pbuilder/pbuilder.git +XS-Vcs-Browser: http://git.debian.org/?p=pbuilder/pbuilder.git Package: pbuilder Architecture: all |