rev 19846 - kde-extras/kchmviewer/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Feb 9 13:50:59 UTC 2014


Author: pino
Date: 2014-02-09 13:50:58 +0000 (Sun, 09 Feb 2014)
New Revision: 19846

Modified:
   kde-extras/kchmviewer/trunk/debian/changelog
   kde-extras/kchmviewer/trunk/debian/compat
   kde-extras/kchmviewer/trunk/debian/control
   kde-extras/kchmviewer/trunk/debian/rules
Log:
bump debhelper compatibility to 9

- bump compat to 9
- bump debhelper build dependency to >= 9
- fix placement of $@ as dh argument


Modified: kde-extras/kchmviewer/trunk/debian/changelog
===================================================================
--- kde-extras/kchmviewer/trunk/debian/changelog	2014-02-09 13:26:13 UTC (rev 19845)
+++ kde-extras/kchmviewer/trunk/debian/changelog	2014-02-09 13:50:58 UTC (rev 19846)
@@ -5,6 +5,10 @@
   * Update patches:
     - 01_disable_kio-msits_build.diff: drop, obsolete
     - disable_check_new_version.patch: update
+  * Bump debhelper compatibility to 9:
+    - bump compat to 9
+    - bump debhelper build dependency to >= 9
+    - fix placement of $@ as dh argument
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 09 Feb 2014 14:19:04 +0100
 

Modified: kde-extras/kchmviewer/trunk/debian/compat
===================================================================
--- kde-extras/kchmviewer/trunk/debian/compat	2014-02-09 13:26:13 UTC (rev 19845)
+++ kde-extras/kchmviewer/trunk/debian/compat	2014-02-09 13:50:58 UTC (rev 19846)
@@ -1 +1 @@
-7
+9

Modified: kde-extras/kchmviewer/trunk/debian/control
===================================================================
--- kde-extras/kchmviewer/trunk/debian/control	2014-02-09 13:26:13 UTC (rev 19845)
+++ kde-extras/kchmviewer/trunk/debian/control	2014-02-09 13:50:58 UTC (rev 19846)
@@ -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>, Jose Luis Tallon <jltallon at adv-solutions.net>
-Build-Depends: debhelper (>= 7.4.15), cmake, pkg-kde-tools (>= 0.6.4),
+Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.6.4),
  kdelibs5-dev, libchm-dev
 Standards-Version: 3.9.1
 Homepage: http://www.kchmviewer.net/

Modified: kde-extras/kchmviewer/trunk/debian/rules
===================================================================
--- kde-extras/kchmviewer/trunk/debian/rules	2014-02-09 13:26:13 UTC (rev 19845)
+++ kde-extras/kchmviewer/trunk/debian/rules	2014-02-09 13:50:58 UTC (rev 19846)
@@ -4,4 +4,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --parallel --with kde $@
\ No newline at end of file
+	dh $@ --parallel --with kde




More information about the pkg-kde-commits mailing list