From patchwork Fri Mar 31 13:09:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 9656409 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 04BB460351 for ; Fri, 31 Mar 2017 13:14:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EAB1B28506 for ; Fri, 31 Mar 2017 13:14:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DEF9928643; Fri, 31 Mar 2017 13:14:20 +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.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, 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 4A96B28506 for ; Fri, 31 Mar 2017 13:14:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933242AbdCaNLP (ORCPT ); Fri, 31 Mar 2017 09:11:15 -0400 Received: from mail-lf0-f51.google.com ([209.85.215.51]:34107 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933207AbdCaNJr (ORCPT ); Fri, 31 Mar 2017 09:09:47 -0400 Received: by mail-lf0-f51.google.com with SMTP id z15so43592431lfd.1 for ; Fri, 31 Mar 2017 06:09:46 -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:in-reply-to:references; bh=DFDZ2H3/SQCBxixTJhogL5cCtC7abh77NqkOnRngub0=; b=DqZ+t48yKnOMDWO5/yokDzH5Aju6bKs6cfAAfGP9ZyjBhuoHS2wTlaYseanG7agr+p fWsfYrznX0Ofy4nFlbPCUuEydEFpxvKZKhW6BG5x0RAtIomV6hJ/e5blXMMeZbGtd5mj W4FKi98OaDoIS6NVWSUpiNqK0OjF39phwsCv0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=DFDZ2H3/SQCBxixTJhogL5cCtC7abh77NqkOnRngub0=; b=JF9EC3EUmwLCzFvPfh/g5lr4jKhTqlEw8qXlwVhsPEuXYcZHr52+x5706gF8JahTcc QrGDwDsQJz+x4+Hge9U3yUjYlmjNPwCzQ5wSArgWJWXzCCV/wuEABoeHcmkWwyJ0rwEc Jcs22uRWBEjz2Zgpj+HHc4LbAVNTEXPw/QQmHzaCAC7Oc3Vfoqh2hd/7YHWZvCMZ2PJ6 1VSH/oaAWUfxLixoyYmvdfuXXpNYK8R4SSNTntAONabrC5xvliD6se0BjaktBv8okx+V TXtVAOHZx/kS2iwpONX6TBc5ldM4S7SShSuBaRH5ZUQGrf8ZnC39wES9kKkwaPzy8/WA +oUg== X-Gm-Message-State: AFeK/H1GTmy/mysa7KLpuekkBX0bVzqAy8TPDWGEdcCpdy5I0XR92pxUifGnBFIbtCrcEuX6 X-Received: by 10.46.87.91 with SMTP id r27mr1149917ljd.107.1490965785391; Fri, 31 Mar 2017 06:09:45 -0700 (PDT) Received: from localhost.localdomain (91-157-170-157.elisa-laajakaista.fi. [91.157.170.157]) by smtp.gmail.com with ESMTPSA id h1sm933357lfk.33.2017.03.31.06.09.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 06:09:44 -0700 (PDT) From: riku.voipio@linaro.org To: linux-kbuild@vger.kernel.org, mmarek@suse.com Cc: yamada.masahiro@socionext.com, debian-kernel@lists.debian.org, Riku Voipio , Timo Sigurdsson Subject: [PATCH v2 1/3] builddeb: Update a few outdated and hardcoded strings Date: Fri, 31 Mar 2017 16:09:39 +0300 Message-Id: <20170331130941.5250-2-riku.voipio@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170331130941.5250-1-riku.voipio@linaro.org> References: <20170331130941.5250-1-riku.voipio@linaro.org> 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 drop Standards-Version: Cc: Timo Sigurdsson Signed-off-by: Riku Voipio --- v2: Drop Standards-Version: instead of updating as suggested by Ben --- scripts/package/builddeb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index f04e91f0845d..c0107f581c5d 100755 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -260,7 +260,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 - 2017 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 @@ -283,7 +283,6 @@ Section: kernel Priority: optional Maintainer: $maintainer Build-Depends: $build_depends -Standards-Version: 3.8.4 Homepage: http://www.kernel.org/ EOF @@ -291,7 +290,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 @@ -308,7 +306,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 @@ -341,7 +338,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} @@ -399,7 +395,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