]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - debian/rules
Release 0.7.9-1
[mirror_zfs-debian.git] / debian / rules
index f74e18de76e4d90c740e4cc8a7ca6fc124e177fd..e2c5a25f2534b303e9728c520c9786bb52b46da3 100755 (executable)
@@ -34,7 +34,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
        dh $@ --with autoreconf,dkms,python3,systemd --parallel
 
 override_dh_auto_configure:
-       sed "s/@LINUX_COMPAT@/linux-libc-dev \(< $(shell debian/get_next.sh)\)/" debian/control.in > debian/control
+       sed "s/@LINUX_COMPAT@/linux-libc-dev \(<< $(shell debian/get_next.sh)\)/" debian/control.in > debian/control
 ifeq ($(BUILD_UDEB), true)
        cat debian/control.udeb.in >> debian/control
 endif
@@ -48,6 +48,7 @@ endif
          --sbindir=/sbin \
          --libdir=/lib \
          --with-udevdir=/lib/udev \
+         --enable-systemd \
          --with-systemdunitdir=/lib/systemd/system \
          --with-systemdpresetdir=/lib/systemd/system-preset \
          --with-config=user
@@ -142,7 +143,7 @@ override_dh_auto_clean:
        dh_auto_clean
        debconf-updatepo
        @if test -e META.orig; then mv META.orig META; fi
-       sed "s/@LINUX_COMPAT@/linux-libc-dev \(< $(shell debian/get_next.sh)\)/" debian/control.in > debian/control
+       sed "s/@LINUX_COMPAT@/linux-libc-dev \(<< $(shell debian/get_next.sh)\)/" debian/control.in > debian/control
 ifeq ($(BUILD_UDEB), true)
        cat debian/control.udeb.in >> debian/control
 endif