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.
Display both current version and new version in apt-get -s.
Author: doogie
Date: 2002-11-09 23:10:32 GMT
Display both current version and new version in apt-get -s.
apt-extracttemplates now prepends the package name when...
Author: doogie
Date: 2002-11-09 22:41:55 GMT
apt-extracttemplates now prepends the package name when extracting files.
Change wording of 'additional disk space usage' message.
Author: doogie
Date: 2002-11-09 20:50:30 GMT
Change wording of 'additional disk space usage' message.
Add support to debian/rules to update config.sub and co...
Author: doogie
Date: 2002-11-09 20:21:53 GMT
Add support to debian/rules to update config.sub and config.guess from
/usr/share/misc if they exist.
Add support for DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYP...
Author: doogie
Date: 2002-11-09 20:13:27 GMT
Add support for DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE detection.
Don't run the targets in po in parallel. This allows u...
Author: doogie
Date: 2002-11-09 20:12:37 GMT
Don't run the targets in po in parallel. This allows us to not echo a new
line after the Generating bit, so everything appears on a single line.
Fix segfault in FindAny when /i is used, and there is n...
Author: doogie
Date: 2002-11-09 19:52:03 GMT
Fix segfault in FindAny when /i is used, and there is no default.
_config->Dump is now inlined, and calls Dump(clog). Du...
Author: doogie
Date: 2002-11-09 17:11:25 GMT
_config->Dump is now inlined, and calls Dump(clog). Dump(ostream&) is now
exported. Fixed apt-config dump sending to stderr.
Remove debian/copyright during cleaning, and silence ma...
Author: doogie
Date: 2002-11-09 06:34:13 GMT
Remove debian/copyright during cleaning, and silence make when
build/environment.mak doesn't exist.
Make all .po files depend on -all.pot, so make -j works.
Author: doogie
Date: 2002-11-09 06:32:56 GMT
Make all .po files depend on -all.pot, so make -j works.
call dhelp_parse with /usr/share/doc instead of /usr/doc
Author: rmurray
Date: 2002-09-22 22:20:02 GMT
call dhelp_parse with /usr/share/doc instead of /usr/doc
Don't segfault if the cache can't be made.
Author: jgg
Date: 2002-09-21 21:29:13 GMT
Don't segfault if the cache can't be made.
Show the filename for all error messages that are due to opening .debs #151835
Don't die if lines in sources.list are too long. Closes...
Author: jgg
Date: 2002-07-08 04:18:07 GMT
Don't die if lines in sources.list are too long. Closes: #146846