diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 21 | ||||
-rw-r--r-- | debian/TODO | 3 | ||||
-rw-r--r-- | debian/changelog | 7 |
3 files changed, 18 insertions, 13 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 34f9da1..27af0f6 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -17,29 +17,28 @@ would build the file specified by the .dsc file in the chroot. If you were a Debian Developer doing some development -of Debian packages, you may try invoking pdebuild -from the Debian source directory. - - +of Debian packages, you may try invoking pdebuild from the Debian +source directory, to save you from much typing. edit /etc/pbuilderrc if the default doesn't work, especially proxy. I would edit the mirror location too. Add non-us etc, at your option. -Please report to the BTS if a package does not build, -and it seems like a genuine bug of pbuilder. -Also, if something is necessary on some arches, -please file a bug to "build-essential" for packages, -or to pbuilder if some other thing is necessary. +Please report to the Debian Bug Tracking System against pbuilder +if a package does not build, and it seems like a genuine bug of pbuilder. +Also, if something is missing and necessary on some arches, +please file a bug to "build-essential" for packages. + I would say this package works fine if these packages manage to build. Testsuite: ecasound - glibc ( a very good test. ) - pbuilder itself (it has a funny Build-Depends line to confuse things..) + glibc ( a very good test. Does not build any more? ) + pbuilder itself (it used to have a funny Build-Depends line to + confuse things, but it no longer has.) $Id$ diff --git a/debian/TODO b/debian/TODO index acd921c..53f4144 100644 --- a/debian/TODO +++ b/debian/TODO @@ -11,6 +11,9 @@ TODO and possible bugs: error condition on failure to build a package. * Remember to update the TODO file. * Suppor for apt-move. Some, mount --bind trick ? + - documentation of how to do it + - updating the script hooks interface (mount / umount) + - putting example scripts. * Supporting really automatic "pbuilder upgrade" - how about passing "-o dpkg::Options=--force-confnew" to apt? diff --git a/debian/changelog b/debian/changelog index 4c328cd..96857df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,11 +3,14 @@ pbuilder (0.17) unstable; urgency=low * new version, "Documentation updates". (not yet released) * pbuilder.1, pbuilderrc.5: update to document problem with file:/ URLs if specified as mirrorsite (pbuilder is about chroots) - * debian/TODO: updated + * debian/TODO: updated - notes on apt-move archives. * debian/control: updated the dependency requirement of debootstrap (>= 0.1.15.5) see bug #126458 for a consequence. + * debian/README.Debian: updated the testsuite info, and some descriptions + are rewritten. + * README: updated. - -- Junichi Uekawa <dancer@debian.org> Fri, 28 Dec 2001 01:22:33 +0900 + -- Junichi Uekawa <dancer@debian.org> Tue, 1 Jan 2002 04:17:41 +0900 pbuilder (0.16) unstable; urgency=low |