Fix up systemd-hack-up-the-source.hook

This commit is contained in:
Tollef Fog Heen 2012-02-20 16:16:35 +01:00
parent 24be62f696
commit bcd41944eb
3 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View 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.

1
debian/source/git-patches vendored Normal file
View File

@ -0,0 +1 @@
v$UPSTREAM_REF..debian-units

View File

@ -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