From dfba5ef7c44ff83fde17efaa758a16818edc5965 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Tue, 20 Sep 2011 16:02:50 +0200 Subject: [PATCH] Hack up source so it resembles what a distcheck gives us --- debian/systemd-hack-up-the-source.hook | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 debian/systemd-hack-up-the-source.hook 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 -- 2.39.5