Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use liblzma-dev to provide xz/lzma support | David Kalnischkies | 2014-03-13 | 1 | -4/+4 |
| | | | | | | | | | | | | We have xz/lzma support for a while, but only via an external binary provided by xz-utils. Now that the Debian archive provides xz by default and dpkg pre-depends on the library provided by liblzma-dev we can switch now to use this library as well to avoid requiring an external binary. For now the binary is in a prio:required package, but this might change in the future. API wise it is quiet similar to bz2 code expect that it doesn't provide file I/O methods, so we piece this together on our own. | ||||
* | correct LD_LIBRARY_PATH and config loading for apt-helper | David Kalnischkies | 2014-03-13 | 1 | -0/+1 |
| | | | | | | | Mostly ensures that we use the build methods and not the system provided methods in the tests (if we don't want it that way). Git-Dch: Ignore | ||||
* | ensure that a dot is a dot in the hook | David Kalnischkies | 2014-03-13 | 1 | -5/+2 |
| | | | | | | As we deal with regex matchers here the dots are treated as wildcards if we don't take care of escaping them. Not very likely that this could be a real-world problem, but just to be sure. | ||||
* | add ".*-{kernel,modules}-$KERVER" matcher for hook | David Kalnischkies | 2014-03-13 | 1 | -1/+7 |
| | | | | | | Pre-build kernel modules (like those build with module-assistent) are commonly named in this way and it should be ungeneric enough to be added by default for everyone. | ||||
* | support kfreebsd and hurd in the kernel hook | David Kalnischkies | 2014-03-13 | 2 | -15/+9 |
| | | | | | | kfreebsd as well as hurd kernel packages call the postinst script as well so we just need to enable the correct parsing for installed packages and disable the "protect every version" hammer for them. | ||||
* | use a configurable list of versioned kernel packages | David Kalnischkies | 2014-03-13 | 2 | -10/+20 |
| | | | | | | With APT::VersionedKernelPackages users have the option of adding packages like pre-build out-of-tree modules to the list of automatically protected from being autoremoved. | ||||
* | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | 2014-03-13 | 1 | -1/+0 |
| | | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | ||||
* | unset LANGUAGE in the testing framework directly | David Kalnischkies | 2014-03-13 | 1 | -3/+0 |
| | | | | Git-Dch: Ignore | ||||
* | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | Promote xz-utils from apt Suggests to libapt-pkg Depends | Julian Andres Klode | 2014-03-12 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | releasing package apt version 0.9.15.5 | Michael Vogt | 2014-02-28 | 1 | -0/+12 |
| | |||||
* | initial version of apt-helper | Michael Vogt | 2014-02-27 | 2 | -0/+4 |
| | |||||
* | Bug#739988: Fix autopkgtest missing dependencies and locale | Martin Pitt | 2014-02-25 | 2 | -1/+4 |
| | | | | | | | | 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. | ||||
* | releasing package apt version 0.9.15.4 | Michael Vogt | 2014-02-23 | 1 | -2/+11 |
| | |||||
* | add missing libdb-dev to debian/tests/control | Michael Vogt | 2014-02-22 | 1 | -1/+1 |
| | |||||
* | debian: Add debDebFile::ExtractTarMember to the symbols file | Guillem Jover | 2014-02-22 | 1 | -0/+1 |
| | |||||
* | Fix typos in documentation (codespell) | Michael Vogt | 2014-02-22 | 2 | -2/+6 |
| | |||||
* | remove auto-generated apt-key and sources.list on clean (closes: 739749) | Michael Vogt | 2014-02-22 | 1 | -0/+6 |
| | |||||
* | releasing package apt version 0.9.15.3 | Michael Vogt | 2014-02-20 | 1 | -2/+2 |
| | |||||
* | prepare release | Michael Vogt | 2014-02-20 | 1 | -0/+23 |
| | |||||
* | update symbols file with hints from the buildlogs | David Kalnischkies | 2014-02-14 | 1 | -14/+27 |
| | |||||
* | do not compress .xhtml files and remove junk files | David Kalnischkies | 2014-02-14 | 1 | -1/+2 |
| | | | | | | | | | 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 | ||||
* | use "Restrictions: allow-stderr and avoid apt-stderr.log in ↵ | Michael Vogt | 2014-02-13 | 2 | -5/+3 |
| | | | | debian/tests/run-tests | ||||
* | releasing package apt version 0.9.15.2 | Michael Vogt | 2014-02-13 | 1 | -0/+24 |
| | |||||
* | remove duplication in pkgCdrom::Add and ::Ident | David Kalnischkies | 2014-02-12 | 1 | -0/+1 |
| | | | | Git-Dch: Ignore | ||||
* | bump Standards-Version to 3.9.5 (no changes needed) | David Kalnischkies | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | update libapt-pkg.symbols file | David Kalnischkies | 2014-02-10 | 1 | -2/+18 |
| | |||||
* | releasing package apt version 0.9.15.1 | Michael Vogt | 2014-02-06 | 1 | -0/+26 |
| | |||||
* | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | 2014-01-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework | ||||
| * | use svg in doxygen and ensure dot is around for it | David Kalnischkies | 2014-01-25 | 1 | -1/+1 |
| | | |||||
| * | debian/rules: Call dh_makeshlibs for 'apt' | Julian Andres Klode | 2014-01-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | The package ships libapt-private now, so we need an ldconfig call in postinst. dh_makeshlibs creates one for us. Reported-by: lintian | ||||
* | | releasing package apt version 0.9.15 | Michael Vogt | 2014-01-25 | 1 | -0/+6 |
| | | |||||
* | | releasing package apt version 0.9.14.3~exp5 | Michael Vogt | 2014-01-24 | 1 | -0/+14 |
| | | |||||
* | | releasing package apt version 0.9.14.3~exp4 | Michael Vogt | 2014-01-22 | 1 | -0/+12 |
| | | |||||
* | | releasing package apt version 0.9.14.3~exp3 | Michael Vogt | 2014-01-18 | 1 | -2/+2 |
| | | |||||
* | | * implement deb822 suggestions from donkult (thanks!): | Michael Vogt | 2014-01-18 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | prepare upload | Michael Vogt | 2014-01-16 | 1 | -1/+8 |
| | | |||||
* | | prepare new upload | Michael Vogt | 2014-01-16 | 1 | -0/+15 |
| | | |||||
* | | debian/rules: Call dh_makeshlibs for 'apt' | Julian Andres Klode | 2014-01-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | The package ships libapt-private now, so we need an ldconfig call in postinst. dh_makeshlibs creates one for us. Reported-by: lintian | ||||
* | | prepare 0.9.14.3~exp1 | Michael Vogt | 2014-01-05 | 1 | -2/+3 |
| | | |||||
* | | prepare 0.9.14.3~exp1 | Michael Vogt | 2014-01-05 | 1 | -0/+13 |
|/ | |||||
* | prepare release | Michael Vogt | 2013-12-29 | 1 | -1/+1 |
| | |||||
* | update changelog | Michael Vogt | 2013-12-29 | 1 | -3/+18 |
| | |||||
* | Merge branch 'feature/tests-on-installed' into debian/sid | Michael Vogt | 2013-12-27 | 1 | -3/+14 |
|\ | |||||
| * | run autopkgtest against the installed apt | Michael Vogt | 2013-12-13 | 1 | -3/+14 |
| | | |||||
* | | vendor/steamos/*: | Michael Vogt | 2013-12-21 | 1 | -0/+2 |
| | | | | | | | | | | * vendor/steamos/*: - add steamos support | ||||
* | | vendor/getinfo: | Michael Vogt | 2013-12-21 | 1 | -0/+4 |
| | | | | | | | | | | * vendor/getinfo: - fix ubuntu-codename | ||||
* | | add apt-vendor for raspbian. Closes: #732749 | Michael Vogt | 2013-12-21 | 1 | -0/+3 |
| | | |||||
* | | Danish translation update | Joe Dalton | 2013-12-15 | 1 | -0/+7 |
| | | |||||
* | | releasing package apt version 0.9.14.1 | Michael Vogt | 2013-12-12 | 1 | -0/+12 |
|/ |