aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2001-08-28 17:14:36 +0000
committerdancer <dancer>2001-08-28 17:14:36 +0000
commit9f751b15e94c1cbd54e79b940d200f53dda0f798 (patch)
tree3a8d525180ba7c9cc89fea27bebd80854dea5d35
parentb5e6d5726664695d02c11ac1b6e17e0678dcaece (diff)
downloadpbuilder-9f751b15e94c1cbd54e79b940d200f53dda0f798.tar
pbuilder-9f751b15e94c1cbd54e79b940d200f53dda0f798.tar.gz
changed build-deps to debootstrap 0.1.15
-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 4280474..c607264 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
pbuilder (0.3) unstable; urgency=low
- * fixed a typo in regexp. Could not handle NMU packages, for builder.
+ * fixed a typo in regexp. Could not handle NMU packages, for builder. It did not accept a "period" in the debian version number. strange.
+ * depend on debootstrap 0.1.15 or greater. Because it has been tested on 0.1.15
- -- Junichi Uekawa <dancer@debian.org> Wed, 29 Aug 2001 00:41:03 +0900
+ -- Junichi Uekawa <dancer@debian.org> Wed, 29 Aug 2001 02:10:46 +0900
pbuilder (0.2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0383b0a..0eb8c97 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.5.6
Package: pbuilder
Architecture: all
-Depends: debootstrap (>= 0.1.15.2), ${shlibs:Depends}
+Depends: debootstrap (>= 0.1.15), ${shlibs:Depends}
Description: personal package builder for Debian packages
Constructs a chroot system, and builds a package inside the
chroot.