[debian-edu-commits] debian-edu/pkg-team/ 07/11: debian/rules: Disable dh-autoreconf, we use autogen.sh script.
Mike Gabriel
sunweaver at debian.org
Mon Feb 5 15:50:26 UTC 2018
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository e2guardian.
commit e3dcd9126a2079cdc04f555f32c1f22760487649
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Feb 5 15:38:08 2018 +0100
debian/rules: Disable dh-autoreconf, we use autogen.sh script.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8dc58be..1fb00d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
%:
- dh $@ --with quilt $(DHFLAGS)
+ dh $@ --with quilt --without autoreconf $(DHFLAGS)
override_dh_auto_configure:
NOCONFIGURE=1 ./autogen.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/e2guardian.git
More information about the debian-edu-commits
mailing list