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 <[email protected]> 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 <[email protected]> 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
