[SCM] gecko-mediaplayer/master: run dh_auto_configure instead of ./configure
sramacher-guest at users.alioth.debian.org
sramacher-guest at users.alioth.debian.org
Mon Jan 2 11:00:56 UTC 2012
The following commit has been merged in the master branch:
commit 83b9462f96ed28127ded62511c7c3c9a1ba61973
Author: Sebastian Ramacher <s.ramacher at gmx.at>
Date: Mon Jan 2 11:19:34 2012 +0100
run dh_auto_configure instead of ./configure
diff --git a/debian/rules b/debian/rules
index 3c5f425..0cff9e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,10 +18,8 @@ endif
CXXFLAGS += -DMOZ_NO_MOZALLOC
%:
- dh $@
+ dh $@
override_dh_auto_configure:
- ./configure --prefix=/usr --sysconfdir=\$${prefix}/share \
- --with-plugin-dir=/usr/lib/mozilla/plugins \
- CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
+ dh_auto_configure -- --with-plugin-dir=/usr/lib/mozilla/plugins
--
gecko-mediaplayer packaging
More information about the pkg-multimedia-commits
mailing list