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

Pino Toscano pino at moszumanska.debian.org
Sat Jan 9 09:05:51 UTC 2016


Author: pino
Date: 2016-01-09 09:05:51 +0000 (Sat, 09 Jan 2016)
New Revision: 20253

Modified:
   kde-extras/lensfun/trunk/debian/changelog
   kde-extras/lensfun/trunk/debian/rules
Log:
stop passing --buildsystem=cmake to dh

there is only the CMake buildsystem upstream now


Modified: kde-extras/lensfun/trunk/debian/changelog
===================================================================
--- kde-extras/lensfun/trunk/debian/changelog	2016-01-09 09:04:43 UTC (rev 20252)
+++ kde-extras/lensfun/trunk/debian/changelog	2016-01-09 09:05:51 UTC (rev 20253)
@@ -26,6 +26,8 @@
       local-mathjax.diff
     - add the libjs-mathjax dependency to liblensfun-doc
   * Bump shlibs to >= 0.3.2.
+  * Stop passing --buildsystem=cmake to dh, as there is only the CMake
+    buildsystem upstream now.
 
  -- 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-09 09:04:43 UTC (rev 20252)
+++ kde-extras/lensfun/trunk/debian/rules	2016-01-09 09:05:51 UTC (rev 20253)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --parallel --buildsystem=cmake --with=python3
+	dh $@ --parallel --with=python3
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DBUILD_DOC=ON -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/liblensfun-doc/html"




More information about the pkg-kde-commits mailing list