aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 9550109..d9fe547 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-pbuilder (0.102) unstable; urgency=low
+pbuilder (0.102) UNRELEASED; urgency=low
* Implement --variant=buildd support, thanks for Daniel Schepler
for the work on debootstrap side.
Note that this change does not affect user-mode-linux, since
user-mode-linux version uses rootstrap
(closes: #154528)
+ - require debootstrap version 0.2.29 or later
- -- Junichi Uekawa <dancer@debian.org> Wed, 7 Apr 2004 06:31:20 +0900
+ -- Junichi Uekawa <dancer@debian.org> Wed, 7 Apr 2004 07:07:11 +0900
pbuilder (0.101) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 737c46b..3121b54 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
Package: pbuilder
Architecture: all
-Depends: debootstrap (>= 0.1.17.9), wget, gcc, debianutils (>= 1.13.1)
+Depends: debootstrap (>= 0.2.29), wget, gcc, debianutils (>= 1.13.1)
Recommends: fakeroot, sudo, devscripts
Suggests: pbuilder-uml
Description: personal package builder for Debian packages