summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-20Break most recent changelog entry to prevent accidental...Arch Librarian
Author: mdz Date: 2003-08-09 19:51:48 GMT Break most recent changelog entry to prevent accidental building of debs
2004-09-20Big fat warning about the debhelper bug regarding man p...Arch Librarian
Author: mdz Date: 2003-08-09 19:51:23 GMT Big fat warning about the debhelper bug regarding man page installation
2004-09-20Exclude '.#*' from cvs-buildArch Librarian
Author: mdz Date: 2003-08-09 19:21:33 GMT Exclude '.#*' from cvs-build
2004-09-20Add dependency on debhelper 3 to go with compat level 3Arch Librarian
Author: mdz Date: 2003-08-09 19:19:02 GMT Add dependency on debhelper 3 to go with compat level 3
2004-09-20* Update to debhelper compatibility level 3Arch Librarian
Author: mdz Date: 2003-08-09 19:15:22 GMT * Update to debhelper compatibility level 3 - remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs will add them - echo 3 > debian/compat
2004-09-20* Use debian/compat rather than DH_COMPATArch Librarian
Author: mdz Date: 2003-08-09 19:14:49 GMT * Use debian/compat rather than DH_COMPAT
2004-09-20* Use debian/compat rather than DH_COMPATArch Librarian
Author: mdz Date: 2003-08-09 18:43:30 GMT * Use debian/compat rather than DH_COMPAT
2004-09-20Run ispell -h over the man page sources and fix a bunch...Arch Librarian
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)
2004-09-20Include Otavio's email address at his requestArch Librarian
Author: mdz Date: 2003-08-09 16:01:50 GMT Include Otavio's email address at his request
2004-09-20* Clean up whitespace in translated strings in ru.po, w...Arch Librarian
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)
2004-09-20*** empty log message ***Arch Librarian
Author: mdz Date: 2003-08-09 04:15:52 GMT *** empty log message ***
2004-09-20* apt Suggests: aptitude | synaptic | gnome-apt | wajigArch Librarian
Author: mdz Date: 2003-08-09 04:15:48 GMT * apt Suggests: aptitude | synaptic | gnome-apt | wajig (Closes: #146667)
2004-09-20RegenerateArch Librarian
Author: mdz Date: 2003-08-09 03:09:45 GMT Regenerate
2004-09-200.5.9Arch Librarian
Author: mdz Date: 2003-08-09 03:09:24 GMT 0.5.9
2004-09-20Hmm, somebody filed a wishlist bug about that. Closed.Arch Librarian
Author: mdz Date: 2003-08-09 03:08:19 GMT Hmm, somebody filed a wishlist bug about that. Closed.
2004-09-20Switch to using nl_langinfo(YESEXPR) for yes/no promptingArch Librarian
Author: mdz Date: 2003-08-09 03:07:03 GMT Switch to using nl_langinfo(YESEXPR) for yes/no prompting
2004-09-20* Ensure that the comparison of the "yes" character in ...Arch Librarian
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
2004-09-20* Patch to update pt_BR man page for apt_preferences(5)...Arch Librarian
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)
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian
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)
2004-09-20* Patch from Otavio Salvador to avoid listing suggests/...Arch Librarian
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)
2004-09-20* Move the French apt-ftparchive man page into apt-util...Arch Librarian
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)
2004-09-20Fix description of #203418Arch Librarian
Author: mdz Date: 2003-08-07 21:10:59 GMT Fix description of #203418
2004-09-20* Avoid segfault if a package name is specified which c...Arch Librarian
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)
2004-09-20* Add freebsd to buildlib/ostable (Closes: #193430)Arch Librarian
Author: mdz Date: 2003-08-04 16:04:37 GMT * Add freebsd to buildlib/ostable (Closes: #193430)
2004-09-20* Add new French man pages to doc/fr/.cvsignoreArch Librarian
Author: mdz Date: 2003-08-02 19:56:31 GMT * Add new French man pages to doc/fr/.cvsignore
2004-09-20* Write records from "apt-cache show" using fwrite(3) r...Arch Librarian
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)
2004-09-20* Patch from Otavio Salvador to switch from dh_installm...Arch Librarian
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)
2004-09-20* Patch from Otavio Salvador to exit successfully after...Arch Librarian
Author: mdz Date: 2003-08-01 20:27:13 GMT * Patch from Otavio Salvador to exit successfully after --version (Closes: #203418)
2004-09-20* Mention default setting for --all-versions (Closes: #...Arch Librarian
Author: mdz Date: 2003-08-01 20:24:29 GMT * Mention default setting for --all-versions (Closes: #203298)
2004-09-20Fix typo in ftp-archive.conf example (Closes: #203295)Arch Librarian
Author: mdz Date: 2003-07-30 02:37:34 GMT Fix typo in ftp-archive.conf example (Closes: #203295)
2004-09-20Full translation for 0.5.8Arch Librarian
Author: piefel Date: 2003-07-28 09:38:34 GMT Full translation for 0.5.8
2004-09-20RegenerateArch Librarian
Author: mdz Date: 2003-07-26 00:37:55 GMT Regenerate
2004-09-20Mark the type abbrevation warning as translatableArch Librarian
Author: mdz Date: 2003-07-26 00:27:36 GMT Mark the type abbrevation warning as translatable
2004-09-20ResyncArch Librarian
Author: mdz Date: 2003-07-26 00:26:47 GMT Resync
2004-09-20* Only try to clear stdin if it is a tty, to avoid loop...Arch Librarian
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)
2004-09-200.5.8Arch Librarian
Author: mdz Date: 2003-07-26 00:25:18 GMT 0.5.8
2004-09-20Note about capitalization of YnPrompt responseArch Librarian
Author: mdz Date: 2003-07-26 00:12:44 GMT Note about capitalization of YnPrompt response
2004-09-20*** empty log message ***Arch Librarian
Author: mdz Date: 2003-07-26 00:08:59 GMT *** empty log message ***
2004-09-20Regenerate POT file and sync .po filesArch Librarian
Author: mdz Date: 2003-07-26 00:08:57 GMT Regenerate POT file and sync .po files
2004-09-20* Fix ru.po to use a capital letter for the translation...Arch Librarian
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)
2004-09-20* Support TMPDIR in apt-extracttemplates (Closes: #191656)Arch Librarian
Author: mdz Date: 2003-07-26 00:00:11 GMT * Support TMPDIR in apt-extracttemplates (Closes: #191656)
2004-09-20* Document SrcDirectory in apt-ftparchive.1.sgml (Close...Arch Librarian
Author: mdz Date: 2003-07-25 23:44:30 GMT * Document SrcDirectory in apt-ftparchive.1.sgml (Closes: #156370)
2004-09-20Tweak SGML around TempDir so that '>' doesn't end up in...Arch Librarian
Author: mdz Date: 2003-07-25 23:42:10 GMT Tweak SGML around TempDir so that '>' doesn't end up in output
2004-09-20Break lineArch Librarian
Author: mdz Date: 2003-07-25 22:18:45 GMT Break line
2004-09-20* Update config.guess and config.sub from autotools-dev...Arch Librarian
Author: mdz Date: 2003-07-25 22:08:06 GMT * Update config.guess and config.sub from autotools-dev 20030717.1
2004-09-20autotools-dev 20030717.1Arch Librarian
Author: mdz Date: 2003-07-25 22:07:45 GMT autotools-dev 20030717.1
2004-09-20* Improve build-depends handling of virtual packages ev...Arch Librarian
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)
2004-09-20* Give a warning if an illegal type abbreviation is use...Arch Librarian
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)
2004-09-20* Updated French man pages from Philippe BataillerArch Librarian
Author: mdz Date: 2003-07-25 17:03:35 GMT * Updated French man pages from Philippe Batailler <philippe.batailler@free.fr> (Closes: #182194)
2004-09-20un-finalizeArch Librarian
Author: mdz Date: 2003-07-23 04:02:57 GMT un-finalize