[Pkg-electronics-commits] [gwave] 11/12: Override dh_autoreconf to create an empty config.rpath before running autoreconf
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at users.sourceforge.net
Mon Oct 9 15:29:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a commit to branch master
in repository gwave.
commit 88ce4f9cc9294d38fb21983a5e156e353c80556b
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date: Mon Oct 9 04:23:07 2017 +0200
Override dh_autoreconf to create an empty config.rpath before running autoreconf
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index eedfcef..2babf15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
%:
dh $@
+override_dh_autoreconf:
+ touch config.rpath
+ dh_autoreconf
+
override_dh_auto_configure:
dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gwave.git
More information about the Pkg-electronics-commits
mailing list