diff options
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. |