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

Pino Toscano pino at moszumanska.debian.org
Sat Jan 9 08:42:05 UTC 2016


Author: pino
Date: 2016-01-09 08:42:05 +0000 (Sat, 09 Jan 2016)
New Revision: 20247

Modified:
   kde-extras/lensfun/trunk/debian/changelog
   kde-extras/lensfun/trunk/debian/rules
Log:
cmake: DOCDIR -> CMAKE_INSTALL_DOCDIR


Modified: kde-extras/lensfun/trunk/debian/changelog
===================================================================
--- kde-extras/lensfun/trunk/debian/changelog	2016-01-09 08:40:05 UTC (rev 20246)
+++ kde-extras/lensfun/trunk/debian/changelog	2016-01-09 08:42:05 UTC (rev 20247)
@@ -14,6 +14,8 @@
   * Add two new binary packages: liblensfun-bin (with utilities), and
     python3-lensfun (Python 3 module).
     - use the python3 dh addon to handle the python3 packaging
+  * Rename the DOCDIR parameter for cmake to CMAKE_INSTALL_DOCDIR, as upstream
+    uses GNUInstallDirs.cmake 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 08:40:05 UTC (rev 20246)
+++ kde-extras/lensfun/trunk/debian/rules	2016-01-09 08:42:05 UTC (rev 20247)
@@ -4,7 +4,7 @@
 
 override_dh_auto_configure:
 ifneq (,$(filter %-doc,$(shell dh_listpackages)))
-	dh_auto_configure -- -DBUILD_DOC=ON -DDOCDIR="/usr/share/doc/liblensfun-doc/html"
+	dh_auto_configure -- -DBUILD_DOC=ON -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/liblensfun-doc/html"
 else
 	dh_auto_configure -- -DBUILD_DOC=OFF
 endif




More information about the pkg-kde-commits mailing list