rev 20447 - kde-extras/ctemplate/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Wed May 4 07:14:45 UTC 2016


Author: pino
Date: 2016-05-04 07:14:44 +0000 (Wed, 04 May 2016)
New Revision: 20447

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

- bump compat to 9
- bump the debhelper build dependency to 9
- force --libdir=/usr/lib for now, multiarch adaptation will come with
  the next SONAME break


Modified: kde-extras/ctemplate/trunk/debian/changelog
===================================================================
--- kde-extras/ctemplate/trunk/debian/changelog	2016-05-04 07:00:29 UTC (rev 20446)
+++ kde-extras/ctemplate/trunk/debian/changelog	2016-05-04 07:14:44 UTC (rev 20447)
@@ -12,6 +12,11 @@
     - pass --list-missing to dh_install, so files not copied are easily
       spotted
     - remove debian/not-installed, no more useful now
+  * Bump debhelper compatibility to 9:
+    - bump compat to 9
+    - bump the debhelper build dependency to 9
+    - force --libdir=/usr/lib for now, multiarch adaptation will come
+      with the next SONAME break
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 04 May 2016 08:11:11 +0200
 

Modified: kde-extras/ctemplate/trunk/debian/compat
===================================================================
--- kde-extras/ctemplate/trunk/debian/compat	2016-05-04 07:00:29 UTC (rev 20446)
+++ kde-extras/ctemplate/trunk/debian/compat	2016-05-04 07:14:44 UTC (rev 20447)
@@ -1 +1 @@
-7
+9

Modified: kde-extras/ctemplate/trunk/debian/control
===================================================================
--- kde-extras/ctemplate/trunk/debian/control	2016-05-04 07:00:29 UTC (rev 20446)
+++ kde-extras/ctemplate/trunk/debian/control	2016-05-04 07:14:44 UTC (rev 20447)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Florian Reinhard <florian.reinhard at googlemail.com>
-Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf
+Build-Depends: debhelper (>= 9), dh-autoreconf
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-kde/kde-extras/ctemplate/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-kde/kde-extras/ctemplate/trunk

Modified: kde-extras/ctemplate/trunk/debian/rules
===================================================================
--- kde-extras/ctemplate/trunk/debian/rules	2016-05-04 07:00:29 UTC (rev 20446)
+++ kde-extras/ctemplate/trunk/debian/rules	2016-05-04 07:14:44 UTC (rev 20447)
@@ -6,7 +6,7 @@
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --program-prefix=ctemplate-
+	dh_auto_configure -- --program-prefix=ctemplate- --libdir=/usr/lib
 
 override_dh_auto_test:
 	# There are some random failures in the tests.




More information about the pkg-kde-commits mailing list