Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-13 | unset LANGUAGE in the testing framework directly | David Kalnischkies | |
Git-Dch: Ignore | |||
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-12 | Promote xz-utils from apt Suggests to libapt-pkg Depends | Julian Andres Klode | |
libapt-pkg depends on the other compressors, and now that xz is the default in many cases, it should depend on that one as well. | |||
2014-02-28 | releasing package apt version 0.9.15.50.9.15.5 | Michael Vogt | |
2014-02-27 | initial version of apt-helper | Michael Vogt | |
2014-02-25 | Bug#739988: Fix autopkgtest missing dependencies and locale | Martin Pitt | |
debian/tests/control: Add missing build-essential, fakeroot, and wget test dependencies. debian/tests/run-tests: Pin locale to C to avoid test failures in other locales. | |||
2014-02-23 | releasing package apt version 0.9.15.40.9.15.4 | Michael Vogt | |
2014-02-22 | add missing libdb-dev to debian/tests/control | Michael Vogt | |
2014-02-22 | debian: Add debDebFile::ExtractTarMember to the symbols file | Guillem Jover | |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | |
2014-02-22 | remove auto-generated apt-key and sources.list on clean (closes: 739749) | Michael Vogt | |
2014-02-20 | releasing package apt version 0.9.15.3 | Michael Vogt | |
2014-02-20 | prepare release | Michael Vogt | |
2014-02-14 | update symbols file with hints from the buildlogs | David Kalnischkies | |
2014-02-14 | do not compress .xhtml files and remove junk files | David Kalnischkies | |
dh_compress compresses .xhtml files by default, which breaks our doxygen documentation. doxygen has also a bunch of temporary files it creates which stay in the build directory and so we remove them before installing them as documentation. Closes: 738933 | |||
2014-02-13 | use "Restrictions: allow-stderr and avoid apt-stderr.log in ↵ | Michael Vogt | |
debian/tests/run-tests | |||
2014-02-13 | releasing package apt version 0.9.15.20.9.15.2 | Michael Vogt | |
2014-02-12 | remove duplication in pkgCdrom::Add and ::Ident | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-10 | bump Standards-Version to 3.9.5 (no changes needed) | David Kalnischkies | |
2014-02-10 | update libapt-pkg.symbols file | David Kalnischkies | |
2014-02-06 | releasing package apt version 0.9.15.1 | Michael Vogt | |
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-22 | releasing package apt version 0.9.14.3~exp4 | Michael Vogt | |
2014-01-18 | releasing package apt version 0.9.14.3~exp30.9.14.3.exp3 | Michael Vogt | |
2014-01-18 | * implement deb822 suggestions from donkult (thanks!): | Michael Vogt | |
- rename "Dist" to "Suites" - rename "Section" to "Sections" - rename "Architectures-Delete" to "Architectures-Remove" - rename "Uri" to "URI" * add "apt list --manual-installed" * add "apt upgrade --dist" * add "apt purge" * flock() the file edited in "apt edit-sources" * apt-private/private-show.cc: - do not show Description-lang: header * reword apt !isatty() warning * add missing integration test for "apt list" and fix bugs found by it | |||
2014-01-16 | prepare upload0.9.14.3.exp2 | Michael Vogt | |
2014-01-16 | prepare new upload | Michael Vogt | |
2014-01-05 | debian/rules: Call dh_makeshlibs for 'apt' | Julian Andres Klode | |
The package ships libapt-private now, so we need an ldconfig call in postinst. dh_makeshlibs creates one for us. Reported-by: lintian | |||
2014-01-05 | debian/rules: Call dh_makeshlibs for 'apt' | Julian Andres Klode | |
The package ships libapt-private now, so we need an ldconfig call in postinst. dh_makeshlibs creates one for us. Reported-by: lintian | |||
2014-01-05 | prepare 0.9.14.3~exp10.9.14.3.exp1 | Michael Vogt | |
2014-01-05 | prepare 0.9.14.3~exp1 | Michael Vogt | |
2013-12-29 | prepare release0.9.14.2 | Michael Vogt | |
2013-12-29 | update changelog | Michael Vogt | |
2013-12-27 | Merge branch 'feature/tests-on-installed' into debian/sid | Michael Vogt | |
2013-12-21 | vendor/steamos/*: | Michael Vogt | |
* vendor/steamos/*: - add steamos support | |||
2013-12-21 | vendor/getinfo: | Michael Vogt | |
* vendor/getinfo: - fix ubuntu-codename | |||
2013-12-21 | add apt-vendor for raspbian. Closes: #732749 | Michael Vogt | |
2013-12-15 | Danish translation update | Joe Dalton | |
2013-12-13 | run autopkgtest against the installed apt | Michael Vogt | |
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-07 | do not force a specific export-dir in the repository | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-12-07 | releasing package apt version 0.9.14 | Michael Vogt | |
2013-12-07 | update libapt-pkg4.12 symbols file | David Kalnischkies | |
also fixing the release script code to deal with 'set -e' mode while checking the symbols file. | |||
2013-12-06 | releasing package apt version 0.9.13.2 | Michael Vogt | |
2013-12-01 | drop old /var/state to /var/lib transition artefacts | David Kalnischkies | |
Regardless of when this transition was, it is so long ago that everyone who would still need this has a million other problems to deal with now so lets just drop this code. | |||
2013-11-30 | use a substvar to set the archive-keyring in debian/control | David Kalnischkies | |
Adds a small helper to extract the small information bits we store in apt-vendor.ent and uses it in debian/rules to set apt:keyring as a substvar for debian/control populated with the &keyring-package; info |