]> err.no Git - systemd/commitdiff
Fix up systemd-hack-up-the-source.hook
authorTollef Fog Heen <tfheen@err.no>
Mon, 20 Feb 2012 15:16:35 +0000 (16:16 +0100)
committerTollef Fog Heen <tfheen@err.no>
Mon, 20 Feb 2012 15:25:06 +0000 (16:25 +0100)
debian/changelog
debian/source/git-patches [new file with mode: 0644]
debian/systemd-hack-up-the-source.hook

index 87461396eb41fe68f95bf25c91643637b1e00572..d166b28ca625849db95d322e37262ca9d8100fb7 100644 (file)
@@ -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 (file)
index 0000000..a48fd05
--- /dev/null
@@ -0,0 +1 @@
+v$UPSTREAM_REF..debian-units
index 7ccca0a4fe09d97dd90fa473d208f8502cfb8c21..1a932124d9b68787075ad4b389728ffacb7bb4c1 100755 (executable)
@@ -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