From patchwork Thu Sep 15 19:25:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 9334639 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 100CE601C2 for ; Thu, 15 Sep 2016 19:25:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F27DD29AFA for ; Thu, 15 Sep 2016 19:25:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E6FF629B0F; Thu, 15 Sep 2016 19:25:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5105529AFA for ; Thu, 15 Sep 2016 19:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753085AbcIOTZf (ORCPT ); Thu, 15 Sep 2016 15:25:35 -0400 Received: from mail-lf0-f42.google.com ([209.85.215.42]:33042 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751627AbcIOTZe (ORCPT ); Thu, 15 Sep 2016 15:25:34 -0400 Received: by mail-lf0-f42.google.com with SMTP id h127so51330103lfh.0 for ; Thu, 15 Sep 2016 12:25:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=EqM4q5n9snyIp+k+osvzd+hs1CNTU6e2Ry1bJ+DIQeY=; b=kIfUkWQyVqBY1nhWzVP9w6CywcDY0FjOPljeQhLrpaUIHBXqF2OhMx2YYzpDfMI9HE wK75cN5Kv/IPsAt1SmAfiT+YrYvj/B0KdwsN7I90NHy8vzMCkU2qLINTAW9OdRSbVU6z NQjd54eKIkLmmIcVn0VsuQcA3XGPB4CkeY+4A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=EqM4q5n9snyIp+k+osvzd+hs1CNTU6e2Ry1bJ+DIQeY=; b=hW/d4hQ8Dp1mIcaHrg4ZJvvA4jsshR4b4COu3oxF6fbqywxaj2LWYHP9fuE5V/ENTX 5j7WvBpkLRYRHLodyKb5uFhC+zTFPs4K1NH01HBo4H7URKUZpTdN2MiN28r5fgw54Ksc aHUEKApvGBfEl/b+DcnZFTun9j6dMLePLpxuLNosb6Suo1AZDkvXzGP1ke2JZGYZ7/Eg DH001KhMuMP8QzOCN9UvnOqara302CYyBUrEylSiuv6BJUWU6CQU0DzVA8Yj1w/3aL/x LxHn7pgor68JoGfGiD+EVb7Ck40PJbKWN63Expoww7HOnLpiO570kmKa3WmYYlXgFrH+ aJ8w== X-Gm-Message-State: AE9vXwOtgHRxX/g6J5IdqOVQekfZaSKFFF8HHgZloK9VLGm2n6LBwUmEsHs1spNIwhtBybt6 X-Received: by 10.25.167.209 with SMTP id q200mr4222456lfe.122.1473967532925; Thu, 15 Sep 2016 12:25:32 -0700 (PDT) Received: from beaming.home (91-157-170-157.elisa-laajakaista.fi. [91.157.170.157]) by smtp.gmail.com with ESMTPSA id f71sm1384094lfg.36.2016.09.15.12.25.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Sep 2016 12:25:32 -0700 (PDT) From: riku.voipio@linaro.org To: linux-kbuild@vger.kernel.org, mmarek@suse.cz Cc: Riku Voipio , Timo Sigurdsson Subject: [PATCH v2] builddeb: Update a few outdated and hardcoded strings Date: Thu, 15 Sep 2016 22:25:28 +0300 Message-Id: <1473967528-1844-1-git-send-email-riku.voipio@linaro.org> X-Mailer: git-send-email 2.1.4 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Riku Voipio The builddeb script has some hardcoded references to Linux version 2.6 which is ancient. Drop Provides as the virtual packages provided are not useful anymore. Leave the Provides for linux-kernel-headers, as someone might still be referring to it. While at it, updated copyright date and standards version. Cc: Timo Sigurdsson Signed-off-by: Riku Voipio --- scripts/package/builddeb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 8ea9fd2..a7f8b99 100755 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -265,7 +265,7 @@ This is a packacked upstream version of the Linux kernel. The sources may be found at most Linux ftp sites, including: ftp://ftp.kernel.org/pub/linux/kernel -Copyright: 1991 - 2015 Linus Torvalds and others. +Copyright: 1991 - 2016 Linus Torvalds and others. The git repository for mainline kernel development is at: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git @@ -288,7 +288,7 @@ Section: kernel Priority: optional Maintainer: $maintainer Build-Depends: $build_depends -Standards-Version: 3.8.4 +Standards-Version: 3.9.8 Homepage: http://www.kernel.org/ EOF @@ -296,7 +296,6 @@ if [ "$ARCH" = "um" ]; then cat <> debian/control Package: $packagename -Provides: linux-image, linux-image-2.6, linux-modules-$version Architecture: any Description: User Mode Linux kernel, version $version User-mode Linux is a port of the Linux kernel to its own system call @@ -313,7 +312,6 @@ else cat <> debian/control Package: $packagename -Provides: linux-image, linux-image-2.6, linux-modules-$version Suggests: $fwpackagename Architecture: any Description: Linux kernel, version $version @@ -346,7 +344,6 @@ rm -f "$objtree/debian/hdrsrcfiles" "$objtree/debian/hdrobjfiles" cat <> debian/control Package: $kernel_headers_packagename -Provides: linux-headers, linux-headers-2.6 Architecture: any Description: Linux kernel headers for $KERNELRELEASE on \${kernel:debarch} This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch} @@ -404,7 +401,6 @@ if [ -n "$BUILD_DEBUG" ] ; then Package: $dbg_packagename Section: debug -Provides: linux-debug, linux-debug-$version Architecture: any Description: Linux kernel debugging symbols for $version This package will come in handy if you need to debug the kernel. It provides