summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* make autoconf happy by "mv configure.{in,ac}"David Kalnischkies2013-07-261-194/+0
| | | | Git-Dch: Ignore
* * Fix up two things in debian/apt.auto-removal.sh:Adam Conrad2013-07-111-1/+1
| | | | | | | | | | - Use exact matches with $-terminated regexes, so we don't get confusion between similarly-named kernel flavours. - Keep linux-backports-modules in sync with installed kernels. Conflicts: configure.in debian/changelog doc/apt-verbatim.ent
* merged previous bzr commitMichael Vogt2013-05-161-1/+1
|\
| * releasing version 0.9.8Michael Vogt2013-05-081-1/+1
| |
* | rebuild poMichael Vogt2013-05-161-1/+1
|/
* releasing version 0.9.7.9~exp3Michael Vogt2013-04-081-1/+1
|
* releasing version 0.9.7.9~exp2Michael Vogt2013-04-031-1/+1
|
* merged lp:~mvo/apt/fix-inrelease5Michael Vogt2013-04-021-1/+1
|\
| * * SECURITY UPDATE: InRelease verification bypassMichael Vogt2013-03-141-1/+1
| | | | | | | | | | | | | | | | | | - CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw
* | releasing version 0.9.7.9~exp1Michael Vogt2013-03-221-1/+1
| |
* | fix missing translated apt.8 manpages, thanks to Helge KreutzmannMichael Vogt2013-01-091-1/+1
|/ | | for the report. Closes: #696923
* releasing version 0.9.7.7Michael Vogt2012-12-131-1/+1
|
* releasing version 0.9.7.6Michael Vogt2012-10-161-1/+1
|
* merge from lp:~donkult/apt/sidMichael Vogt2012-10-151-1/+1
|
* releasing version 0.9.7.5Michael Vogt2012-09-111-1/+1
|
* releasing version 0.9.7.4Michael Vogt2012-08-061-1/+1
|
* merged from davidMichael Vogt2012-07-271-1/+1
|
* releasing version 0.9.7.2Michael Vogt2012-07-131-1/+1
|
* merged from donkultMichael Vogt2012-06-291-1/+1
|
* releasing version 0.9.7Michael Vogt2012-06-191-1/+1
|
* releasing version 0.9.6Michael Vogt2012-06-111-1/+1
|
* merged from donkultMichael Vogt2012-06-111-1/+1
|
* releasing version 0.9.5.1Michael Vogt2012-05-241-1/+1
|
* releasing version 0.9.5Michael Vogt2012-05-221-1/+1
|
* * buildlib/inttypes.h.in:David Kalnischkies2012-05-211-44/+1
| | | | - remove inttypes.h compatibility as providing such a c99 types compatibility conflicts with the usage of c99 type long long
* apply the correct metadata (package, version, mail) to all pot and po filesDavid Kalnischkies2012-05-211-0/+3
|
* releasing version 0.9.4Michael Vogt2012-05-211-1/+1
|
* releasing version 0.9.3Michael Vogt2012-05-111-1/+1
|
* releasing version 0.9.2Michael Vogt2012-04-201-1/+1
|
* releasing version 0.9.1Michael Vogt2012-04-171-1/+1
|
* releasing version 0.9.0Michael Vogt2012-04-161-1/+1
|
* prepare new experimtnal uploadMichael Vogt2012-04-111-1/+1
|
* - add libbz2-dev as new build-dependencyDavid Kalnischkies2012-04-051-1/+13
| | | | | | | | - remove the libz-dev alternative from zlib1g-dev build-dependency - do the same for bz2 builtin if available * apt-pkg/contrib/fileutl.cc: - use libz2 library for (de)compression instead of the bzip2 binary as the first is a dependency of dpkg and the later just priority:optional so we gain 'easier' access to bz2-compressed Translation files this way
* detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies2012-04-051-1/+1
| | | | | compatible with users accessing it directly, but this prepares for a drop of this strict requirement in the future
* the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies2012-03-221-3/+4
| | | | to the more standard PACKAGE_VERSION and make it work in every file
* rename .install to .install.in when neededMichael Vogt2011-11-221-1/+1
|
* update package names too for the new abiMichael Vogt2011-09-141-1/+1
|
* merge with debian/experimentalDavid Kalnischkies2011-09-131-1/+1
|\
| * * apt-pkg/acquire-item.{cc,h}:Michael Vogt2011-08-051-1/+1
| | | | | | | | - do not check for a "Package" tag in optional index targets like the translations index
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-1/+5
|/ | | | size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
* initial librarification pushMichael Vogt2011-06-081-1/+1
|
* update the version number to the upcoming 0.8.2 andDavid Kalnischkies2010-09-031-1/+1
| | | | bump the release version of the library also
* configure.in: drop en_GB from configure.in now that it got deleted from po/Michael Vogt2010-08-241-1/+1
|
* [ Martin Pitt ]David Kalnischkies2010-07-111-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead.
| * * configure.in:martin@piware.de2010-06-111-0/+4
| | | | | | - Check for zlib library and headers.
* | * merge the remaining Ubuntu change:Michael Vogt2010-06-091-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - on gpg verification failure warn and restore the last known good state - on failure display the IP of the server (useful for servers that use round robin DNS) - support Original-Maintainer in RewritePackageOrder - enable cdrom autodetection via libudev by default - show messsage about Vcs in use when apt-get source is run for packages maintained in a Vcs - better support transitional packages with mark auto-installed. when the transitional package is in "oldlibs" the new package is not marked auto installed (same is true for section metapackages) - provide new "deb mirror://archive.foo/mirrors.list sid main" method expects a list of mirrors (generated on the server e.g. via geoip) and will use that, including cycle on failure - write apport crash file on package failure (disabled by default on debian until apport is available) - support mirror failure reporting (disabled by default on debian)
| * \ merged from the mvo branchMichael Vogt2010-02-171-3/+3
| |\ \
| * | | releasing version 0.7.25ubuntu1Michael Vogt2009-12-221-1/+1
| | | |
* | | | - install html doxygen in libapt-pkg-doc Michael Vogt2010-05-061-1/+1
| |_|/ |/| | | | | | | | * debian/control: - build-depend on doxygen
* | | * debian/rules:Michael Vogt2010-05-051-1/+1
| |/ |/| | | - install html doxygen in libapt-pkg-doc as well