aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordancer <dancer>2002-10-16 11:37:51 +0000
committerdancer <dancer>2002-10-16 11:37:51 +0000
commita34bead38da82a3153ce507d6ca0206cfbdff989 (patch)
tree611c3f6b2690ac5a526dd74f6f49730f459d571b /debian
parent270bc26d73b5536bdb3f5dea604512c59f431e19 (diff)
downloadpbuilder-a34bead38da82a3153ce507d6ca0206cfbdff989.tar
pbuilder-a34bead38da82a3153ce507d6ca0206cfbdff989.tar.gz
+ * pbuilder-satisfydepends: apply patch from hmh, thanks!
+ It now searches for a version that matches. + Bug: #164919
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian5
-rw-r--r--debian/changelog8
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 24e85b7..bc9c552 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -41,7 +41,8 @@ Testsuite:
The whole of Debian archive (main) is now being test-rebuilt with
pbuilder. Most packages succeed. Many fail to build from
source, genuinely, or from pbuilder bugs. The number of pbuilder
- bugs are on the decreasing end.
+ bugs are on the decreasing end. 5000 packages suceeded in building,
+ and about 1000 packages don't build from source.
Notes on usage of $TMPDIR
@@ -72,4 +73,4 @@ past.
$Id$
- -- Junichi Uekawa <dancer@debian.org>, Sat, 28 Jul 2001 17:05:50 +0900
+ -- Junichi Uekawa <dancer@debian.org>, Wed Oct 16 13:05:54 2002
diff --git a/debian/changelog b/debian/changelog
index d311968..a64f7da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pbuilder (0.44) unstable; urgency=low
+
+ * pbuilder-satisfydepends: now searches for a version that matches, instead of sorting.
+ (closes: #164919)
+ thanks: Henrique de Moraes Holschuh <hmh@debian.org>
+
+ -- Junichi Uekawa <dancer@debian.org> Wed, 16 Oct 2002 13:01:29 +0900
+
pbuilder (0.43) unstable; urgency=low
* Add locking capabilities in base.tgz handling.