]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Recommends linux-libc-dev (<< LINUX_NEXT~) instead of (<< LINUX_NEXT).
authorMo Zhou <cdluminate@gmail.com>
Wed, 19 Sep 2018 04:48:42 +0000 (04:48 +0000)
committerMo Zhou <cdluminate@gmail.com>
Wed, 19 Sep 2018 04:48:42 +0000 (04:48 +0000)
debian/rules

index 691e054fdde37383d9d521a8cfbe0c463d7b3eff..ddaccbd9d03ce364aa7da8903785a0c8fb71b794 100755 (executable)
@@ -35,7 +35,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 \(<< $(LINUX_NEXT)\)/" debian/control.in > debian/control
+       sed "s/@LINUX_COMPAT@/linux-libc-dev \(<< $(LINUX_NEXT)~\)/" debian/control.in > debian/control
 ifeq ($(BUILD_UDEB), true)
        cat debian/control.udeb.in >> debian/control
 endif
@@ -144,7 +144,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 \(<< $(LINUX_NEXT)\)/" debian/control.in > debian/control
+       sed "s/@LINUX_COMPAT@/linux-libc-dev \(<< $(LINUX_NEXT)~\)/" debian/control.in > debian/control
 ifeq ($(BUILD_UDEB), true)
        cat debian/control.udeb.in >> debian/control
 endif