[linux-signed] 01/04: debian/rules.real: Export DH_OPTIONS so it actually affects debhelper
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Apr 18 02:44:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux-signed.
commit 0f4240b0eeb627794c24c4dd85552563abdb42c0
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Apr 17 17:16:20 2016 +0100
debian/rules.real: Export DH_OPTIONS so it actually affects debhelper
This fixes an FTBFS on all architectures with multiple signed flavours.
---
debian/changelog | 7 +++++++
debian/rules.real | 2 ++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 554fb09..d3e9a27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linux-signed (1~exp3) UNRELEASED; urgency=medium
+
+ * debian/rules.real: Export DH_OPTIONS so it actually affects debhelper
+ (fixes FTBFS on all architectures with multiple signed flavours)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Sun, 17 Apr 2016 13:41:41 +0100
+
linux-signed (1~exp2) experimental; urgency=medium
* debian/rules.real: Run dh_installdocs to install copyright file
diff --git a/debian/rules.real b/debian/rules.real
index 7342ba4..6a99782 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -1,5 +1,7 @@
SHELL := bash -e
+export DH_OPTIONS
+
include debian/rules.defs
build-indep:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-signed.git
More information about the Kernel-svn-changes
mailing list