diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/TODO | 17 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 12 insertions, 17 deletions
diff --git a/debian/TODO b/debian/TODO index 494988a..32c25ec 100644 --- a/debian/TODO +++ b/debian/TODO @@ -1,5 +1,9 @@ TODO and possible bugs: +* /etc/pbuilderrc +I want to not make it a conffile, but removing the file is a problem, + since I already have /etc/pbuilder/pbuilderrc symlink. + * pdebuild-internal - hooks should be supported (342613) - Use pbuilder cache in pdebuild-internal (235237) @@ -24,19 +28,6 @@ contains xvfb. Maybe document the limitation. -* cowdancer support - - depends-on debian-bug: 329383: now partially resolved. -0.6 is released. -cowdancer is mostly functional now. -Where to put cowbuilder -should pbuilder be extended or cowbuilder developed further? - -cowdancer 0.9 is released and most bugs are fixed, a post is posted to -debian-devel. There might be latent bugs, it might be about time to -get wider testing? - -cowdancer 0.14 should be released with cowbuilder. - * use arrays for debbuildopts - current --debbuildopts usages will break, how do we support it? diff --git a/debian/changelog b/debian/changelog index 1953ca7..ada35c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ pbuilder (0.157) UNRELEASED; urgency=low - * + [Junichi Uekawa] + * Bug fix: "pbuilder: need a way to make --pkgname-logfile the default", + thanks to Yann Dirson (Closes: #382885). + * Standards-version: 3.7.2 + * add cowdancer to recommends. - -- Junichi Uekawa <dancer@debian.org> Thu, 10 Aug 2006 08:23:15 +0900 + -- Junichi Uekawa <dancer@debian.org> Tue, 15 Aug 2006 22:12:39 +0900 pbuilder (0.156) unstable; urgency=low diff --git a/debian/control b/debian/control index 54bb49c..f17c2dc 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,12 @@ Priority: extra Maintainer: Debian pbuilder maintenance team <pbuilder-maint@lists.alioth.debian.org> Uploaders: Junichi Uekawa <dancer@debian.org>, Matt Kraai <kraai@debian.org> Build-Depends: debhelper (>= 4.1.0), docbook-xsl, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc -Standards-Version: 3.6.2 +Standards-Version: 3.7.2 Package: pbuilder Architecture: all Depends: cdebootstrap|debootstrap, wget, gcc, debianutils (>= 1.13.1), coreutils (>= 4.5.8-1) -Recommends: fakeroot, sudo, devscripts +Recommends: fakeroot, sudo, devscripts, cowdancer Suggests: pbuilder-uml Description: personal package builder for Debian packages pbuilder constructs a chroot system, and builds a package inside the |