[SCM] kodi/master: Call ./configure through dh_auto_configure

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Fri Sep 4 09:00:12 UTC 2015


The following commit has been merged in the master branch:
commit 5575c76729d4aa56fe10fe373357b91f62e1f041
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Thu Sep 3 10:30:20 2015 +0200

    Call ./configure through dh_auto_configure

diff --git a/debian/rules b/debian/rules
index 62a0533..d22fcc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,7 +103,7 @@ override_dh_auto_configure: configure
 		$(DEJAVUSANS) \
 		$(CURDIR)/media/Fonts/arial.ttf
 	./bootstrap
-	./configure $(KODI_CONFIG_OPTIONS)
+	dh_auto_configure -- $(KODI_CONFIG_OPTIONS)
 	# Add "from Debian" next to Kodi's original logo
 	inkscape -z --export-png=addons/skin.confluence/media/from-debian-logo.png debian/from-debian-logo.svg
 

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list