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

Pino Toscano pino at moszumanska.debian.org
Sat Jan 9 08:40:06 UTC 2016


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

Modified:
   kde-extras/lensfun/trunk/debian/changelog
   kde-extras/lensfun/trunk/debian/rules
Log:
use python3 dh addon_


Modified: kde-extras/lensfun/trunk/debian/changelog
===================================================================
--- kde-extras/lensfun/trunk/debian/changelog	2016-01-09 08:37:24 UTC (rev 20245)
+++ kde-extras/lensfun/trunk/debian/changelog	2016-01-09 08:40:05 UTC (rev 20246)
@@ -13,6 +13,7 @@
     uses now.
   * 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
 
  -- 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:37:24 UTC (rev 20245)
+++ kde-extras/lensfun/trunk/debian/rules	2016-01-09 08:40:05 UTC (rev 20246)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --parallel --buildsystem=cmake
+	dh $@ --parallel --buildsystem=cmake --with=python3
 
 override_dh_auto_configure:
 ifneq (,$(filter %-doc,$(shell dh_listpackages)))




More information about the pkg-kde-commits mailing list