rev 20767 - kde-extras/kphotoalbum/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jun 18 08:39:36 UTC 2017


Author: pino
Date: 2017-06-18 08:39:35 +0000 (Sun, 18 Jun 2017)
New Revision: 20767

Modified:
   kde-extras/kphotoalbum/trunk/debian/changelog
   kde-extras/kphotoalbum/trunk/debian/control
   kde-extras/kphotoalbum/trunk/debian/rules
Log:
use the right dh addon

- switch from kde to kf5 dh addon
- bump the pkg-kde-tools build dependency to >= 0.15.16


Modified: kde-extras/kphotoalbum/trunk/debian/changelog
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/changelog	2017-06-18 08:38:15 UTC (rev 20766)
+++ kde-extras/kphotoalbum/trunk/debian/changelog	2017-06-18 08:39:35 UTC (rev 20767)
@@ -11,6 +11,9 @@
       libkf5iconthemes-dev, libkf5jobwidgets-dev, libkf5kio-dev,
       libkf5textwidgets-dev, libkf5widgetsaddons-dev, libkf5xmlgui-dev,
       libkf5kdcraw-dev, libkf5kgeomap-dev, and libkf5kipi-dev
+  * Use the right dh addon:
+    - switch from kde to kf5 dh addon
+    - bump the pkg-kde-tools build dependency to >= 0.15.16
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 18 Jun 2017 10:22:49 +0200
 

Modified: kde-extras/kphotoalbum/trunk/debian/control
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/control	2017-06-18 08:38:15 UTC (rev 20766)
+++ kde-extras/kphotoalbum/trunk/debian/control	2017-06-18 08:39:35 UTC (rev 20767)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Fathi Boudra <fabo at debian.org>, Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 9), cmake (>= 2.8.3), pkg-kde-tools (>= 0.6.4),
+Build-Depends: debhelper (>= 9), cmake (>= 2.8.3), pkg-kde-tools (>= 0.15.16),
  docbook-to-man,
  extra-cmake-modules,
  qtbase5-dev,

Modified: kde-extras/kphotoalbum/trunk/debian/rules
===================================================================
--- kde-extras/kphotoalbum/trunk/debian/rules	2017-06-18 08:38:15 UTC (rev 20766)
+++ kde-extras/kphotoalbum/trunk/debian/rules	2017-06-18 08:39:35 UTC (rev 20767)
@@ -3,7 +3,7 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 
 %:
-	dh $@ --parallel --with kde
+	dh $@ --parallel --with kf5
 
 override_dh_auto_build:
 	dh_auto_build




More information about the pkg-kde-commits mailing list