From bcd41944ebab5d018a908815847cb2bef5d96d2c Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 20 Feb 2012 16:16:35 +0100 Subject: [PATCH] Fix up systemd-hack-up-the-source.hook --- debian/changelog | 2 ++ debian/source/git-patches | 1 + debian/systemd-hack-up-the-source.hook | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 debian/source/git-patches diff --git a/debian/changelog b/debian/changelog index 87461396..d166b28c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ systemd (43-1) unstable; urgency=low [ Tollef Fog Heen ] * New upstream release - Update bash-completion for new verbs and arguments. Closes: #650739 + * Fix up git-to-source package conversion script which makes gitpkg + happier. [ Michael Biebl ] * Add Build-Depends on liblzma-dev for journal log compression. diff --git a/debian/source/git-patches b/debian/source/git-patches new file mode 100644 index 00000000..a48fd05f --- /dev/null +++ b/debian/source/git-patches @@ -0,0 +1 @@ +v$UPSTREAM_REF..debian-units diff --git a/debian/systemd-hack-up-the-source.hook b/debian/systemd-hack-up-the-source.hook index 7ccca0a4..1a932124 100755 --- a/debian/systemd-hack-up-the-source.hook +++ b/debian/systemd-hack-up-the-source.hook @@ -5,5 +5,5 @@ set -e set -x find -name Makefile -type l -print -delete -rm -r test1 test2 src/Makefile +#rm -r src/Makefile . /usr/share/gitpkg/hooks/quilt-patches-deb-export-hook -- 2.39.5