The following commit has been merged in the master branch:
commit 1e434aeee346354f71aa0921bc777231c8e7bc63
Author: Niels Thykier <[email protected]>
Date:   Sat Jul 14 12:47:06 2012 +0200

    t: Add files missing commit bd7acc2f5
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/t/tests/init.d-general/debian/debian/init.d-general-bugs.postinst 
b/t/tests/init.d-general/debian/debian/init.d-general-bugs.postinst
new file mode 100644
index 0000000..e3bb515
--- /dev/null
+++ b/t/tests/init.d-general/debian/debian/init.d-general-bugs.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ] ; then
+    # duplicate call as debhelper will add one for us
+    update-rc.d init.d-general-bugs word
+fi
diff --git a/t/tests/init.d-general/debian/debian/rules 
b/t/tests/init.d-general/debian/debian/rules
new file mode 100644
index 0000000..264ec6e
--- /dev/null
+++ b/t/tests/init.d-general/debian/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+TMP:=debian/init.d-general-bugs
+%:
+       dh $@
+
+override_dh_builddeb:
+       mkdir -p $(TMP)/etc/rc2.d
+       echo "# Hallo word" > $(TMP)/etc/rc2.d/file
+       echo "/etc/rc2.d/file" >> $(TMP)/DEBIAN/conffiles
+       dh_builddeb

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to