[qflow] 02/02: Use autotools and autoreconf
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sun Jul 26 08:39:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository qflow.
commit 040fd529afe8121094288f889b87126a08d4427f
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sun Jul 26 10:35:55 2015 +0200
Use autotools and autoreconf
---
debian/control | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 2eef7b4..a30d5c2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Section: electronics
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
+ dh-autoreconf,
yosys,
graywolf,
qrouter,
diff --git a/debian/rules b/debian/rules
index 5c00532..4f1bc53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@
+ dh $@ --with autotools_dev,autoreconf
override_dh_clean:
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qflow.git
More information about the debian-science-commits
mailing list