summaryrefslogtreecommitdiffstats
path: root/tests/tpb07/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpb07/debian/control')
-rw-r--r--tests/tpb07/debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/tpb07/debian/control b/tests/tpb07/debian/control
new file mode 100644
index 0000000..6631581
--- /dev/null
+++ b/tests/tpb07/debian/control
@@ -0,0 +1,21 @@
+Source: foobar
+Section: python
+Priority: optional
+Maintainer: Piotr Ożarowski <piotr@debian.org>
+Build-Depends: debhelper-compat (= 12)
+ , python3-all
+ , python3-setuptools
+ , pybuild-plugin-pyproject
+Standards-Version: 3.9.4
+
+Package: python3-foo
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: package with public CPython modules
+ example package #1
+
+Package: python3-bar
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: package with public CPython modules
+ example package #2