rev 17955 - kde-extras/kde-style-polyester/trunk/debian

Pino Toscano pino-guest at alioth.debian.org
Wed May 12 15:46:41 UTC 2010


Author: pino-guest
Date: 2010-05-12 15:46:40 +0000 (Wed, 12 May 2010)
New Revision: 17955

Added:
   kde-extras/kde-style-polyester/trunk/debian/docs
Modified:
   kde-extras/kde-style-polyester/trunk/debian/changelog
   kde-extras/kde-style-polyester/trunk/debian/control
   kde-extras/kde-style-polyester/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, and README using docs file


Modified: kde-extras/kde-style-polyester/trunk/debian/changelog
===================================================================
--- kde-extras/kde-style-polyester/trunk/debian/changelog	2010-05-12 15:42:33 UTC (rev 17954)
+++ kde-extras/kde-style-polyester/trunk/debian/changelog	2010-05-12 15:46:40 UTC (rev 17955)
@@ -2,8 +2,13 @@
 
   * Add the cmake build dependency, as it is no more provided by kdelibs5-dev.
     (Closes: #581298)
+  * 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, and README using docs file
 
- -- Pino Toscano <pino at kde.org>  Tue, 07 Apr 2009 00:43:43 +0200
+ -- Pino Toscano <pino at kde.org>  Wed, 12 May 2010 17:43:36 +0200
 
 kde-style-polyester (2.0.0-2) unstable; urgency=low
 

Modified: kde-extras/kde-style-polyester/trunk/debian/control
===================================================================
--- kde-extras/kde-style-polyester/trunk/debian/control	2010-05-12 15:42:33 UTC (rev 17954)
+++ kde-extras/kde-style-polyester/trunk/debian/control	2010-05-12 15:46:40 UTC (rev 17955)
@@ -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: cdbs, debhelper (>= 7), quilt, pkg-kde-tools (>= 0.4), cmake,
+Build-Depends: debhelper (>= 7.3.16), quilt, pkg-kde-tools (>= 0.5), cmake,
  kdelibs5-dev (>= 4:4.2.2), gettext
 Standards-Version: 3.8.0
 Homepage: http://www.kde-look.org/content/show.php?content=27968

Added: kde-extras/kde-style-polyester/trunk/debian/docs
===================================================================
--- kde-extras/kde-style-polyester/trunk/debian/docs	                        (rev 0)
+++ kde-extras/kde-style-polyester/trunk/debian/docs	2010-05-12 15:46:40 UTC (rev 17955)
@@ -0,0 +1,2 @@
+AUTHORS
+README

Modified: kde-extras/kde-style-polyester/trunk/debian/rules
===================================================================
--- kde-extras/kde-style-polyester/trunk/debian/rules	2010-05-12 15:42:33 UTC (rev 17954)
+++ kde-extras/kde-style-polyester/trunk/debian/rules	2010-05-12 15:46:40 UTC (rev 17955)
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+	dh --with kde $@
+




More information about the pkg-kde-commits mailing list