[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 01/01: work around bug in dh-exec
From: |
Samuel Thibault |
Subject: |
[hurd] 01/01: work around bug in dh-exec |
Date: |
Sun, 20 Sep 2015 08:57:32 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch master
in repository hurd.
commit ea2a88392acc433c6718bcd9cf75640a9a505da4
Author: Samuel Thibault <address@hidden>
Date: Sun Sep 20 08:53:47 2015 +0000
work around bug in dh-exec
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 9d88d5a..235b2d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@
DEB_DESTDIR = $(CURDIR)/debian/tmp
DEB_DESTDIR_UDEB = $(CURDIR)/debian/tmp-udeb
+# See dh-exec bug #799552
+export DEB_BUILD_PROFILES ?= plain
+
ifeq (,$(filter stage1 stage2,$(DEB_BUILD_PROFILES)))
CONFIGURE_ARGS = --disable-profile --enable-static-progs='ext2fs,iso9660fs'
else
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git