summaryrefslogtreecommitdiff
path: root/ftparchive/makefile
Commit message (Collapse)AuthorAgeFilesLines
* streamline display of --help in all toolsDavid Kalnischkies2014-11-091-2/+2
| | | | | | | By convention, if I run a tool with --help or --version I expect it to exit successfully with the usage, while if I do call it wrong (like without any parameters) I expect the usage message shown with a non-zero exit.
* Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-041-1/+1
|
* db2 isn't used for ages now, so complain about missing libdb insteadDavid Kalnischkies2012-04-051-1/+1
|
* * debian/apt-utils.install:David Kalnischkies2012-03-221-0/+1
| | | | - ship the ftparchive, apt-extractemplates and apt-sortpkgs locales in the apt-utils package instead of the apt package
* * Compilation fixes and portability improvement for compiling APT against ↵Luca Bruno2008-10-111-1/+1
| | | | non-GNU libc
* * Build apt-ftparchive with libdb4.2 rather than libdb2Arch Librarian2004-09-201-3/+3
| | | | | | | | | | Author: mdz Date: 2004-05-08 19:41:01 GMT * Build apt-ftparchive with libdb4.2 rather than libdb2 - Patch from Clint Adams to do most of the work - Build-Depends: s/libdb2-dev/libdb4.2-dev/ - Add AC_PREREQ(2.50) to configure.in - Use db_strerror(err) rather than GlobalError::Errno (which uses strerror)
* Join with aliencodeArch Librarian2004-09-201-0/+20
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode