rev 17932 - kde-extras/kalternatives/trunk/debian

Pino Toscano pino-guest at alioth.debian.org
Wed May 12 11:01:59 UTC 2010


Author: pino-guest
Date: 2010-05-12 11:01:54 +0000 (Wed, 12 May 2010)
New Revision: 17932

Added:
   kde-extras/kalternatives/trunk/debian/docs
Modified:
   kde-extras/kalternatives/trunk/debian/changelog
   kde-extras/kalternatives/trunk/debian/control
   kde-extras/kalternatives/trunk/debian/rules
Log:
* Convert to dh7:
  - bump debhelper build dependency to > 7.3.16
  - bump pkg-kde-tools build dependency to >= 0.5
  - remove cdbs build dependency
  - install AUTHORS, NEWS, and README using docs file


Modified: kde-extras/kalternatives/trunk/debian/changelog
===================================================================
--- kde-extras/kalternatives/trunk/debian/changelog	2010-05-12 10:40:47 UTC (rev 17931)
+++ kde-extras/kalternatives/trunk/debian/changelog	2010-05-12 11:01:54 UTC (rev 17932)
@@ -1,8 +1,13 @@
 kalternatives (0.13-2) UNRELEASED; urgency=low
 
   * Add the cmake build dependency, as it is no more provided by kdelibs5-dev.
+  * Convert to dh7:
+    - bump debhelper build dependency to > 7.3.16
+    - bump pkg-kde-tools build dependency to >= 0.5
+    - remove cdbs build dependency
+    - install AUTHORS, NEWS, and README using docs file
 
- -- Pino Toscano <pino at kde.org>  Sat, 08 May 2010 23:22:38 +0200
+ -- Pino Toscano <pino at kde.org>  Wed, 12 May 2010 12:49:15 +0200
 
 kalternatives (0.13-1) unstable; urgency=low
 

Modified: kde-extras/kalternatives/trunk/debian/control
===================================================================
--- kde-extras/kalternatives/trunk/debian/control	2010-05-12 10:40:47 UTC (rev 17931)
+++ kde-extras/kalternatives/trunk/debian/control	2010-05-12 11:01:54 UTC (rev 17932)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Pino Toscano <pino at kde.org>
-Build-Depends: debhelper (>= 7), cdbs (>= 0.4.51), pkg-kde-tools (>= 0.4.2),
+Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5),
  cmake, kdelibs5-dev (>= 4:4.2.2)
 Standards-Version: 3.8.2
 

Added: kde-extras/kalternatives/trunk/debian/docs
===================================================================
--- kde-extras/kalternatives/trunk/debian/docs	                        (rev 0)
+++ kde-extras/kalternatives/trunk/debian/docs	2010-05-12 11:01:54 UTC (rev 17932)
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: kde-extras/kalternatives/trunk/debian/rules
===================================================================
--- kde-extras/kalternatives/trunk/debian/rules	2010-05-12 10:40:47 UTC (rev 17931)
+++ kde-extras/kalternatives/trunk/debian/rules	2010-05-12 11:01:54 UTC (rev 17932)
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
-DEB_CMAKE_CUSTOM_FLAGS = -DKALTERNATIVES_DISTRO=dpkg
+%:
+	dh --with kde $@
 
-include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	    -DKALTERNATIVES_DISTRO=dpkg
+




More information about the pkg-kde-commits mailing list