From patchwork Mon Apr 24 11:07:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 9696027 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 F29F160113 for ; Mon, 24 Apr 2017 11:08:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E3B7126223 for ; Mon, 24 Apr 2017 11:08:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D86A026E49; Mon, 24 Apr 2017 11:08:29 +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 A7BD127FA6 for ; Mon, 24 Apr 2017 11:08:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1046449AbdDXLI1 (ORCPT ); Mon, 24 Apr 2017 07:08:27 -0400 Received: from mail-lf0-f48.google.com ([209.85.215.48]:36341 "EHLO mail-lf0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1168994AbdDXLHr (ORCPT ); Mon, 24 Apr 2017 07:07:47 -0400 Received: by mail-lf0-f48.google.com with SMTP id c80so71634988lfh.3 for ; Mon, 24 Apr 2017 04:07:47 -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=CMqSOS1U+qd4PojTMY/5aiz9sMVLDIaGKu2x9sXSQ7g=; b=eVgm18t9UpoUDTIm3rdyAex8+IGK6D89xZK5fwWK3krpOM4oUxdKUgOKax7tEutCRR dnEte7LRHAQoZMZ1m6vG0oJ3qmyIPh9dxKFUH6Mibcen5tJJyawTeKONuJuSgXGOSo4n gBv90kqUOOuwxC2eQyzinhYya8jguc9Gl00hs= 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=CMqSOS1U+qd4PojTMY/5aiz9sMVLDIaGKu2x9sXSQ7g=; b=RGjghmlKUp27DMV7Y3epSGxNuRErs0K/5F2sPT/mPQMQkrQnHcsO8hVAoj/Q4hCAnz XSPhZxPX2KfUxA25hMs8VmPPBvyRFEcHh3ryhFEQxtgvBtX9Ks2WmrrZxaSv+xKPGS7Q aztfgIEM9nplCLEaA87jQVWONAO9V57umQ7PYREm9VHXaWMZum9A6fBBs45qUBUfboVl Mncd5WSk0sn34KkH5YWYGlCVcA3jx1qLXAk4AQIcGp6RL14lNm0ROJ6Ma3a6GZBZ74uX YoBsYvhenLYMxQtcSg9TjuwOsis2/zEXJxoYBs+xi1QdJREAhKCvfKJqugCUV+jxO1te SfyA== X-Gm-Message-State: AN3rC/4/94MRk96C51V62HgSYeldypIG3rjBzzA53ugP3UazjHroJ95/ /OpOOOzd78muSPXz2Mbh4Q== X-Received: by 10.46.77.25 with SMTP id a25mr9210582ljb.114.1493032066098; Mon, 24 Apr 2017 04:07:46 -0700 (PDT) Received: from localhost.localdomain (91-157-170-157.elisa-laajakaista.fi. [91.157.170.157]) by smtp.gmail.com with ESMTPSA id q66sm3232095ljb.31.2017.04.24.04.07.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Apr 2017 04:07: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 1/2 v3] builddeb: Update a few outdated and hardcoded strings Date: Mon, 24 Apr 2017 14:07:40 +0300 Message-Id: <20170424110741.4524-2-riku.voipio@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170424110741.4524-1-riku.voipio@linaro.org> References: <20170424110741.4524-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: since the package isn't Debian Standards compliant anyways. Cc: Timo Sigurdsson Signed-off-by: Riku Voipio --- v3: commit message update --- scripts/package/builddeb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index d7cf7156414e..a88bd5a6b346 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 archive sites, including: https://www.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