diff options
author | dancer <dancer> | 2001-09-23 08:21:48 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-09-23 08:21:48 +0000 |
commit | 468a1a36e530fc8097375dc0309d0d4bd10fd231 (patch) | |
tree | 2f2582f435afbeba854fd1c7c6e0bc16e02e4871 /debian | |
parent | 5a831df2e9330fc18569cd21ead2fa9c9799261e (diff) | |
download | pbuilder-468a1a36e530fc8097375dc0309d0d4bd10fd231.tar pbuilder-468a1a36e530fc8097375dc0309d0d4bd10fd231.tar.gz |
daily checkin
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 3 | ||||
-rw-r--r-- | debian/TODO | 2 | ||||
-rw-r--r-- | debian/changelog | 13 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 18 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 540f977..40bd0d8 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -29,7 +29,8 @@ please file a bug to "build-essential" for packages, or to pbuilder if some other thing is necessary. -I would say this package works fine if these packages manage to build +I would say this package works fine if these packages manage to build. + Testsuite: ecasound glibc ( a very good test. ) diff --git a/debian/TODO b/debian/TODO index 1549dde..f7c5d0d 100644 --- a/debian/TODO +++ b/debian/TODO @@ -6,6 +6,8 @@ TODO and possible bugs: [!xxx xxx] formats are not parsed, and should really not exist. * Now parses the .dsc file, however, the format of .dsc file is not really documented anywhere? * Parse the .changes file instead of guessing the resultant objects ... ? (the content of file probably changes depending on the version... not a good idea. + * Cache the apt-get cache. pbuilder creates too much net traffic as + is. -- and it is implemented. $Id$ diff --git a/debian/changelog b/debian/changelog index 9913d11..96874c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +pbuilder (0.6) unstable; urgency=low + + * Added a man page for /etc/pbuilderrc configuration file. + Should help people understand what is going on... + * Added a feature of caching the contents of /var/cache/apt/archives + inside the chroot. + * pbuilder clean will clean the apt cache. + * REMOVEPACKAGES is a configurable option now. + Please be warned, if you are upgrading, that "lilo" might be left + on your chroot, which could potentially cause nasty damage. + + -- Junichi Uekawa <dancer@debian.org> Sun, 23 Sep 2001 16:02:38 +0900 + pbuilder (0.5) unstable; urgency=low * fixed logic error in invocation to apt-cache. diff --git a/debian/rules b/debian/rules index 58bfe81..bc7e1a6 100755 --- a/debian/rules +++ b/debian/rules @@ -59,7 +59,7 @@ binary-arch: build install # dh_installmime # dh_installinit # dh_installcron - dh_installman pbuilder.1 + dh_installman pbuilder.1 pbuilderrc.5 # dh_installinfo # dh_undocumented dh_installchangelogs |