Build-depend on debhelper >= 4.1.62, because we need th...
Author: mdz
Date: 2003-08-10 05:27:25 GMT
Build-depend on debhelper >= 4.1.62, because we need the fix for #204731
to install the man pages correctly
* Let the ftp method work with ftp servers which do not...
Author: mdz
Date: 2003-08-10 02:24:39 GMT
* Let the ftp method work with ftp servers which do not require a
password (Closes: #199425)
Break most recent changelog entry to prevent accidental...
Author: mdz
Date: 2003-08-09 19:51:48 GMT
Break most recent changelog entry to prevent accidental building of debs
Big fat warning about the debhelper bug regarding man p...
Author: mdz
Date: 2003-08-09 19:51:23 GMT
Big fat warning about the debhelper bug regarding man page installation
Add dependency on debhelper 3 to go with compat level 3
Author: mdz
Date: 2003-08-09 19:19:02 GMT
Add dependency on debhelper 3 to go with compat level 3
Run ispell -h over the man page sources and fix a bunch...
Author: mdz
Date: 2003-08-09 18:19:56 GMT
Run ispell -h over the man page sources and fix a bunch of typos
Change otavio's email address (this is the final changelog request that will be
honored)
* Clean up whitespace in translated strings in ru.po, w...
Author: mdz
Date: 2003-08-09 05:03:08 GMT
* Clean up whitespace in translated strings in ru.po, which messed up
indentation (some other translations probably have similar problems)
(Closes: #194282)
Switch to using nl_langinfo(YESEXPR) for yes/no prompting
Author: mdz
Date: 2003-08-09 03:07:03 GMT
Switch to using nl_langinfo(YESEXPR) for yes/no prompting
* Ensure that the comparison of the "yes" character in ...
Author: mdz
Date: 2003-08-09 00:26:29 GMT
* Ensure that the comparison of the "yes" character in YnPrompt is done
with unsigned values, so that 8-bit characters work correctly. This
should probably all use nl_langinfo(YESEXPR) at some point instead.
(Closes: #200953)
* Pass the translated character through toupper(3), so that it doesn't
really matter anymore whether the translated string is uppercase
* Patch to update pt_BR man page for apt_preferences(5)...
Author: mdz
Date: 2003-08-08 23:53:24 GMT
* Patch to update pt_BR man page for apt_preferences(5) from Andre Luis
Lopes <andrelop@debian.org> (Closes: #202245)
* Patch from Otavio Salvador to avoid listing suggests/...
Author: mdz
Date: 2003-08-08 23:48:48 GMT
* Patch from Otavio Salvador to avoid listing suggests/recommends which
are Provided by a package which is already installed (Closes: #200395)
* Patch from Otavio Salvador to avoid listing suggests/...
Author: mdz
Date: 2003-08-08 23:45:00 GMT
* Patch from Otavio Salvador to avoid listing suggests/recommends for
packages which are selected for installation at the same time as the
package which suggests/recommends them (Closes: #200102)
* Move the French apt-ftparchive man page into apt-util...
Author: mdz
Date: 2003-08-08 23:36:48 GMT
* Move the French apt-ftparchive man page into apt-utils where it
belongs. apt-utils Replaces: apt (<< 0.5.9)
* Avoid segfault if a package name is specified which c...
Author: mdz
Date: 2003-08-07 20:51:50 GMT
* Avoid segfault if a package name is specified which consists
entirely of characters which look like end tags ('+', '-')
(Closes: #200425)
* Write records from "apt-cache show" using fwrite(3) r...
Author: mdz
Date: 2003-08-02 19:53:23 GMT
* Write records from "apt-cache show" using fwrite(3) rather than
write(2), in case for some reason the entire record doesn't get
written by a single write(2)
* Patch from Otavio Salvador to switch from dh_installm...
Author: mdz
Date: 2003-08-02 19:51:02 GMT
* Patch from Otavio Salvador to switch from dh_installmanpages to
dh_installman. Fixes the problem where the pt_BR man page was
installed in the wrong location (Closes: #194558)
* Patch from Otavio Salvador to exit successfully after...
Author: mdz
Date: 2003-08-01 20:27:13 GMT
* Patch from Otavio Salvador to exit successfully after --version
(Closes: #203418)
Fix typo in ftp-archive.conf example (Closes: #203295)
Author: mdz
Date: 2003-07-30 02:37:34 GMT
Fix typo in ftp-archive.conf example (Closes: #203295)
* Only try to clear stdin if it is a tty, to avoid loop...
Author: mdz
Date: 2003-07-26 00:25:44 GMT
* Only try to clear stdin if it is a tty, to avoid looping if there is
lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
* Fix ru.po to use a capital letter for the translation...
Author: mdz
Date: 2003-07-26 00:06:18 GMT
* Fix ru.po to use a capital letter for the translation of 'Y' so that
YnPrompt works correctly (Closes: #200953)
* Support TMPDIR in apt-extracttemplates (Closes: #191656)
Author: mdz
Date: 2003-07-26 00:00:11 GMT
* Support TMPDIR in apt-extracttemplates (Closes: #191656)
Tweak SGML around TempDir so that '>' doesn't end up in...
Author: mdz
Date: 2003-07-25 23:42:10 GMT
Tweak SGML around TempDir so that '>' doesn't end up in output
* Improve build-depends handling of virtual packages ev...
Author: mdz
Date: 2003-07-25 22:03:49 GMT
* Improve build-depends handling of virtual packages even further, so that
it will now also try to satisfy build-depends on virtual packages if they
are not installed. Note that this only works if there is only one
package providing the virtual package, as in other cases (Closes: #165404)
* Give a warning if an illegal type abbreviation is use...
Author: mdz
Date: 2003-07-25 20:45:13 GMT
* Give a warning if an illegal type abbreviation is used when looking up a
configuration item (Closes: #168453)
* Updated French man pages from Philippe Batailler
Author: mdz
Date: 2003-07-25 17:03:35 GMT
* Updated French man pages from Philippe Batailler
<philippe.batailler@free.fr> (Closes: #182194)
* Have apt-cache show exit with an error if it cannot f...
Author: mdz
Date: 2003-07-22 03:10:01 GMT
* Have apt-cache show exit with an error if it cannot find any of the
specified packages (Closes: #101490)
* Skip version check if a build-dependency is provided ...
Author: mdz
Date: 2003-07-22 03:00:19 GMT
* Skip version check if a build-dependency is provided by an installed package
(Closes: #126938)
* Silence the essential packages check if we are only d...
Author: mdz
Date: 2003-07-22 01:49:26 GMT
* Silence the essential packages check if we are only downloading
archives and not changing the system (Closes: #190862)
* Update control file to match overrides (apt priority ...
Author: mdz
Date: 2003-07-21 07:01:54 GMT
* Update control file to match overrides (apt priority important,
libapt-pkg-dev section libdevel)
- Add a simple example to apt-ftparchive(1) (Closes: #95257)
Author: mdz
Date: 2003-07-18 16:43:40 GMT
- Add a simple example to apt-ftparchive(1) (Closes: #95257)
- Updated apt_preferences(5) man page with many correct...
Author: mdz
Date: 2003-07-18 16:17:35 GMT
- Updated apt_preferences(5) man page with many corrections and
clarifications from Thomas Hood <jdthood@yahoo.co.uk>
(Closes: #193336)
- Fixes to pt_BR translation from Andre Luis Lopes <and...
Author: mdz
Date: 2003-07-18 15:51:28 GMT
- Fixes to pt_BR translation from Andre Luis Lopes <andrelop@ig.com.br>
(Closes: #196669)
- More typos in apt-ftparchive help text (Closes: #190936)
Author: mdz
Date: 2003-07-18 15:28:58 GMT
- More typos in apt-ftparchive help text (Closes: #190936)
- Fix extra "/" character in apt.conf(5) (Closes: #185545)
Author: mdz
Date: 2003-07-18 15:13:25 GMT
- Fix extra "/" character in apt.conf(5) (Closes: #185545)
- Document the meaning of the '*' in ShowList, which is...
Author: mdz
Date: 2003-07-18 15:08:55 GMT
- Document the meaning of the '*' in ShowList, which is that the
package is being purged (Closes: #182369)
- Make setup script for dselect method more explicit about
Author: mdz
Date: 2003-07-18 14:24:00 GMT
- Make setup script for dselect method more explicit about
overwriting sources.list (Closes: #151727)
- Modify the description for apt-utils to reflect the f...
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)
Move #192409 out of 0.5.5.1 since it wasn't fixed there...
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
- Clean up some string handling, patch from Peter Lundkvist
Author: mdz
Date: 2003-07-18 14:15:11 GMT
- 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 v...
Author: mdz
Date: 2003-07-18 14:13:59 GMT
- Don't fall off the end of the buffer when comparing versions.
- Fix typo in apt-ftparchive help text (Closes: #119072)
Author: mdz
Date: 2003-07-18 14:12:07 GMT
- Fix typo in apt-ftparchive help text (Closes: #119072)
Update version in configure.in, and set date in debian/...
Author: doogie
Date: 2003-05-19 17:30:49 GMT
Update version in configure.in, and set date in debian/changelog.
Fix api breakage caused when attempting to support bloc...
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.