diff options
author | dancer <dancer> | 2003-12-16 14:34:31 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-12-16 14:34:31 +0000 |
commit | 65b755a6ccbbf858d4180394c7284a9d2f48f6ac (patch) | |
tree | abf291f5a091baecafc5009860c789662840f740 /debian | |
parent | 6fc4aa6416317f702d30e74c2df7ee1e32b0a60b (diff) | |
download | pbuilder-65b755a6ccbbf858d4180394c7284a9d2f48f6ac.tar pbuilder-65b755a6ccbbf858d4180394c7284a9d2f48f6ac.tar.gz |
+ * debian/control (Description): do not conflict with older bash.
+
+ * pbuilder-buildpackage-funcs:
+ * pbuilder-checkparams: do not error out on
+ failure to unset.
+
+ * pbuilder.8: document --debug.
+
+ * pbuilder-checkparams (IGNORE_UMOUNT): --debug option.
+
+ * pbuilder-createbuildenv:
+ * pbuilder-updatebuildenv: use PBUILDER_DEBUGMODE variable
+
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 2450076..9595962 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,9 +10,11 @@ pbuilder (0.96) UNRELEASED; urgency=low * examples/execute_installtest.sh: Tries to 'apt-get install' a package and sees if it does install. * examples/execute_paramtest.sh: Just dumps the parameter. - TODO: umountproc is not called when error happens; that's not desirable. + * pbuilder --debug option added, to do some kind of debugging when + update and create. + * Do not conflict with older version of bash, and try to work with it. - -- Junichi Uekawa <dancer@debian.org> Tue, 16 Dec 2003 08:22:46 +0900 + -- Junichi Uekawa <dancer@debian.org> Tue, 16 Dec 2003 23:29:46 +0900 pbuilder (0.95) unstable; urgency=low diff --git a/debian/control b/debian/control index fc07e0b..737c46b 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Architecture: all Depends: debootstrap (>= 0.1.17.9), wget, gcc, debianutils (>= 1.13.1) Recommends: fakeroot, sudo, devscripts Suggests: pbuilder-uml -Conflicts: bash (<< 2.05b-1) Description: personal package builder for Debian packages pbuilder constructs a chroot system, and builds a package inside the chroot. |