From patchwork Fri Jan 2 14:57:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sedat Dilek X-Patchwork-Id: 5559301 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 30708BF6C3 for ; Fri, 2 Jan 2015 14:58:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 54E0E20142 for ; Fri, 2 Jan 2015 14:58:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2B8420122 for ; Fri, 2 Jan 2015 14:58:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751946AbbABO6P (ORCPT ); Fri, 2 Jan 2015 09:58:15 -0500 Received: from mail-wg0-f43.google.com ([74.125.82.43]:52941 "EHLO mail-wg0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177AbbABO6O (ORCPT ); Fri, 2 Jan 2015 09:58:14 -0500 Received: by mail-wg0-f43.google.com with SMTP id k14so6410266wgh.30 for ; Fri, 02 Jan 2015 06:58:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=yxe4ULQVJsiw7JeVop5GGZ6+Q6p9xUMwH+6l7uokToo=; b=r1kWNBjkxOcyNtALVi/vmP6m9Ad7N2JjQopmj2ceOq24aOUwF2/dL2LAt7lYxS0hRN UGzAXucbs1fx0IAh+jcYIdoHQPvpNLuQtH0zE3ZBpMkdE7Z0iesfZs825n1U3gNFJgdH Sm0EWN/XVRPiPDFGuYIA33K2yIwqmK0L2Nugw869fuN43m5R26Zog3+BRpSOYgNJCaXb YjkU5W0fS9pq5lKp9vMyMFNF4DgauLqGErpXlQJp2jy0OwOjXZKp81IoJYbruyoKPSZF 8eQoAqMy9obyu6jG/sordabVzF/KmpV43UFvrHYBmtzTHFqp7kowYYScV9RbSmo/htNI Ling== X-Received: by 10.180.36.226 with SMTP id t2mr135478657wij.16.1420210693267; Fri, 02 Jan 2015 06:58:13 -0800 (PST) Received: from fambox.fambox-domain ([46.114.171.184]) by mx.google.com with ESMTPSA id ej10sm2052003wib.1.2015.01.02.06.58.08 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 02 Jan 2015 06:58:12 -0800 (PST) From: Sedat Dilek Cc: Sedat Dilek , Michal Marek , Ben Hutchings , maximilian attems , linux-kbuild@vger.kernel.org Subject: [3.19-rc2] builddeb: Update year and git repository URL in debian/copyright Date: Fri, 2 Jan 2015 15:57:52 +0100 Message-Id: <1420210672-12712-1-git-send-email-sedat.dilek@gmail.com> X-Mailer: git-send-email 2.2.1 To: unlisted-recipients:; (no To-header on input) Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Happy new 2015! I have combined two patches which I had already sent to linux-kbuild ML. Today, I prefer "builddeb" as a label for such patches. [1] http://marc.info/?l=linux-kbuild&m=133521955904706 [2] http://marc.info/?l=linux-kbuild&m=133521955004705 CC: Michal Marek CC: Ben Hutchings CC: maximilian attems CC: linux-kbuild@vger.kernel.org Signed-off-by: Sedat Dilek --- scripts/package/builddeb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 5972624..2c68c8b 100755 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -233,10 +233,10 @@ 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 - 2009 Linus Torvalds and others. +Copyright: 1991 - 2015 Linus Torvalds and others. The git repository for mainline kernel development is at: -git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git +git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by