Age | Commit message (Collapse) | Author |
|
Author: mdz
Date: 2003-07-18 14:59:11 GMT
- Remove duplicate 'showpkg' from synopsis on apt-cache(8)
(Closes: #175611)
|
|
Author: mdz
Date: 2003-07-18 14:30:37 GMT
- Fix typo in apt-cache(8) (Closes: #161243)
|
|
Author: mdz
Date: 2003-07-18 14:24:00 GMT
- Make setup script for dselect method more explicit about
overwriting sources.list (Closes: #151727)
|
|
Author: mdz
Date: 2003-07-18 14:20:52 GMT
- Modify the description for apt-utils to reflect the fact that it is not
(any longer) infrequently used (Closes: #138045)
|
|
Author: mdz
Date: 2003-07-18 14:16:59 GMT
Move #192409 out of 0.5.5.1 since it wasn't fixed there, and start a new
version
- Clean up some string handling, patch from Peter Lundkvist
<p.lundkvist@telia.com> (Closes: #192225)
- Don't fall off the end of the buffer when comparing versions.
Patch from Koblinger Egmont <egmont@uhulinux.hu> (Closes: #194327)
- Minor fixes to apt-ftparchive(1) (Closes: #118156)
- Fix typo in apt-ftparchive help text (Closes: #119072)
- Update config.guess, config.sub to latest versions
|
|
Author: doogie
Date: 2003-05-19 17:58:26 GMT
Fix segfault when handling /etc/apt/preferences.
|
|
Author: doogie
Date: 2003-05-19 17:30:49 GMT
Update version in configure.in, and set date in debian/changelog.
|
|
Author: doogie
Date: 2003-05-19 17:30:12 GMT
Fix never-ending loop in apt-get install -V.
|
|
Author: doogie
Date: 2003-05-19 17:13:57 GMT
Fix api breakage caused when attempting to support blocks larger than 32k,
by backing out the patch.
|
|
Author: doogie
Date: 2003-05-19 16:38:45 GMT
Fix the doc build.
|
|
Author: doogie
Date: 2003-04-27 06:23:36 GMT
Updated for the 0.5.5 release.
|
|
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.
|
|
Author: doogie
Date: 2003-04-27 03:04:15 GMT
APT::Immediate-Configure had inverted semantics(false meant it was
enabled).
|
|
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.
|
|
Author: doogie
Date: 2003-04-27 02:47:44 GMT
Add a rdepends command to apt-cache.
|
|
Author: doogie
Date: 2003-04-27 01:56:48 GMT
Insert some newlines in the cdrom change media message.
|
|
Author: doogie
Date: 2003-04-27 01:47:10 GMT
apt-get now prints out suggested and recommended packages.
|
|
Author: doogie
Date: 2003-04-27 01:43:29 GMT
Be quiet in apt.post{inst,rm}.
|
|
Author: doogie
Date: 2003-04-27 01:36:14 GMT
Add option to apt-get to show versions of packages being
upgraded/installed.
|
|
Author: doogie
Date: 2003-04-27 01:32:48 GMT
Add a vcg command to apt-cache, similiar to dotty.
|
|
Author: doogie
Date: 2003-04-27 00:25:57 GMT
Add pt_BR translation of apt_preferences(5). Also, build fr manpages.
|
|
Author: doogie
Date: 2003-04-26 23:27:39 GMT
Updated.
|
|
Author: doogie
Date: 2003-04-26 23:26:13 GMT
Change frozen to testing everywhere.
|
|
Author: doogie
Date: 2003-04-26 23:17:38 GMT
Fix some typos in the apt-get manual.
|
|
Author: doogie
Date: 2003-04-24 03:32:32 GMT
s/dpkg-preconfig/dpkg-preconfigure/
|
|
Author: doogie
Date: 2003-04-24 03:30:59 GMT
Apply typo and syntax patch from bug(155194) to apt-cache.8.sgml.
|
|
Author: doogie
Date: 2003-04-24 03:16:58 GMT
Fix origin pins for file:// uris.
|
|
Author: doogie
Date: 2003-02-12 16:14:08 GMT
Remove trailing lines on package lists.
|
|
Author: doogie
Date: 2003-02-12 15:33:36 GMT
Change http message 'Waiting for file' to 'Waiting for headers'.
|
|
Author: doogie
Date: 2003-02-12 14:31:41 GMT
Use doc-base now.
|
|
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.
|
|
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.
|
|
Author: jgg
Date: 2003-02-02 22:46:18 GMT
Few more changes
|
|
Author: tausq
Date: 2003-02-02 03:30:52 GMT
Check candidate version when installing build-deps. Closes: #178121
|
|
Author: doogie
Date: 2003-02-02 03:13:13 GMT
Report uris with '.gz' when there are errors.
|
|
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.
|
|
Author: tausq
Date: 2003-02-01 20:18:46 GMT
fix some build-dep bugs; update changelog
|
|
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.
|
|
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.
|
|
Author: doogie
Date: 2002-11-22 07:15:23 GMT
Test for timegm in configure.
|
|
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.
|
|
Author: doogie
Date: 2002-11-11 06:55:50 GMT
Some more g++-3.2 fixes.
|
|
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.
|
|
Author: doogie
Date: 2002-11-10 23:57:24 GMT
libapt-pkg-dev now depends on apt-utils.
|
|
Author: doogie
Date: 2002-11-10 00:11:32 GMT
Remove leading blank line.
|
|
Author: doogie
Date: 2002-11-09 23:33:26 GMT
Add an options and timeout config item to ssh/rsh.
|
|
Author: doogie
Date: 2002-11-09 23:10:32 GMT
Display both current version and new version in apt-get -s.
|
|
Author: doogie
Date: 2002-11-09 22:47:19 GMT
Add -n synonym for --names-only for apt-cache.
|
|
Author: doogie
Date: 2002-11-09 22:41:55 GMT
apt-extracttemplates now prepends the package name when extracting files.
|
|
Author: doogie
Date: 2002-11-09 20:50:30 GMT
Change wording of 'additional disk space usage' message.
|