summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2012-05-21* debian/control:David Kalnischkies1-2/+2
- moving debiandoc-sgml to Build-Depends-Indep was one step too much for the buildds as we still build two sgml files in arch:any
2012-05-14* debian/control:David Kalnischkies1-2/+3
- move doxygen and debiandoc-sgml to Build-Depends-Indep as docs are no longer build in the same target as the manpages
2012-04-11prepare new experimtnal uploadMichael Vogt1-1/+1
2012-04-05suggest xz-utils instead of bzip2 and lzmaDavid Kalnischkies1-2/+3
2012-04-05 - add libbz2-dev as new build-dependencyDavid Kalnischkies1-1/+1
- 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-03-22* debian/controlDavid Kalnischkies1-1/+1
- bump Standards-Version to 3.9.3 (no changes needed)
2012-01-19apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)David Kalnischkies1-2/+2
2012-01-19* debian/control:David Kalnischkies1-10/+10
- 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-28revert libapt-common addition because of ↵Michael Vogt1-11/+2
http://lists.debian.org/debian-devel/2011/11/msg00742.html
2011-11-22merged libapt multiarch enable patch from Colin Watson, many thanks!Michael Vogt1-3/+18
2011-09-14update package names too for the new abiMichael Vogt1-2/+2
2011-06-29remove no longer needed replaces for libapt-pkg4.11 and libapt-inst1.3Michael Vogt1-2/+0
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt1-4/+2
2011-06-28merge from the experimental branch and prepare new uploadMichael Vogt1-22/+67
2011-06-28debian/control: update breaks for the final uploadMichael Vogt1-3/+6
2011-06-28merge updated description from David, many thanksMichael Vogt1-37/+46
2011-06-22* debian/control:Michael Vogt1-12/+32
- modernize package description (closes: #624618)
2011-06-17use depends for the ${shlibs:Depends} to make the breaks workMichael Vogt1-2/+1
2011-06-17* debian/control:Michael Vogt1-0/+2
- 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 Vogt1-1/+1
- fix incorrect Replaces (closes: #630204) for libapt-inst1.2
2011-06-10generate debiandencies for libapt-pkg-dev automatically via deb-substvarsMichael Vogt1-1/+1
2011-06-08fix lintian issuesMichael Vogt1-3/+3
2011-06-08remove -l from dh_shlibdeps, that is no longer needed with recent shlibdepsMichael Vogt1-2/+1
2011-06-08initial librarification pushMichael Vogt1-1/+14
2011-04-27* debian/control:Julian Andres Klode1-1/+2
- 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 Klode1-1/+1
- Set Standards-Version to 3.9.2
2011-02-17debian/control: remove Luca Bruno from the maintainers (on his own request)Michael Vogt1-1/+1
2011-01-16move file installation from rules to dh_install filesDavid Kalnischkies1-1/+1
2011-01-15* debian/control:David Kalnischkies1-1/+1
- 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 Kalnischkies1-1/+1
2010-11-30* debian/control:David Kalnischkies1-0/+1
- add Vcs-Browser now that loggerhead works again (Closes: #511168)
2010-09-17* debian/control:David Kalnischkies1-1/+1
- build-depend on docbook-xml to ensure that the xml DTDs are always available on the buildds (Closes: #597145)
2010-08-07* debian/control:Julian Andres Klode1-1/+1
- Add dependency on gnupg to apt, apt-key uses it.
2010-07-30* debian/control:David Kalnischkies1-1/+1
- 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 Vogt1-1/+1
- add dependency on zlib-dev for libapt-pkg-dev
2010-07-11[ Martin Pitt ]David Kalnischkies1-1/+2
* 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 Kalnischkies1-1/+1
2010-06-29debian/control: Set Standards-Version to 3.9.0Julian Andres Klode1-1/+1
2010-06-11* debian/control:David Kalnischkies1-1/+1
- remove intltool's dependency as it is an ubuntu artefact
2010-06-09* apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de1-1/+1
- Add support for transparent reading of gzipped files. - Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
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-0/+3
- install html doxygen in libapt-pkg-doc as well
2010-05-05* debian/rules:Michael Vogt1-0/+3
- install html doxygen in libapt-pkg-doc as well
2010-05-05* debian/rules:Michael Vogt1-0/+3
- install html doxygen in libapt-pkg-doc as well
2010-04-22Use https:// in Vcs-Bzr URL.lool@dooz.org1-1/+1
2010-04-01prepare for uploadMichael Vogt1-1/+0
2010-03-19merge with debian-sid to get new pl-manpageDavid Kalnischkies1-0/+1
2010-03-19Add conflict with manpages-plbubulle@debian.org1-1/+1
2010-03-14* debian/control:David Kalnischkies1-1/+2
- add automake/conf build-depends/conflicts as recommend by the autotools-dev README (Closes: #572615)