aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordancer <dancer>2002-01-17 18:41:48 +0000
committerdancer <dancer>2002-01-17 18:41:48 +0000
commit0c5c2cd72415656f92a1e1663aded64cf9b3c229 (patch)
tree79d7d5b42e8579a38408979888ad1fccc5543285 /debian
parent8dc73f5255da975798941f2659b019d37e992e26 (diff)
downloadpbuilder-0c5c2cd72415656f92a1e1663aded64cf9b3c229.tar
pbuilder-0c5c2cd72415656f92a1e1663aded64cf9b3c229.tar.gz
added Daniel Kobras patch, to implement dpkg-buildpacakge options.
Testing this should be a good idea.
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO3
-rw-r--r--debian/changelog8
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/TODO b/debian/TODO
index b896f40..758a627 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -5,7 +5,7 @@ TODO and possible bugs:
* Machine type specification in Build dependency should either have
[!xxx !xxx !xxx ...] or [xxx xxx xxx ...]
[!xxx xxx] formats are not parsed, and should really not exist.
- * Creating a sbuilder, command, which cooperates with sbuild, and
+ * Creating a "sbuilder" command, which cooperates with sbuild, and
use sbuild if possible.
* Please file a bug if you find that pbuilder does not exit with
error condition on failure to build a package.
@@ -14,6 +14,7 @@ TODO and possible bugs:
- documentation of how to do it
- updating the script hooks interface (mount / umount)
- putting example scripts.
+ * Supporting use of system /etc/apt config files?
* Supporting really automatic "pbuilder upgrade"
- how about passing "-o dpkg::Options=--force-confnew" to apt?
diff --git a/debian/changelog b/debian/changelog
index 9c96ce4..92471d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
pbuilder (0.18) unstable; urgency=low
* New version, "Trying to address some wishlists" (not yet released)
- * This version should implement using system apt/ configuration files.
- and some other goodies ...
* Added usr/share/pbuilder/pbuilderrc for default configuration.
* Apply $@ -> "$@" fix from Daniel Kobras.
+ * Apply the patch from Daniel Kobras for specifying options to
+ dpkg-buildpacakge invocation in pbuilder-buildpacakge.
+ It should be possible to build binary-only uploads etc.
+ (closes: #129221)
- -- Junichi Uekawa <dancer@debian.org> Tue, 15 Jan 2002 19:10:23 +0900
+ -- Junichi Uekawa <dancer@debian.org> Fri, 18 Jan 2002 03:34:53 +0900
pbuilder (0.17) unstable; urgency=low