zfsonlinux / pkg-zfs

Native ZFS packaging for Debian and Ubuntu
https://launchpad.net/~zfs-native/+archive/daily
308 stars 55 forks source link

missing build-depends on dh-systemd? #142

Closed yarikoptic closed 9 years ago

yarikoptic commented 9 years ago

Tried to send a PR but I do not see the "TRUNK" branch of any kind for debian/jessie so there is no way to create such a PR (or at least I didn't figure out):

$> git show
commit a9f8127120702cea722c1336d0d59fdd0c96c14a
Author: Yaroslav Halchenko <debian@onerussian.com>
Date:   Mon Mar 2 23:47:40 2015 -0500

    debian/control.in - build-depend on dh-systemd

diff --git a/debian/changelog b/debian/changelog
index ad8a2e1..16102db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+zfs-linux (0.6.3-30-d14cfd-jessie+1) UNRELEASED; urgency=medium
+
+  * debian/control.in - build-depend on dh-systemd
+
+ -- Yaroslav Halchenko <debian@onerussian.com>  Mon, 02 Mar 2015 23:47:00 -0500
+
 zfs-linux (0.6.3-30-d14cfd-jessie) jessie; urgency=low

    * New upstream GIT tag.
diff --git a/debian/control.in b/debian/control.in
index 3669afa..706d21a 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,6 +10,7 @@ Build-Depends: autoconf,
                automake,
                autotools-dev,
                debhelper (>= 9),
+               dh-systemd,
                dkms (>> 2.1.1.2-5),
                libselinux1-dev,
                libtool,
FransUrbo commented 9 years ago

Fixed in version 0.6.3-33-4c7b7e-jessie.