summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-04-17releasing version 0.9.10.9.1Michael Vogt1-1/+1
2012-04-16releasing version 0.9.00.9.0Michael Vogt1-1/+1
2012-04-11prepare new experimtnal uploadMichael Vogt1-1/+1
2012-04-05 - add libbz2-dev as new build-dependencyDavid Kalnischkies1-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
2012-04-05detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies1-1/+1
compatible with users accessing it directly, but this prepares for a drop of this strict requirement in the future
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-3/+4
to the more standard PACKAGE_VERSION and make it work in every file
2011-11-22rename .install to .install.in when neededMichael Vogt1-1/+1
2011-09-14update package names too for the new abiMichael Vogt1-1/+1
2011-09-13merge with debian/experimentalDavid Kalnischkies1-1/+1
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-1/+5
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895)
2011-08-05* apt-pkg/acquire-item.{cc,h}:Michael Vogt1-1/+1
- do not check for a "Package" tag in optional index targets like the translations index
2011-06-08initial librarification pushMichael Vogt1-1/+1
2010-09-03update the version number to the upcoming 0.8.2 andDavid Kalnischkies1-1/+1
bump the release version of the library also
2010-08-24configure.in: drop en_GB from configure.in now that it got deleted from po/Michael Vogt1-1/+1
2010-07-11[ Martin Pitt ]David Kalnischkies1-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.
2010-06-11* configure.in:martin@piware.de1-0/+4
- Check for zlib library and headers.
2010-06-09* merge the remaining Ubuntu change:Michael Vogt1-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)
2010-05-06 - install html doxygen in libapt-pkg-doc Michael Vogt1-1/+1
* debian/control: - build-depend on doxygen
2010-05-05* debian/rules:Michael Vogt1-1/+1
- install html doxygen in libapt-pkg-doc as well
2010-02-17merged from the mvo branchMichael Vogt1-3/+3
2010-01-08* French manpage translation updateMichael Vogt1-3/+3
* spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
2009-12-22releasing version 0.7.25ubuntu10.7.25ubuntu1Michael Vogt1-1/+1
2009-11-02don't try to detect glibc and libstdc++ version as we don't need this ↵David Kalnischkies1-2/+0
information any longer
2009-11-02remove traces of old manpage-buildsystemsDavid Kalnischkies1-9/+0
2009-09-27Update PO filesbubulle@debian.org1-1/+1
2009-08-29merge with lp:~mvo/apt/debian-sid with the bugfix release 0.7.23.1 in it.David Kalnischkies1-1/+1
2009-08-28* apt-pkg/acquire-item.cc:Michael Vogt1-1/+1
- do not segfault on invalid items (closes: #544080)
2009-08-28merge with my po4a branch & update both pot'sDavid Kalnischkies1-0/+6
Thanks again for the initial patch from KURASAWA Nozomu and for the improvements and cleanups done by Nicolas François to get po4a up and running for apt man page translations!
2009-08-27 * buildlib/po4a_manpage.mak, doc/makefile, configure:David Kalnischkies1-0/+6
- simplify the makefiles needed for po4a manpages Add a bit more autodetection to the buildsystem to be able to add only half translated languages (only a few man pages, not all) and try to reduce the overhead needed to add new languages.
2009-08-27merged from lp:~donkult/apt/sidMichael Vogt1-0/+4
2009-08-19merged from the jackyf-devel branchMichael Vogt1-1/+1
2009-08-09[cmdline/apt-get.cc] check for availability ofstatfs.f_typeDavid Kalnischkies1-0/+4
Patch from Robert Millan, thanks! (Closes: #509313)
2009-08-03Set version to 0.7.22.1.Julian Andres Klode1-1/+1
2009-04-16releasing version 0.7.210.7.21Michael Vogt1-1/+1
2009-02-08merge the 0.7.20.2 uploadMichael Vogt1-1/+1
2009-02-08fix changlogMichael Vogt1-1/+1
2008-12-15Make apt proxy options have the highest priority, unified proxy determining ↵Eugene V. Lyubimkin1-1/+1
code.
2008-12-02make "apt-get build-dep" installed packages marked automaticMichael Vogt1-1/+1
by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)
2008-11-07* doc/examples/configure-index:Michael Vogt1-1/+1
- Removed obsoleted header line. (Closes: #417638) - Changed 'linux-kernel' to 'linux-image'. * doc/sources.list.5.xml: - Fixed typo and grammar in 'sources.list.d' section. Thanks to Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098) * doc/apt-get.8.xml: - Advanced descriptions for 'remove' and 'purge' options. (Closes: #274283) * debian/rules: - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green. Fixes FTBFS. (Closes: #504181)
2008-11-05* Fix typos:Michael Vogt1-1/+1
- apt-pkg/depcache.cc * Fix compilation warnings: - apt-pkg/acquire.cc - apt-pkg/versionmatch.cc * Compilation fixes and portability improvement for compiling APT against non-GNU libc (thanks to Martin Koeppe, closes: #392063): - buildlib/apti18n.h.in: + textdomain() and bindtextdomain() must not be visible when --disable-nls - buildlib/inttypes.h.in: undefine standard int*_t types - Append INTLLIBS to SLIBS: + cmdline/makefile + ftparchive/makefile + methods/makefile * doc/apt.conf.5.xml: - clarify whether configuration items of apt.conf are case-sensitive (thanks to Vincent McIntyre, closes: #345901)
2008-10-10doc/apt-cache.8.xml: add missing <citerefentry>Michael Vogt1-1/+1
2008-10-07Upload to unstableMichael Vogt1-1/+1
2008-10-01fix typo *sigh*Michael Vogt1-1/+1
2008-09-16upload as 0.7.15~exp1egon1-1/+1
2008-09-16* debian/changelog:egon1-1/+1
- upload to experimental to give the releases managers something to check out * doc/makesfile: - merged from the apt--mvo branch
2008-05-02Add missing build-depends. Closes #478231Otavio Salvador1-1/+1
2008-02-16* Fix regression about APT::Get::List-Cleanup setting being ignored,Otavio Salvador1-1/+1
closes: #466052.
2007-11-28* debian/rulesMichael Vogt1-1/+1
- fix https install location
2007-10-31releasing version 0.7.9Otavio Salvador1-1/+1
2007-10-29* Fix configure script to check for CURL library and headers presense.Otavio Salvador1-0/+7