rev 20265 - kde-extras/lensfun/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jan 10 00:18:02 UTC 2016


Author: pino
Date: 2016-01-10 00:18:01 +0000 (Sun, 10 Jan 2016)
New Revision: 20265

Modified:
   kde-extras/lensfun/trunk/debian/changelog
   kde-extras/lensfun/trunk/debian/rules
Log:
enable test suite


Modified: kde-extras/lensfun/trunk/debian/changelog
===================================================================
--- kde-extras/lensfun/trunk/debian/changelog	2016-01-10 00:17:04 UTC (rev 20264)
+++ kde-extras/lensfun/trunk/debian/changelog	2016-01-10 00:18:01 UTC (rev 20265)
@@ -39,6 +39,8 @@
   * Backport upstream commit 9ec857bb403accc262a9b5a9c2921b5c064fc9c8 to fix
     DESTDIR installation for the python stuff; patch
     upstream_Patch-47-respect-DESTDIR-when-installing-python-stuf.patch
+  * Pass -DBUILD_TESTS=ON to cmake to enable the unit tests, now that all of
+    them should work.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 09 Jan 2016 08:34:11 +0100
 

Modified: kde-extras/lensfun/trunk/debian/rules
===================================================================
--- kde-extras/lensfun/trunk/debian/rules	2016-01-10 00:17:04 UTC (rev 20264)
+++ kde-extras/lensfun/trunk/debian/rules	2016-01-10 00:18:01 UTC (rev 20265)
@@ -3,7 +3,7 @@
 	dh $@ --parallel --with=python3
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_DOC=ON -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/liblensfun-doc/html"
+	dh_auto_configure -- -DBUILD_DOC=ON -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/liblensfun-doc/html" -DBUILD_TESTS=ON
 
 override_dh_auto_clean:
 	find -name "*.pyc" -exec rm -f '{}' \;




More information about the pkg-kde-commits mailing list