[SCM] libzen/master: Use cmake

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Sun Apr 19 17:51:23 UTC 2015


The following commit has been merged in the master branch:
commit 4d65fb4dad6818e1dc0fe8d8e77285aaecf62398
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Thu Jan 8 15:15:35 2015 +0800

    Use cmake

diff --git a/debian/control b/debian/control
index 11c2dd4..0df86a4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libzen
 Priority: optional
 Maintainer: Chow Loong Jin <hyperair at debian.org>
 Build-Depends: debhelper (>= 9),
-               dh-autoreconf,
+               cmake,
                dh-exec,
                doxygen,
                tofrodos
diff --git a/debian/rules b/debian/rules
index 422e99c..9957b46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,10 @@ version = $(shell dpkg-parsechangelog | sed -nre 's/^Version: (.*)-.*/\1/p')
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-libpath = Project/GNU/Library
+libpath = Project/CMake
 
 override_dh_auto_configure:
-	dh_auto_configure -D$(libpath) --	\
-		--enable-shared			\
-		--disable-static
+	dh_auto_configure -D$(libpath)
 
 override_dh_auto_build:
 	cd Source/Doc && doxygen Doxyfile
@@ -36,4 +34,4 @@ override_dh_makeshlibs:
 	dh_makeshlibs -- -c4
 
 %:
-	dh $@ --with=autoreconf --parallel
+	dh $@ --parallel

-- 
libzen packaging



More information about the pkg-multimedia-commits mailing list