[SCM] kodiplatform/master: Simplify debian/rules
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Wed Sep 9 22:18:01 UTC 2015
The following commit has been merged in the master branch:
commit bb33221d553f73e25baa833031f98f8150ad8e78
Author: Balint Reczey <balint at balintreczey.hu>
Date: Wed Sep 9 19:09:53 2015 +0200
Simplify debian/rules
diff --git a/debian/rules b/debian/rules
index b04ff4d..7547ea0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
%:
dh $@
-
-override_dh_auto_configure:
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr
--
kodiplatform packaging
More information about the pkg-multimedia-commits
mailing list