diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c039f17 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-ognibuild (0.0.1~git20201031.4cbc8df-1) UNRELEASED; urgency=low + + * Initial release. + + -- Jelmer Vernooij Fri, 05 Feb 2021 03:00:40 +0000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2afb26e --- /dev/null +++ b/debian/control @@ -0,0 +1,7 @@ +Rules-Requires-Root: no +Standards-Version: 4.5.1 +Build-Depends: debhelper-compat (= 12), dh-sequence-python3 +Source: python-ognibuild + +Package: python3-python-ognibuild +Architecture: all diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..11cd9df --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --buildsystem=pybuild