[linux] 04/05: debian/rules.real: Stop overriding interpreter for Python scripts
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Aug 31 01:32:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 197e29aab43de12453144c43c34dc5fde616e165
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Aug 30 21:34:40 2015 +0100
debian/rules.real: Stop overriding interpreter for Python scripts
---
debian/changelog | 2 +-
debian/rules.real | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 664e545..c0a1a9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,7 +17,7 @@ linux (4.2-1~exp1) UNRELEASED; urgency=medium
are redundant with sparc64 and neither is an official port
* Fix last issue that prevents a reproducible build (Closes: #769844):
- DocBook: Use a fixed encoding for output
- * debian/bin,debian/control,debian/lib/python: Use Python 3
+ * debian/bin,debian/control,debian/lib/python,debian/rules.real: Use Python 3
* debian/bin/genorig.py: Make orig tarballs reproducible
-- Ben Hutchings <ben at decadent.org.uk> Tue, 25 Aug 2015 18:50:57 +0100
diff --git a/debian/rules.real b/debian/rules.real
index 9341d81..de4b077 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -76,7 +76,7 @@ source-featureset: $(STAMPS_DIR)/source_$(FEATURESET)
$(BUILD_DIR)/config.$(ARCH)_$(FEATURESET)_$(FLAVOUR): $(KCONFIG)
mkdir -p '$(dir $@)'
- python debian/bin/kconfig.py '$@' $(KCONFIG) $(KCONFIG_OPTIONS)
+ debian/bin/kconfig.py '$@' $(KCONFIG) $(KCONFIG_OPTIONS)
define copy_source
mkdir -p '$(1)'
@@ -163,7 +163,7 @@ $(STAMPS_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_$(TYPE): $(STAMPS_DIR)/setu
$(STAMPS_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)_plain:
+$(MAKE_CLEAN) -C '$(DIR)' $(BUILD_TARGET)
- python debian/bin/buildcheck.py $(DIR) $(ARCH) $(FEATURESET) $(FLAVOUR)
+ debian/bin/buildcheck.py $(DIR) $(ARCH) $(FEATURESET) $(FLAVOUR)
@$(stamp)
$(STAMPS_DIR)/build-doc: DIR=$(BUILD_DIR)/build-doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list