mirror of https://github.com/ansible/ansible.git
* Add integration test for #35900 * Fix cleanuppull/38231/head
parent
8199b448e8
commit
f666208b75
@ -0,0 +1,11 @@
|
|||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Standards-Version: 2.3.3
|
||||||
|
|
||||||
|
Package: foobar
|
||||||
|
Version: 1.0.0
|
||||||
|
Section: system
|
||||||
|
Depends: foo
|
||||||
|
Maintainer: John Doe <john@doe.com>
|
||||||
|
Architecture: all
|
||||||
|
Description: Dummy package
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Standards-Version: 2.3.3
|
||||||
|
|
||||||
|
Package: foobar
|
||||||
|
Version: 1.0.1
|
||||||
|
Section: system
|
||||||
|
Maintainer: John Doe <john@doe.com>
|
||||||
|
Architecture: all
|
||||||
|
Description: Dummy package
|
||||||
Loading…
Reference in New Issue