apt: allow for integration tests using fake repo (#37639)

* apt: allow for integration tests using fake repo

* Add integration test for 19102

* Clean up packages and repo

* Fix indentation
This commit is contained in:
Martin Krizek 2018-03-22 19:14:40 +01:00 committed by GitHub
commit 296ad80002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,10 @@
Section: misc
Priority: optional
Standards-Version: 2.3.3
Package: foo
Version: 1.0.0
Section: system
Maintainer: John Doe <john@doe.com>
Architecture: all
Description: Dummy package

View file

@ -0,0 +1,10 @@
Section: misc
Priority: optional
Standards-Version: 2.3.3
Package: foo
Version: 1.0.1
Section: system
Maintainer: John Doe <john@doe.com>
Architecture: all
Description: Dummy package