]> err.no Git - systemd/commitdiff
Hack up source so it resembles what a distcheck gives us
authorTollef Fog Heen <tfheen@err.no>
Tue, 20 Sep 2011 14:02:50 +0000 (16:02 +0200)
committerTollef Fog Heen <tfheen@err.no>
Tue, 20 Sep 2011 14:02:50 +0000 (16:02 +0200)
debian/systemd-hack-up-the-source.hook [new file with mode: 0755]

diff --git a/debian/systemd-hack-up-the-source.hook b/debian/systemd-hack-up-the-source.hook
new file mode 100755 (executable)
index 0000000..7ccca0a
--- /dev/null
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+set -e
+
+set -x
+
+find -name Makefile -type l -print -delete
+rm -r test1 test2 src/Makefile
+. /usr/share/gitpkg/hooks/quilt-patches-deb-export-hook