aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1929845..439c462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-27 Junichi Uekawa <dancer@debian.org>
+
+ * debian/control (Depends): add coreutils 4.5.8-1 dependency.
+
2004-04-20 Junichi Uekawa <dancer@debian.org>
* pbuilder-modules: patch from Michel Daenzer <daenzer@debian.org>
diff --git a/debian/changelog b/debian/changelog
index edf7514..91773a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pbuilder (0.105) UNRELEASED; urgency=low
+
+ * add readlink dependency; coreutils now has it, not debianutils
+ (closes: #250160)
+
+ -- Junichi Uekawa <dancer@debian.org> Thu, 27 May 2004 03:52:48 +0900
+
pbuilder (0.104) unstable; urgency=low
* Gah, re-upload. Broken upload.
diff --git a/debian/control b/debian/control
index 3121b54..d9861d9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
Package: pbuilder
Architecture: all
-Depends: debootstrap (>= 0.2.29), wget, gcc, debianutils (>= 1.13.1)
+Depends: debootstrap (>= 0.2.29), wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1)
Recommends: fakeroot, sudo, devscripts
Suggests: pbuilder-uml
Description: personal package builder for Debian packages