aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddy Petrisor <eddy@bounty.eddyp.homelinux.net>2007-06-25 20:28:52 +0300
committerEddy Petrisor <eddy@bounty.eddyp.homelinux.net>2007-06-28 02:19:57 +0300
commit20df3b1c9035cb503b8645c8f60de3c426f1cf87 (patch)
treead8966f469ed1ba48593ce00c77e43f003fd53d4
parent7ed913ae27fe872aaa8b2cca4f906849ce1ca541 (diff)
downloadpbuilder-20df3b1c9035cb503b8645c8f60de3c426f1cf87.tar
pbuilder-20df3b1c9035cb503b8645c8f60de3c426f1cf87.tar.gz
build depends on debconf now
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ff46eb..456b4c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pbuilder (0.170.1) UNRELEASED; urgency=low
+
+ * Non-maintainer upload.
+ * added support for detection of the default mirror in postinst
+
+ -- Eddy Petrișor <eddy.petrisor@gmail.com> Mon, 25 Jun 2007 20:27:17 +0300
+
pbuilder (0.170) unstable; urgency=low
* add example rebuild script from Bastian Venthur
diff --git a/debian/control b/debian/control
index 7148a29..6de2fe2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: devel
Priority: extra
Maintainer: Debian pbuilder maintenance team <pbuilder-maint@lists.alioth.debian.org>
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]
+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], debconf|debconf-2.0
Standards-Version: 3.7.2
Package: pbuilder
Architecture: all
-Depends: cdebootstrap|debootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1)
+Depends: cdebootstrap|debootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1), ${misc:Depends}
Recommends: fakeroot, sudo, devscripts, cowdancer
Suggests: pbuilder-uml
Description: personal package builder for Debian packages
diff --git a/debian/rules b/debian/rules
index c56a534..40d082e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,7 @@ binary-indep: build install
dh_installdocs -i
dh_installman pbuilder.8 pbuilderrc.5 pdebuild.1 debuild-pbuilder.1
dh_installchangelogs -i
+ dh_installdebconf
dh_link -i
dh_compress -i -X.pdf
dh_fixperms -i
@@ -72,7 +73,6 @@ ifneq (,$(findstring ${ARCH},i386 amd64))
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
- dh_installdebconf
endif