[Pkg-electronics-commits] [gwave] 09/10: 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:03 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a commit to branch newmaster
in repository gwave.
commit dbe1f6787e20a8d0068ba4642d3e9f249e9083df
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