diff options
Diffstat (limited to 'scripts/t/mk/debian')
-rw-r--r-- | scripts/t/mk/debian/changelog | 5 | ||||
-rw-r--r-- | scripts/t/mk/debian/control | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/scripts/t/mk/debian/changelog b/scripts/t/mk/debian/changelog new file mode 100644 index 0000000..728c8ec --- /dev/null +++ b/scripts/t/mk/debian/changelog @@ -0,0 +1,5 @@ +source (1:2:3.4-5-6) suite; urgency=low + + * Initial release. + + -- Dpkg Developers <debian-dpkg@lists.debian.org> Tue, 04 Aug 2015 16:13:50 +0200 diff --git a/scripts/t/mk/debian/control b/scripts/t/mk/debian/control new file mode 100644 index 0000000..43b35d3 --- /dev/null +++ b/scripts/t/mk/debian/control @@ -0,0 +1,6 @@ +Source: source +Build-Depends: + dpkg-build-api (= 0), + +Package: binary +Architecture: all |