aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b6573e7..6d1adb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,12 @@ pbuilder (0.140) UNRELEASED; urgency=low
* Bug fix: "pbuilder: PATH not preserved when either BUILDUSERID or
BUILDUSERNAME isn't set", thanks to Mike Hommey (Closes: #341453).
* pbuilder-doc.xml: Document ccache support in FAQ (Closes: #178350).
+ * Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing
+ --allow-unauthenticated option", thanks to qfunk (Closes: #340715).
+ - fixed other scripts to use --allow-unauthenticated option rather than --force-yes.
+ * debconf compatibility level 4
- -- Junichi Uekawa <dancer@debian.org> Thu, 1 Dec 2005 09:06:29 +0900
+ -- Junichi Uekawa <dancer@debian.org> Sun, 4 Dec 2005 13:33:51 +0900
pbuilder (0.139) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 99833c1..64323c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
configure: configure-stamp