summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* use liblzma-dev to provide xz/lzma supportDavid Kalnischkies2014-03-131-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-helperDavid Kalnischkies2014-03-131-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 hookDavid Kalnischkies2014-03-131-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 hookDavid Kalnischkies2014-03-131-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 hookDavid Kalnischkies2014-03-132-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 packagesDavid Kalnischkies2014-03-132-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 Kalnischkies2014-03-131-1/+0
| | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
* unset LANGUAGE in the testing framework directlyDavid Kalnischkies2014-03-131-3/+0
| | | | Git-Dch: Ignore
* support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-131-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 DependsJulian Andres Klode2014-03-121-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.5Michael Vogt2014-02-281-0/+12
|
* initial version of apt-helperMichael Vogt2014-02-272-0/+4
|
* Bug#739988: Fix autopkgtest missing dependencies and localeMartin Pitt2014-02-252-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.4Michael Vogt2014-02-231-2/+11
|
* add missing libdb-dev to debian/tests/controlMichael Vogt2014-02-221-1/+1
|
* debian: Add debDebFile::ExtractTarMember to the symbols fileGuillem Jover2014-02-221-0/+1
|
* Fix typos in documentation (codespell)Michael Vogt2014-02-222-2/+6
|
* remove auto-generated apt-key and sources.list on clean (closes: 739749)Michael Vogt2014-02-221-0/+6
|
* releasing package apt version 0.9.15.3Michael Vogt2014-02-201-2/+2
|
* prepare releaseMichael Vogt2014-02-201-0/+23
|
* update symbols file with hints from the buildlogsDavid Kalnischkies2014-02-141-14/+27
|
* do not compress .xhtml files and remove junk filesDavid Kalnischkies2014-02-141-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 Vogt2014-02-132-5/+3
| | | | debian/tests/run-tests
* releasing package apt version 0.9.15.2Michael Vogt2014-02-131-0/+24
|
* remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies2014-02-121-0/+1
| | | | Git-Dch: Ignore
* bump Standards-Version to 3.9.5 (no changes needed)David Kalnischkies2014-02-101-1/+1
|
* update libapt-pkg.symbols fileDavid Kalnischkies2014-02-101-2/+18
|
* releasing package apt version 0.9.15.1Michael Vogt2014-02-061-0/+26
|
* Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-261-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 itDavid Kalnischkies2014-01-251-1/+1
| |
| * debian/rules: Call dh_makeshlibs for 'apt'Julian Andres Klode2014-01-051-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.15Michael Vogt2014-01-251-0/+6
| |
* | releasing package apt version 0.9.14.3~exp5Michael Vogt2014-01-241-0/+14
| |
* | releasing package apt version 0.9.14.3~exp4Michael Vogt2014-01-221-0/+12
| |
* | releasing package apt version 0.9.14.3~exp3Michael Vogt2014-01-181-2/+2
| |
* | * implement deb822 suggestions from donkult (thanks!):Michael Vogt2014-01-181-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 uploadMichael Vogt2014-01-161-1/+8
| |
* | prepare new uploadMichael Vogt2014-01-161-0/+15
| |
* | debian/rules: Call dh_makeshlibs for 'apt'Julian Andres Klode2014-01-051-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~exp1Michael Vogt2014-01-051-2/+3
| |
* | prepare 0.9.14.3~exp1Michael Vogt2014-01-051-0/+13
|/
* prepare releaseMichael Vogt2013-12-291-1/+1
|
* update changelogMichael Vogt2013-12-291-3/+18
|
* Merge branch 'feature/tests-on-installed' into debian/sidMichael Vogt2013-12-271-3/+14
|\
| * run autopkgtest against the installed aptMichael Vogt2013-12-131-3/+14
| |
* | vendor/steamos/*:Michael Vogt2013-12-211-0/+2
| | | | | | | | | | * vendor/steamos/*: - add steamos support
* | vendor/getinfo:Michael Vogt2013-12-211-0/+4
| | | | | | | | | | * vendor/getinfo: - fix ubuntu-codename
* | add apt-vendor for raspbian. Closes: #732749Michael Vogt2013-12-211-0/+3
| |
* | Danish translation updateJoe Dalton2013-12-151-0/+7
| |
* | releasing package apt version 0.9.14.1Michael Vogt2013-12-121-0/+12
|/