From patchwork Thu Apr 27 16:53:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 756087 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3wDNLS0SxHz9sNS; Fri, 28 Apr 2017 02:53:20 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical-com.20150623.gappssmtp.com header.i=@canonical-com.20150623.gappssmtp.com header.b="WdOTmXkf"; dkim-atps=neutral Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1d3mfJ-0004O7-2Z; Thu, 27 Apr 2017 16:53:13 +0000 Received: from mail-io0-f170.google.com ([209.85.223.170]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1d3mfF-0004NV-3i for kernel-team@lists.ubuntu.com; Thu, 27 Apr 2017 16:53:09 +0000 Received: by mail-io0-f170.google.com with SMTP id k87so28099353ioi.0 for ; Thu, 27 Apr 2017 09:53:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=aK3X8qpTQlscvlCZxl/tFbjw2W93MRjzFomhigAj7mg=; b=WdOTmXkfGFShTKErNN2ehrRRmbDLxxxL/jghRV5rkVh7CyB5Sc8CFy1dO8dFK3R2ag JYsy0LeNKi7RfRCuTbGRRYXhtwueqnckvlqeJwSBgOX6hZ75naCv5M1qyYu9y1GfYJtu pFqx6ABz70UTYqbbaqD+x+ms6urDB2x8VNzPBAK5sSLumNWY+WrYC/8zx9ym2ZgITJPt FqiBybYMlTn0X1EdMbFfuupNwosewOP374H4wFL3OF1rwKsAqKlpSw1g0goBK63uvBA+ slWphKqTV+6cvmX6EQGia3jY1/kcnNhhr7JyrxiPFgSJEKzl9vay5mowznycyrfsFzaY z5Zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=aK3X8qpTQlscvlCZxl/tFbjw2W93MRjzFomhigAj7mg=; b=OAEFaG2O4i1xvHgo2pOLvYPWCTXUV7aF20uaWFmzVfc9slWcfBbfSHCI9XzC22TRQ8 DnNzfHBdhQoG5JRFszpOUc04HyL2vxCmxuJZ6szCMGBjmZdGNhF23meeuHF858YAR+t2 E6nFZmmoNAJ7r1hm5F7wdMpyIfIzdtixSPuKDco8whcdFr3XdOIasGobCPnQcF4YlaIv kQrYWwWuQllgRyN9Uzw6h1rerRI+Ebdb2fWuwrSs5AqTZPlaHb1stiml2Tkfwnl10I6Q p4jrdNyD58XCCZ13q7kW4y8M1a1am8KZc0mfCsAAAG6xY70ELPa5+WSGW7jo62h4KzAl rqMQ== X-Gm-Message-State: AN3rC/6aTNuDSuc+5neRwjsNuse77u5i3KdIL07c0F8jrLgRa3du3kgv G+KCTEaIRu6ey6I1BM8= X-Received: by 10.107.20.197 with SMTP id 188mr5728610iou.172.1493311987319; Thu, 27 Apr 2017 09:53:07 -0700 (PDT) Received: from localhost ([2605:a601:aa7:8220:d525:2d8c:d0b4:d509]) by smtp.gmail.com with ESMTPSA id 9sm1420396itm.6.2017.04.27.09.53.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Apr 2017 09:53:06 -0700 (PDT) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH][Zesty SRU] UBUNTU: [Debian] Use default compression for all packages Date: Thu, 27 Apr 2017 11:53:05 -0500 Message-Id: <1493311985-34055-1-git-send-email-seth.forshee@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1686782 Currently we specify bzip2 compression for the main and extras packages, but bzip2 is no longer permitted in artful and causes a ftbfs. Switch to the default compression. Signed-off-by: Seth Forshee Acked-by: Andy Whitcroft --- debian/rules.d/2-binary-arch.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 627d869f9aa7..edda3f3ba845 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -471,7 +471,7 @@ binary-%: install-% dh_shlibdeps -p$(pkgimg) $(shlibdeps_opts) $(lockme) dh_gencontrol -p$(pkgimg) -- -Vlinux:rprovides='$(rprovides)' dh_md5sums -p$(pkgimg) - dh_builddeb -p$(pkgimg) -- -Zbzip2 -z9 + dh_builddeb -p$(pkgimg) ifeq ($(do_extras_package),true) if [ -f $(DEBIAN)/control.d/$(target_flavour).inclusion-list ] ; then \ @@ -483,7 +483,7 @@ ifeq ($(do_extras_package),true) dh_shlibdeps -p$(pkgimg_ex) $(shlibdeps_opts); \ $(lockme) dh_gencontrol -p$(pkgimg_ex); \ dh_md5sums -p$(pkgimg_ex); \ - dh_builddeb -p$(pkgimg_ex) -- -Zbzip2 -z9; \ + dh_builddeb -p$(pkgimg_ex); \ fi endif