summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/control-files/md5sums-empty/build-spec/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/control-files/md5sums-empty/build-spec/debian/rules')
-rw-r--r--t/recipes/checks/control-files/md5sums-empty/build-spec/debian/rules10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/recipes/checks/control-files/md5sums-empty/build-spec/debian/rules b/t/recipes/checks/control-files/md5sums-empty/build-spec/debian/rules
new file mode 100644
index 0000000..2bcc816
--- /dev/null
+++ b/t/recipes/checks/control-files/md5sums-empty/build-spec/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+TMP=debian/$(shell dh_listpackages)
+
+%:
+ dh $@
+
+override_dh_builddeb:
+ :>$(TMP)/DEBIAN/md5sums
+ dh_builddeb