From patchwork Wed Mar 3 15:06:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 46817 X-Patchwork-Delegate: apw@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id C25B6B7CED for ; Thu, 4 Mar 2010 02:07:05 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NmqA8-0001SW-Kq; Wed, 03 Mar 2010 15:07:00 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NmqA6-0001S1-42 for kernel-team@lists.ubuntu.com; Wed, 03 Mar 2010 15:06:58 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Nmq9S-0006cK-HF for ; Wed, 03 Mar 2010 15:06:57 +0000 Received: from 79-70-73-149.dynamic.dsl.as9105.com ([79.70.73.149] helo=localhost.localdomain) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Nmq9S-0002RW-D1 for kernel-team@lists.ubuntu.com; Wed, 03 Mar 2010 15:06:18 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/3] UBUNTU: printenv -- expose all of the package selectors Date: Wed, 3 Mar 2010 15:06:14 +0000 Message-Id: <1267628776-4452-2-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1267628776-4452-1-git-send-email-apw@canonical.com> References: <1267628776-4452-1-git-send-email-apw@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Andy Whitcroft --- debian/rules.d/0-common-vars.mk | 1 + debian/rules.d/1-maintainer.mk | 7 +++++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk index e125ffc..6fe45a7 100644 --- a/debian/rules.d/0-common-vars.mk +++ b/debian/rules.d/0-common-vars.mk @@ -104,6 +104,7 @@ doc_pkg_name=$(src_pkg_name)-doc # somewhat I/O intensive and utterly useless. # do_source_package=true +do_linux_source_content=false ifneq ($(wildcard /CurrentlyBuilding),) do_linux_source_content=true endif diff --git a/debian/rules.d/1-maintainer.mk b/debian/rules.d/1-maintainer.mk index 34d918f..7fdabe8 100644 --- a/debian/rules.d/1-maintainer.mk +++ b/debian/rules.d/1-maintainer.mk @@ -92,6 +92,13 @@ endif @echo "bin package name = $(bin_pkg_name)" @echo "hdr package name = $(hdrs_pkg_name)" @echo "doc package name = $(doc_pkg_name)" + @echo "do_doc_package = $(do_doc_package)" + @echo "do_doc_package_content = $(do_doc_package_content)" + @echo "do_source_package = $(do_source_package)" + @echo "do_linux_source_content = $(do_linux_source_content)" + @echo "do_libc_dev_package = $(do_libc_dev_package)" + @echo "do_common_headers_indep = $(do_common_headers_indep)" + @echo "do_full_source = $(do_full_source)" printchanges: @baseCommit=$$(git log --pretty=format:'%H %s' | \