diff --git a/debian/changelog b/debian/changelog index 72b38d70e..f29e955f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zfs-linux (0.6.3-24~6466b6~jessie) jessie; urgency=low + + * Move systemd files. + + -- Turbo Fredriksson Sun, 28 Dec 2014 19:19:01 +0100 + zfs-linux (0.6.3-23~6466b6~jessie) jessie; urgency=low * New upstream GIT tag. diff --git a/debian/rules b/debian/rules index ef548e8c3..ac84c8aae 100755 --- a/debian/rules +++ b/debian/rules @@ -134,6 +134,10 @@ override_dh_auto_install: mkdir -p $(CURDIR)/debian/tmp/usr/sbin mv $(CURDIR)/debian/tmp/bin/*.py $(CURDIR)/debian/tmp/usr/sbin/ + mkdir -p $(CURDIR)/debian/tmp/lib/systemd/system + mv $(CURDIR)/debian/tmp/usr/lib/systemd/system/* $(CURDIR)/debian/tmp/lib/systemd/system/ + rmdir $(CURDIR)/debian/tmp/usr/lib/systemd/system + find '$(CURDIR)/debian/tmp' -name '*~' | xargs rm override_dh_installinit: diff --git a/debian/zfsutils.install b/debian/zfsutils.install index 421aa184d..e32f36200 100644 --- a/debian/zfsutils.install +++ b/debian/zfsutils.install @@ -5,4 +5,4 @@ usr/share/man etc/zfs/zed.d usr/lib/x86_64-linux-gnu/zfs/zed.d usr/sbin/* -usr/lib/systemd/system +lib/systemd/system