Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies | |
Inspired by the rest of the patch in 661537, but abstract the parsing of various ways of setting the build profiles more so it can potentially be reused and all apt parts have the same behaviour. Especially config options, cmdline options and environment will not be combined as proposed as this isn't APTs usual behaviour and dpkg doesn't do it either, so one overrides the other as it normally does. | |||
2014-03-13 | autogenerate makefile for vendor system | David Kalnischkies | |
It can be useful to have a whole makefile available for vendor setup, but by providing a basic one we can deal with the simple cases more easily (and changes to the system are presumably easier). | |||
2014-02-28 | releasing package apt version 0.9.15.50.9.15.5 | Michael Vogt | |
2014-02-23 | releasing package apt version 0.9.15.40.9.15.4 | Michael Vogt | |
2014-02-22 | add apt-vendor information for tanglu | Jon Severinsson | |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | |
2014-02-20 | releasing package apt version 0.9.15.3 | Michael Vogt | |
2014-02-14 | do not recommend dselect in apt-get manpage | David Kalnischkies | |
The current description says: "Many users find dselect intimidating and new users may prefer to use apt-based user interfaces." It doesn't feel right to refer users to it then. Closes: 617625 | |||
2014-02-13 | releasing package apt version 0.9.15.20.9.15.2 | Michael Vogt | |
2014-02-10 | disable doxygen undocumented method warning | David Kalnischkies | |
Very few methods we have are documented, so this is A LOT of noise hidden the "interesting" warnings about methods which are documented, but incorrectly and such stuff. Git-Dch: Ignore | |||
2014-02-06 | releasing package apt version 0.9.15.1 | Michael Vogt | |
2014-01-26 | Trivian unfuzzies of the German po4a translation | Chris Leick | |
2014-01-26 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework | |||
2014-01-25 | releasing package apt version 0.9.150.9.15 | Michael Vogt | |
2014-01-25 | use svg in doxygen and ensure dot is around for it | David Kalnischkies | |
2014-01-24 | releasing package apt version 0.9.14.3~exp50.9.14.3.exp5 | Michael Vogt | |
2014-01-24 | make update-po | Michael Vogt | |
2014-01-24 | update german manpage translation | Chris Leick | |
2014-01-22 | releasing package apt version 0.9.14.3~exp4 | Michael Vogt | |
2014-01-21 | Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' ↵ | Michael Vogt | |
into feature/source-deb822 Conflicts: test/integration/test-apt-sources-deb822 | |||
2014-01-20 | add support for multipl types in one line | Michael Vogt | |
2014-01-20 | add support for multiple URIs in deb822 style sources.list | Michael Vogt | |
2014-01-20 | add support for Enabled: no in deb822 sources.list | Michael Vogt | |
2014-01-20 | add Description tag for deb822 sources | Michael Vogt | |
2014-01-18 | releasing package apt version 0.9.14.3~exp30.9.14.3.exp3 | Michael Vogt | |
2014-01-18 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-18 | rename "Suite/Section" to plural | Michael Vogt | |
2014-01-18 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-17 | implement suggestion by donkult (thanks!) | Michael Vogt | |
2014-01-16 | merged mvo/feature/deb822 | Michael Vogt | |
2014-01-16 | rename URL to Uri in deb822-sources | Michael Vogt | |
2014-01-16 | rename "distribution" in sources.list to "suite" | Michael Vogt | |
2014-01-06 | document deb822 style sources.list | Michael Vogt | |
2014-01-05 | prepare 0.9.14.3~exp10.9.14.3.exp1 | Michael Vogt | |
2013-12-29 | prepare release0.9.14.2 | Michael Vogt | |
2013-12-21 | vendor/getinfo: | Michael Vogt | |
* vendor/getinfo: - fix ubuntu-codename | |||
2013-12-12 | releasing package apt version 0.9.14.1 | Michael Vogt | |
2013-12-07 | really release 0.9.140.9.14 | Michael Vogt | |
2013-12-06 | fix build failure with the new apt-vendors stuff | Michael Vogt | |
2013-12-05 | * document Dpkg::Progress-Fancy (closes: 726169), thanks to James McCoy | Michael Vogt | |
2013-11-30 | add a vendor specific file to have configurable entities | David Kalnischkies | |
manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later. | |||
2013-11-30 | introduce a vendor system to change sources.list | David Kalnischkies | |
Many derivatives make quiet a few simple changes to apt introducing silly diffs just to change examples and co making it harder for them to update apt and harder for us to merge real changes back. First stop: doc/examples/sources.list | |||
2013-10-25 | improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to ↵ | Michael Vogt | |
Francesco Poli) | |||
2013-10-22 | add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597) | Michael Vogt | |
2013-10-08 | Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid | Michael Vogt | |
2013-10-01 | rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8 | Michael Vogt | |
2013-08-28 | add man-page, improve option, use --with-new-pkgs as the flag | Michael Vogt | |
2013-08-16 | allow Pre-Install-Pkgs hooks to get info over an FD != stdin | David Kalnischkies | |
This adds ::InfoFD option alongside the ::Version one to request sending the information to the specified FD, by default it is STDIN as it was the case before. The environment variable APT_HOOK_INFO_FD contains the FD the data is on as a confirmation that the APT version used understood the request. Allowing the hook to choose the FD is needed/helpful e.g. for shellscripts which have a hard time accessing FDs above 9 (as >= 10 are usually used internally by them) Closes: #671728 | |||
2013-08-15 | merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ↵ | Michael Vogt | |
(closes: #705445) Conflicts: debian/changelog | |||
2013-07-27 | run "doxygen -u" to update doxygen config | David Kalnischkies | |
Git-Dch: Ignore |