summaryrefslogtreecommitdiff
path: root/debian/tests/control
Commit message (Collapse)AuthorAgeFilesLines
* test: Use valgrind to ensure Acquire::Queue-Mode=access does not crashJulian Andres Klode2019-08-151-1/+2
| | | | | | Unfortunately for us, apt update with Acquire::Queue-Mode=access does not always crash on a real system, so run the whole thing in valgrind.
* Add pkg-config files for the apt-pkg and apt-inst librariesCorentin Noël2019-03-081-2/+3
| | | | Closes: #439121
* tests: install aptitude for test-method-mirrorDavid Kalnischkies2018-02-191-1/+1
| | | | | | | | This is an optional dependency for the test, but the skipping of the test is very noisy and checking that an unchanged aptitude isn't downright exploding with our libapt isn't a bad idea either. Gbp-Dch: Ignore
* debian/tests/control: Add dpkg so we get triggered by itJulian Andres Klode2017-10-261-1/+1
| | | | | | We do want to get our autopkgtests triggered by dpkg uploads in Ubuntu, but this does not happen because we don't have an explicit dependency on it. Add one.
* tests/control: Handle the gpg1/gpg2 mess a bit betterJulian Andres Klode2016-08-191-1/+4
| | | | | | | Hardcoding gpgv1 and gnupg1 breaks Ubuntu, because on Ubuntu, these packages do not exist yet. Instead allow gnupg (<< 2) for gnupg1 and gnupg2 for gnupg (>= 2), so we cover all potential combinations.
* add the gpg-classic variant to the gpgv/gnupg or-groupDavid Kalnischkies2016-08-171-1/+2
| | | | | | We need to support partial upgrades anyhow, so we have to deal with the different versions and your tests try to ensure that we do, so we shouldn't make any explicit higher requirements.
* Fix bug where the problemresolve can put a pkg into a heisenstateMichael Vogt2016-03-151-1/+1
| | | | | | | | | | | | | | | | The problemresolver will set the candidate version for pkg P back to the current version if it encounters an impossible to satisfy critical dependency on P. However it did not set the State of the package back as well which lead to a situation where P is neither in Keep,Install,Upgrade,Delete state. Note that this can not be tested via the traditional sh based framework. I added a python-apt based test for this. LP: #1550741 [jak@debian.org: Make the test not fail if apt_pkg cannot be imported]
* tests: Depend on libfile-fcntllock-perl to shut up dpkg-gencontrolJulian Andres Klode2015-12-141-1/+2
| | | | | | | | | | | Ubuntu's autopkgtest server always prints dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe which is somewhat annoying. Work around that by depending on that perl stuff for the test suite. Gbp-Dch: ignore
* tests: don't use hardcoded port for http and httpsDavid Kalnischkies2015-09-151-1/+1
| | | | | | This allows running tests in parallel. Git-Dch: Ignore
* add gnupg and gnupg2 as test-dependencyDavid Kalnischkies2014-09-271-2/+2
| | | | | | | apt can work with both, so it has an or-dependency on them, but the tests want to play with both of them. Git-Dch: Ignore
* Use @builddeps@ in the debian/tests/control fileMichael Vogt2014-07-171-1/+1
|
* build: Convert from DebianDoc SGML to DocBook XMLGuillem Jover2014-07-081-1/+1
|
* fix autopkgtest testsMichael Vogt2014-06-111-1/+1
|
* Bug#739988: Fix autopkgtest missing dependencies and localeMartin Pitt2014-02-251-1/+1
| | | | | | | | 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.
* add missing libdb-dev to debian/tests/controlMichael Vogt2014-02-221-1/+1
|
* use "Restrictions: allow-stderr and avoid apt-stderr.log in ↵Michael Vogt2014-02-131-1/+2
| | | | debian/tests/run-tests
* add autopkgtestMichael Vogt2013-11-291-0/+2