summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2010-06-09* apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de
- Add support for transparent reading of gzipped files. - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
2010-05-05* debian/rules:Michael Vogt
- install html doxygen in libapt-pkg-doc as well
2010-05-05* debian/rules:Michael Vogt
- install html doxygen in libapt-pkg-doc as well
2010-03-19Add conflict with manpages-plbubulle@debian.org
2010-03-01* cmdline/apt-mark:Julian Andres Klode
- Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
2010-02-18* debian/control:David Kalnischkies
- update with no changes to debian policy 3.8.4
2010-01-08* French manpage translation updateMichael Vogt
* 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)
2010-01-02let all packages depend on David Kalnischkies
2009-11-02bump policy to 3.8.3 as we have no outdated manpages anymoreDavid Kalnischkies
2009-11-02remove traces of old manpage-buildsystemsDavid Kalnischkies
2009-10-28remove (outdated) config.{sub,guess} and use the ones providedDavid Kalnischkies
by the new added build-dependency autotools-dev instead
2009-10-28remove unneeded control field duplications as lintian suggests itDavid Kalnischkies
2009-09-09remove the suggestion on gnome-apt as it was removed from debianDavid Kalnischkies
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414526
2009-08-26 [ Nicolas François ]David Kalnischkies
* Cleaned up the first patch draft from KURASAWA Nozomu to finally get po4a support for translating the man pages. Many thanks to both for this excellent work! (Closes: #441608)
2009-08-03debian/control: Increase Standards-Version to 3.8.2.0.0.7.22.1Julian Andres Klode
2009-08-03debian/control: Add myself to Uploaders.Julian Andres Klode
2009-07-06Remove Eugene V. Lyubimkin from uploaders as requested.Julian Andres Klode
2009-06-30merged r1811..1815 from lp:~donkult/apt/experimentalMichael Vogt
2008-11-04* debian/control:Michael Vogt
- 'Vcs-Bzr' field is official, used it. - Bumped 'Standards-Version' to 3.8.0, no changes needed. - Actualized 'Uploaders' field. * doc/: - Substituded 'apt-archive' with 'apt-ftparchive' in docs. Patch based on work of Andre Felipe Machado. (Closes: #350865) - Mentioned '/<release>' and '=<version>' for 'apt-get install' and '=<version>' for 'apt-get source' in apt-get manpage. Patch based on work of Andre Felipe Machado. (Closes: #399673) - Mentioned more short options in the apt-get manpage. Documented 'xvcg' option in the apt-cache manpage. The part of patch by Andre Felipe Machado. (Closes: #176106, #355945) - Documented that 'apt-get install' command should be used for upgrading some of installed packages. Based on patch by Nori Heikkinen and Andre Felipe Machado. (Closes: #267087) - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295) - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399) - APT::Install-Recommends is now true by default, mentioned this in configure-index example. (Closes: #463268) - Added 'APT::Get::AllowUnauthenticated' to configure-index example. (Closes: #320225) - Documented '--no-install-recommends' option in apt-get manpage. (Closes: #462962) - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029) - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in sources.list manpage, as they are already described under in the manpage. - Removed notice that ssh/rsh access cannot use password authentication from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
2008-11-04Uncommitted lowercasing of short descriptions for Lenny.Eugene V. Lyubimkin
2008-11-01Added Daniel Burrows to 'Uploaders'.Eugene V. Lyubimkin
2008-11-01Actualized 'Uploaders' field in debian/control.Eugene V. Lyubimkin
2008-11-01Bumped Standards-Version to 3.8.0.Eugene V. Lyubimkin
2008-11-01debian/control improvementsEugene V. Lyubimkin
2008-10-29Dropped Debian revision '-1' from build dependency on 'doc-base'.Eugene V. Lyubimkin
2008-10-29Added 'python-apt' to Suggests of apt (because of apt-mark).Eugene V. Lyubimkin
2008-10-29'Source-Version' in debian/control became 'binary:Version'.Eugene V. Lyubimkin
2008-05-02Add missing build-depends. Closes #478231Otavio Salvador
2008-04-26Also add a missing Build-Depends-Indep on xmlto.Daniel Burrows
2008-04-26Add missing entries in Build-Depends-Indep for docbook-xsl and xsltproc.Daniel Burrows
2008-01-03* debian/control:Michael Vogt
- build against libdb-dev (instead of libdb4.4-dev)
2007-07-30* methods/makefile:Michael Vogt
- install lzma symlink method (for full lzma support) * debian/control: - suggest "lzma"
2007-07-24Added myself as uploader. Acked by MichaelOtavio Salvador
2007-07-01* Non-maintainer upload.Michael Vogt
* Build-depend on libcurl4-gnutls-dev instead of the obsolete libcurl3-gnutls-dev. Closes: #428363.
2007-06-07* debian/control:Michael Vogt
- update to new standards version - add XS-Vcs-Bzr header
2007-05-02* merged from http://people.ubuntu.com/~mvo/bzr/apt/curl-https/Michael Vogt
2007-02-21* debian/control:Michael Vogt
- fix dependency to libcurl3-gnutls-dev (>= 7.15.5)
2006-12-19* merged apt--curl-https branchMichael Vogt
2006-12-19* added https transport method as optional pacakgeMichael Vogt
2006-10-11* debian/control:Michael Vogt
- droped gnupg suggests because of debian-archive-keyring
2006-10-09* debian/control:Michael Vogt
- depends on debian-archive-keyring instead of recommends
2006-08-09* debian/control:Michael Vogt
- switched to libdb4.4
2006-04-26* build-depend on debhelper >= 5.0Michael Vogt
2006-04-26* bump standards versionMichael Vogt
2006-01-18* added debian-archive-keyring to recommends Michael Vogt
2005-11-28* build-depend on libdb4.3 now, fix for kFreeBSD (#317718)Michael Vogt
2005-10-19* seting section to "admin" to match override fileMichael Vogt
2005-08-08* removed the lsb_release build patch (nobody except me seems to like it)Michael Vogt
2005-08-01* build debian and ubuntu package from the same sourceMichael Vogt
2005-08-01* merged with matts treeMichael Vogt
Patches applied: * apt@packages.debian.org/apt--main--0--patch-97 Update priority of apt-utils to important, to match the override file * apt@packages.debian.org/apt--main--0--patch-98 Install only one keyring on each branch (Closes: #316119) * apt@packages.debian.org/apt--main--0--patch-99 Finalize 0.6.39 * apt@packages.debian.org/apt--main--0--patch-100 Use debian.org address in mainline * apt@packages.debian.org/apt--main--0--patch-101 Update pot file * apt@packages.debian.org/apt--main--0--patch-102 Open 0.6.40 * apt@packages.debian.org/apt--main--0--patch-103 Patch from Jordi Mallach to mark some additional strings for translation * apt@packages.debian.org/apt--main--0--patch-104 Updated Catalan translation from Jordi Mallach * apt@packages.debian.org/apt--main--0--patch-105 Merge from bubulle@debian.org--2005/apt--main--0 * bubulle@debian.org--2005/apt--main--0--patch-90 Merge with Matt * bubulle@debian.org--2005/apt--main--0--patch-91 Updated Slovak translation * bubulle@debian.org--2005/apt--main--0--patch-92 Add apt-key French man page * bubulle@debian.org--2005/apt--main--0--patch-93 Update Greek translations * bubulle@debian.org--2005/apt--main--0--patch-94 Merge with Matt * bubulle@debian.org--2005/apt--main--0--patch-95 Sync PO files with the POT file/French translation update