summaryrefslogtreecommitdiffstats
path: root/tests/t304/debian/control
blob: 4dd38b07d0c9881c5d6fc7e7e6a84d628e1b87c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: foo
Section: misc
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: python3
Standards-Version: 3.9.3

Package: foo
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: example 4 - shebangs
 example package #4 - shebang related tests

Package: overrides
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: example 4 - command line parsing
 example package #4 - command line argument parsing