From: Tollef Fog Heen Date: Tue, 20 Sep 2011 14:02:50 +0000 (+0200) Subject: Hack up source so it resembles what a distcheck gives us X-Git-Tag: 36-1~6 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfba5ef7c44ff83fde17efaa758a16818edc5965;p=systemd Hack up source so it resembles what a distcheck gives us --- diff --git a/debian/systemd-hack-up-the-source.hook b/debian/systemd-hack-up-the-source.hook new file mode 100755 index 00000000..7ccca0a4 --- /dev/null +++ b/debian/systemd-hack-up-the-source.hook @@ -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