[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 01/05: Remove dh-exec workaround, fixed in newer dh-exec
From: |
Samuel Thibault |
Subject: |
[hurd] 01/05: Remove dh-exec workaround, fixed in newer dh-exec |
Date: |
Tue, 22 Sep 2015 21:51:56 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch master
in repository hurd.
commit c6302c4080487446bd5ddd970f87ed6120c289d8
Author: Samuel Thibault <address@hidden>
Date: Tue Sep 22 18:38:54 2015 +0000
Remove dh-exec workaround, fixed in newer dh-exec
---
debian/control | 2 +-
debian/rules | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index fc3f9eb..cb19a06 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: GNU Hurd Maintainers <address@hidden>
Standards-Version: 3.9.6
Build-Depends: mig (>= 1.4-3~) <!stage1 !stage2>, gnumach-dev (>=
1.4+git20141109~) <!stage1 !stage2>,
libc0.3-dev (>= 2.17-94~) <!stage1>, texinfo, libncursesw5-dev <!stage1
!stage2>,
- debhelper (>= 9), dh-exec (>= 0.15), autoconf, dh-autoreconf,
+ debhelper (>= 9), dh-exec (>= 0.17), autoconf, dh-autoreconf,
libparted-dev <!stage1 !stage2>, libpciaccess-dev <!stage1 !stage2>,
libx11-dev <!stage1 !stage2>, x11proto-core-dev <!stage1 !stage2>, pkg-config
<!stage1 !stage2>,
xkb-data <!stage1 !stage2>, gawk, flex, bison, autotools-dev, libdaemon-dev
<!stage1 !stage2>, libpcap0.8-dev <!stage1 !stage2>,
zlib1g-dev <!stage1 !stage2>, libbz2-dev <!stage1 !stage2>, uuid-dev <!stage1
!stage2>, libblkid-dev <!stage1 !stage2>
diff --git a/debian/rules b/debian/rules
index 235b2d0..9d88d5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,9 +20,6 @@
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
- [hurd] branch master updated (ea2a883 -> a3d8e36), Samuel Thibault, 2015/09/22
- [hurd] 01/05: Remove dh-exec workaround, fixed in newer dh-exec,
Samuel Thibault <=
- [hurd] 04/05: New upstream snapshot, Samuel Thibault, 2015/09/22
- [hurd] 05/05: Merge branch 'upstream-merged', Samuel Thibault, 2015/09/22
- [hurd] 03/05: Merge branch 'upstream-merged', Samuel Thibault, 2015/09/22
- [hurd] 02/05: New upstream snapshot, Samuel Thibault, 2015/09/22