Add dh_installdocs to the apt stanza, so the copyright ...
Author: doogie
Date: 2003-04-27 06:20:40 GMT
Add dh_installdocs to the apt stanza, so the copyright file gets installed.
Fix suggested and recommends showlist calls, to include...
Author: doogie
Date: 2003-04-27 05:59:33 GMT
Fix suggested and recommends showlist calls, to include the versions.
Fix status file parser so that if a record is larger th...
Author: doogie
Date: 2003-04-27 05:59:14 GMT
Fix status file parser so that if a record is larger than 32k, the buffer
size will be doubled, and the read attempted again.
APT::Immediate-Configure had inverted semantics(false m...
Author: doogie
Date: 2003-04-27 03:04:15 GMT
APT::Immediate-Configure had inverted semantics(false meant it was
enabled).
When building the dpkg command line, allow for 8192 cha...
Author: doogie
Date: 2003-04-27 03:02:40 GMT
When building the dpkg command line, allow for 8192 chars to be used,
instead of only 1024.
Insert some newlines in the cdrom change media message.
Author: doogie
Date: 2003-04-27 01:56:48 GMT
Insert some newlines in the cdrom change media message.
apt-get now prints out suggested and recommended packages.
Author: doogie
Date: 2003-04-27 01:47:10 GMT
apt-get now prints out suggested and recommended packages.
Add option to apt-get to show versions of packages being
Author: doogie
Date: 2003-04-27 01:36:14 GMT
Add option to apt-get to show versions of packages being
upgraded/installed.
Apply typo and syntax patch from bug(155194) to apt-cac...
Author: doogie
Date: 2003-04-24 03:30:59 GMT
Apply typo and syntax patch from bug(155194) to apt-cache.8.sgml.
Change http message 'Waiting for file' to 'Waiting for ...
Author: doogie
Date: 2003-02-12 15:33:36 GMT
Change http message 'Waiting for file' to 'Waiting for headers'.
Remove stale references to doc installs in the apt package.
Author: doogie
Date: 2003-02-12 14:28:03 GMT
Remove stale references to doc installs in the apt package.
Move the guide and offline docs to a separate package. ...
Author: doogie
Date: 2003-02-12 07:57:51 GMT
Move the guide and offline docs to a separate package. This allows us to
split the build-deps, so binary-arch builds are not as heavyweight.
Move the guide and offline docs to a separate package. ...
Author: doogie
Date: 2003-02-12 07:39:45 GMT
Move the guide and offline docs to a separate package. This allows us to
split the build-deps, so binary-arch builds are not as heavyweight.
copy rules now require a TARGET var, to specify the tar...
Author: doogie
Date: 2003-02-12 07:28:33 GMT
copy rules now require a TARGET var, to specify the target to install the
copy rules under. The copy target in dselect/makefile installs itself
under program, and not doc.
Create the po *list file when program or library is cal...
Author: doogie
Date: 2003-02-12 06:50:04 GMT
Create the po *list file when program or library is called, not only when
all is called.
Move apt-all.pot out of build/po, and into po/, and che...
Author: doogie
Date: 2003-02-10 00:26:49 GMT
Move apt-all.pot out of build/po, and into po/, and check it into cvs.
This allows translators to do their work without checking everything out,
and building it.
Only set the text domain if APT_DOMAIN is defined(it's ...
Author: doogie
Date: 2003-02-09 20:31:05 GMT
Only set the text domain if APT_DOMAIN is defined(it's not when building
static libs).
Add support for %gnu in host_os checking for shared lib...
Author: doogie
Date: 2003-02-09 20:27:13 GMT
Add support for %gnu in host_os checking for shared library support(fixes
netbsdelf-gnu).
Revert version to 0.5.4.9, as we'll do a test release first.
Author: doogie
Date: 2003-02-09 04:41:54 GMT
Revert version to 0.5.4.9, as we'll do a test release first.
Define libapt-inst:provides when building the -dev pkg.
Author: doogie
Date: 2003-02-02 22:00:24 GMT
Define libapt-inst:provides when building the -dev pkg.
Version the docbook-utils build-depends, to what appear...
Author: doogie
Date: 2003-02-02 21:59:57 GMT
Version the docbook-utils build-depends, to what appears to be the version
where docbook2man-spec.pl was removed.
Revert version back to 0.5.4.9, as we'll do a test rele...
Author: doogie
Date: 2003-02-02 21:58:21 GMT
Revert version back to 0.5.4.9, as we'll do a test release first.
Double default value of APT::Cache-Limit, until such ti...
Author: doogie
Date: 2003-02-02 02:44:20 GMT
Double default value of APT::Cache-Limit, until such time as it can be made
more dynamic.
Check the currently mounted cdrom, to see if it's the o...
Author: doogie
Date: 2002-11-22 07:26:10 GMT
Check the currently mounted cdrom, to see if it's the one we are interested
in.
s/st_mtime/mtime/ on our local stat structure in apt-ft...
Author: doogie
Date: 2002-11-22 07:19:51 GMT
s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to support
compliation on platforms where st_mtime is a macro.
New deb version compare function, that has no integer l...
Author: doogie
Date: 2002-11-22 06:59:35 GMT
New deb version compare function, that has no integer limits, and supports
pre-versions using ~. Code ported from dpkg.
Change verbose logging output of apt-ftparchive to go t...
Author: doogie
Date: 2002-11-11 04:27:51 GMT
Change verbose logging output of apt-ftparchive to go to stderr, instead of
stdout. Also, errors that occur no longer go to stdout, but stderr.