summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2012-01-24merged from experimentalMichael Vogt
2012-01-19apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)David Kalnischkies
2012-01-19* debian/control:David Kalnischkies
- remove APT from the short descriptions as lintian doesn't like it and it doesn't transport any information for a reader anyway
2011-11-28merged from debian-experimental2Michael Vogt
2011-11-28revert libapt-common addition because of ↵Michael Vogt
http://lists.debian.org/debian-devel/2011/11/msg00742.html
2011-11-22merged lp:~mvo/apt/convert-to-multiarch-lib-thanks-colinMichael Vogt
2011-11-22merged libapt multiarch enable patch from Colin Watson, many thanks!Michael Vogt
2011-11-10merged from lp:~mvo/apt/mvo (that has all the changes from ↵Michael Vogt
debian-experimental2) and resolved a bunch of conflicts
2011-09-14update package names too for the new abiMichael Vogt
2011-08-10manually merge Adam Conrads uploadMichael Vogt
2011-08-10* debian/control:Michael Vogt
- fix VCS location
2011-07-28merged from debian-experimentalMichael Vogt
2011-06-29remove no longer needed replaces for libapt-pkg4.11 and libapt-inst1.3Michael Vogt
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt
2011-06-28merge from the experimental branch and prepare new uploadMichael Vogt
2011-06-28debian/control: update breaks for the final uploadMichael Vogt
2011-06-28merge updated description from David, many thanksMichael Vogt
2011-06-22* debian/control:Michael Vogt
- modernize package description (closes: #624618)
2011-06-17use depends for the ${shlibs:Depends} to make the breaks workMichael Vogt
2011-06-17* debian/control:Michael Vogt
- add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
2011-06-15* debian/control:Michael Vogt
- fix incorrect Replaces (closes: #630204) for libapt-inst1.2
2011-06-10generate debiandencies for libapt-pkg-dev automatically via deb-substvarsMichael Vogt
2011-06-08fix lintian issuesMichael Vogt
2011-06-08remove -l from dh_shlibdeps, that is no longer needed with recent shlibdepsMichael Vogt
2011-06-08initial librarification pushMichael Vogt
2011-05-03* debian/control:Michael Vogt
- add temporary build-dependency on gcc-4.6 (>= 4.6.0-6ubuntu2)
2011-05-02* merged from the debian-sid bzr branchMichael Vogt
* apt-pkg/depcache.cc: - Really release action groups only once (Closes: #622744) - Make purge work again for config-files (LP: #244598) (Closes: #150831) * debian/apt.cron.daily: - Check power after wait, patch by manuel-soto (LP: #705269) * debian/control: - Move ${shlibs:Depends} to Pre-Depends, as we do not want APT unpacked if a library is too old and thus break upgrades * doc/apt-key.8.xml: - Document apt-key net-update (LP: #192810) * apt-pkg/acquire-item.cc: - Only try to rename existing Release files (Closes: #622912) * apt-pkg/indexcopy.cc: - Use RealFileExists() instead of FileExists(), allows amongst other things a directory named Sources to exist on a CD-ROM (LP: #750694). * apt-pkg/acquire-item.cc: - Use Release files even if they cannot be verified (LP: #704595) * cmdline/apt-get.cc: - Do not install recommends for build-dep (Closes: #454479) (LP: #245273) * apt-pkg/deb/deblistparser.cc: - Handle no space before "[" in build-dependencies (LP: #72344) * apt-pkg/policy.cc: - Allow pinning by glob() expressions, and regular expressions surrounded by slashes (the "/" character) (LP: #399474) (Closes: #121132) * debian/control: - Set Standards-Version to 3.9.2 * mirror method: - do not crash if the mirror file fails to download * apt-pkg/aptconfiguration.cc: - fix comparing for a empty string * debian/apt.cron.daily: - run unattended-upgrades even if there was a error during the apt-get update (LP: #676295) * apt-pkg/pkgcache.cc: - use the native Architecture stored in the cache header instead of loading it from configuration as suggested by Julian Andres Klode
2011-04-27* debian/control:Julian Andres Klode
- Move ${shlibs:Depends} to Pre-Depends, as we do not want APT unpacked if a library is too old and thus break upgrades
2011-04-15* debian/control:Julian Andres Klode
- Set Standards-Version to 3.9.2
2011-03-10merged from debian-sidMichael Vogt
2011-02-17debian/control: remove Luca Bruno from the maintainers (on his own request)Michael Vogt
2011-02-08merged from the debian-sid branchMichael Vogt
2011-01-16move file installation from rules to dh_install filesDavid Kalnischkies
2011-01-15* debian/control:David Kalnischkies
- depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling * debian/rules: - remove shlibs.local creation and usage - show differences in the symbol files, but never fail * debian/{apt,apt-utils}.symbols: - ship experimental unmangled c++ symbol files
2011-01-14depend on debhelper 7 to raise compat levelDavid Kalnischkies
2010-11-30* debian/control:David Kalnischkies
- add Vcs-Browser now that loggerhead works again (Closes: #511168)
2010-10-14merged from the debian-sid branchMichael Vogt
2010-09-17* debian/control:David Kalnischkies
- build-depend on docbook-xml to ensure that the xml DTDs are always available on the buildds (Closes: #597145)
2010-08-11merged from the debian-experimental-ma branchMichael Vogt
2010-08-07* debian/control:Julian Andres Klode
- Add dependency on gnupg to apt, apt-key uses it.
2010-07-30merged from http://bzr.debian.org/apt/apt/debian-experimental-maMichael Vogt
2010-07-30* debian/control:David Kalnischkies
- remove libcurl3-gnutls-dev alternative as the package is gone - increase needed version of libcurl4-gnutls-dev to >= 7.19.0 as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
2010-07-30* debian/control:Michael Vogt
- add dependency on zlib-dev for libapt-pkg-dev * apt-pkg/cacheset.cc: - make CacheSetHelper::canNotFindAllVer display a notice only (for compat reasons). Otherwise tools like sbuild blow up
2010-07-30* debian/control:Michael Vogt
- add dependency on zlib-dev for libapt-pkg-dev
2010-07-29remove debian-archive-keyring dependency and readdMichael Vogt
recommends to the ubuntu-keyring
2010-07-29merged with the debian-experimental-ma branchMichael Vogt
2010-07-11[ Martin Pitt ]David Kalnischkies
* 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-07-05merge with debian-experimental-maDavid Kalnischkies
2010-06-29debian/control: Set Standards-Version to 3.9.0Julian Andres Klode
2010-06-11* debian/control:David Kalnischkies
- remove intltool's dependency as it is an ubuntu artefact