debian/rules.real: Stop overriding interpreter for Python scripts

This commit is contained in:
Ben Hutchings 2015-08-30 21:34:40 +01:00
parent 3d1b880497
commit 197e29aab4
2 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -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@decadent.org.uk> Tue, 25 Aug 2015 18:50:57 +0100

4
debian/rules.real vendored
View File

@ -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