summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | * French manpage translation updateMichael Vogt2010-01-081-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)
* don't try to detect glibc and libstdc++ version as we don't need this ↵David Kalnischkies2009-11-021-2/+0
| | | | information any longer
* remove traces of old manpage-buildsystemsDavid Kalnischkies2009-11-021-9/+0
|
* Update PO filesbubulle@debian.org2009-09-271-1/+1
|
* merge with lp:~mvo/apt/debian-sid with the bugfix release 0.7.23.1 in it.David Kalnischkies2009-08-291-1/+1
|\
| * * apt-pkg/acquire-item.cc:Michael Vogt2009-08-281-1/+1
| | | | | | - do not segfault on invalid items (closes: #544080)
* | merge with my po4a branch & update both pot'sDavid Kalnischkies2009-08-281-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!
| * * buildlib/po4a_manpage.mak, doc/makefile, configure:David Kalnischkies2009-08-271-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.
* | merged from lp:~donkult/apt/sidMichael Vogt2009-08-271-0/+4
|\|
| * [cmdline/apt-get.cc] check for availability ofstatfs.f_typeDavid Kalnischkies2009-08-091-0/+4
| | | | | | | | Patch from Robert Millan, thanks! (Closes: #509313)
* | merged from the jackyf-devel branchMichael Vogt2009-08-191-1/+1
|\ \ | |/ |/|
| * Make apt proxy options have the highest priority, unified proxy determining ↵Eugene V. Lyubimkin2008-12-151-1/+1
| | | | | | | | code.
* | Set version to 0.7.22.1.Julian Andres Klode2009-08-031-1/+1
| |
* | releasing version 0.7.21Michael Vogt2009-04-161-1/+1
| |
* | merge the 0.7.20.2 uploadMichael Vogt2009-02-081-1/+1
| |
* | fix changlogMichael Vogt2009-02-081-1/+1
|/
* make "apt-get build-dep" installed packages marked automaticMichael Vogt2008-12-021-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)
* * doc/examples/configure-index:Michael Vogt2008-11-071-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)
* * Fix typos:Michael Vogt2008-11-051-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)
* doc/apt-cache.8.xml: add missing <citerefentry>Michael Vogt2008-10-101-1/+1
|
* Upload to unstableMichael Vogt2008-10-071-1/+1
|
* fix typo *sigh*Michael Vogt2008-10-011-1/+1
|
* upload as 0.7.15~exp1egon2008-09-161-1/+1
|
* * debian/changelog:egon2008-09-161-1/+1
| | | | | | | - upload to experimental to give the releases managers something to check out * doc/makesfile: - merged from the apt--mvo branch
* Add missing build-depends. Closes #478231Otavio Salvador2008-05-021-1/+1
|
* * Fix regression about APT::Get::List-Cleanup setting being ignored,Otavio Salvador2008-02-161-1/+1
| | | closes: #466052.
* * debian/rulesMichael Vogt2007-11-281-1/+1
| | | - fix https install location
* releasing version 0.7.9Otavio Salvador2007-10-311-1/+1
|
* * Fix configure script to check for CURL library and headers presense.Otavio Salvador2007-10-291-0/+7
|
* Sorry but it fail on tests so it will not be uploadedOtavio Salvador2007-10-251-1/+1
|
* Thai translation addedbubulle@debian.org2007-09-191-1/+1
|
* * apt-pkg/pkgcachegen.cc:Michael Vogt2007-08-281-1/+1
|\ | | | | | | | | - increase default mmap size * tests/local-repo: - added local repository testcase
* | * apt-inst/contrib/extracttar.cc:Michael Vogt2007-08-031-1/+1
|/ | | | | | | | | | | | | | | | | | | - fix fd leak for zero size files (thanks to Bill Broadley for reporting this bug) * apt-pkg/acquire-item.cc: - remove zero size files on I-M-S hit * methods/https.cc: - only send LastModified if we actually have one - send range request with if-range - delete failed downloads * apt-pkg/deb/dpkgpm.{cc,h}: - merged dpkg-log branch, this lets you specify a Dir::Log::Terminal file to log dpkg output to (ABI break) * merged apt--sha256 branch to fully support the new sha256 checksums in the Packages and Release files (ABI break) * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong directory downloading on non-linux architectures (closes: #435597)
* * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador2007-08-011-9/+2
| | | directory downloading on non-linux architectures (closes: #435597)
* * methods/makefile:Michael Vogt2007-07-301-1/+1
| | | | | - install lzma symlink method (for full lzma support) * debian/control: - suggest "lzma"
* * Applied patch from Guillem Jover <guillem.jover@nokia.com> to useOtavio Salvador2007-07-251-6/+3
| | | dpkg-architecture to get the host architecture (closes: #407187)
* - fix in the task-install code regexp (thanks to Adam Conrad andMichael Vogt2007-07-121-1/+1
| | | Colin Watson)
* * Non-maintainer upload.Michael Vogt2007-07-011-1/+1
| | | | * Build-depend on libcurl4-gnutls-dev instead of the obsolete libcurl3-gnutls-dev. Closes: #428363.
* * merged the debian/experimental changes backMichael Vogt2007-06-061-2/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into the debian/sid branch * merged from Christian Perrier: * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio * da.po: Updated by Claus Hindsgaul * fr.po: Remove a non-breakable space for usability * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections * buildlib/archtable: - added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096) * buildlib/systemtable: - added support for lpia * configure.in: - check systemtable for architecture mapping too * Package that contains tall the new features * Removed all #pragma interface/implementation * Branch that contains tall the new features: * translated package descriptions * task install support * automatic dependency removal (thanks to Daniel Burrows) * merged support for the new dpkg "Breaks" field (thanks to Ian Jackson) * handle network failures more gracefully on "update" * support for unattended-upgrades (via unattended-upgrades package) * added apt-transport-https method * merged "install-recommends" branch (ABI break): - new "--install-recommends" - install new recommends on "upgrade" if --install-recommends is given - new "--fix-policy" option to install all packages with unmet important dependencies (usefull with --install-recommends to see what not-installed recommends are on the system) - fix of recommended packages display (only show CandidateVersion fix or-group handling) * merged "install-task" branch (use with "apt-get install taskname^") * Applied patch from Daniel Schepler to make apt bin-NMU able. * eu.po: Updated * fix apt-get dist-upgrade * fix warning if no /var/lib/apt/extended_states is present * don't download Translations for deb-src sources.list lines * apt-pkg/tagfile.cc: - support not-mmapable files again * added support for i18n of the package descriptions * added support for aptitude like auto-install tracking (a HUGE HUGE thanks to Daniel Burrows who made this possible) * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental * apt-pkg/depcache.cc: - added Debug::pkgDepCache::AutoInstall (thanks to infinity) * apt-pkg/acquire-item.cc: - fix missing chmod() in the new aquire code (thanks to Bastian Blank, Closes: #367425) * merged from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main: * sk.po: Completed to 512t * eu.po: Completed to 512t * fr.po: Completed to 512t * sv.po: Completed to 512t * Update all PO and the POT. Gives 506t6f for formerly complete translations * Fix a incorrect example in the man-page (closes: #282918)
| * * merged with the apt--mvo branchMichael Vogt2007-05-021-1/+1
| |\
| * | * fix version number and changelogMichael Vogt2007-05-021-1/+1
| | |