]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: [Packaging] handle both linux-lts* and linux-hwe* as backports
authorAndy Whitcroft <apw@canonical.com>
Fri, 28 Oct 2016 13:23:37 +0000 (14:23 +0100)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
BugLink: http://bugs.launchpad.net/bugs/1637473
Signed-off-by: Andy Whitcroft <apw@canonical.com>
debian/rules.d/5-udebs.mk

index e92011ba6534e30983945d4122fd6d34a696655a..d6f23faef204a40dd414f2c7b61275853ae1d38c 100644 (file)
@@ -6,7 +6,7 @@ ifeq ($(disable_d_i),)
                do-binary-udebs
 endif
 
-do-binary-udebs: linux_udeb_name=$(shell if echo $(src_pkg_name)|grep -q linux-lts; then echo $(src_pkg_name); else echo linux; fi)
+do-binary-udebs: linux_udeb_name=$(shell if echo $(src_pkg_name)|egrep -q '(linux-lts|linux-hwe)'; then echo $(src_pkg_name); else echo linux; fi)
 do-binary-udebs: debian/control
        @echo Debug: $@
        dh_testdir