rev 17948 - kde-extras/kio-gopher/trunk/debian

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


Author: pino-guest
Date: 2010-05-12 15:09:00 +0000 (Wed, 12 May 2010)
New Revision: 17948

Added:
   kde-extras/kio-gopher/trunk/debian/docs
Modified:
   kde-extras/kio-gopher/trunk/debian/changelog
   kde-extras/kio-gopher/trunk/debian/control
   kde-extras/kio-gopher/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 BUGS and README using docs file


Modified: kde-extras/kio-gopher/trunk/debian/changelog
===================================================================
--- kde-extras/kio-gopher/trunk/debian/changelog	2010-05-12 14:58:45 UTC (rev 17947)
+++ kde-extras/kio-gopher/trunk/debian/changelog	2010-05-12 15:09:00 UTC (rev 17948)
@@ -2,8 +2,13 @@
 
   * Add the cmake build dependency, as it is no more provided by kdelibs5-dev.
     (Closes: #581274)
+  * 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 BUGS and README using docs file
 
- -- Pino Toscano <pino at kde.org>  Wed, 12 May 2010 16:58:11 +0200
+ -- Pino Toscano <pino at kde.org>  Wed, 12 May 2010 17:00:32 +0200
 
 kio-gopher (0.1.3-1) unstable; urgency=low
 

Modified: kde-extras/kio-gopher/trunk/debian/control
===================================================================
--- kde-extras/kio-gopher/trunk/debian/control	2010-05-12 14:58:45 UTC (rev 17947)
+++ kde-extras/kio-gopher/trunk/debian/control	2010-05-12 15:09:00 UTC (rev 17948)
@@ -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), pkg-kde-tools (>= 0.4), cmake,
+Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5), cmake,
  kdelibs5-dev (>= 4:4.2.0), gettext
 Standards-Version: 3.8.1
 Homepage: http://kgopher.berlios.de/

Added: kde-extras/kio-gopher/trunk/debian/docs
===================================================================
--- kde-extras/kio-gopher/trunk/debian/docs	                        (rev 0)
+++ kde-extras/kio-gopher/trunk/debian/docs	2010-05-12 15:09:00 UTC (rev 17948)
@@ -0,0 +1,2 @@
+BUGS
+README

Modified: kde-extras/kio-gopher/trunk/debian/rules
===================================================================
--- kde-extras/kio-gopher/trunk/debian/rules	2010-05-12 14:58:45 UTC (rev 17947)
+++ kde-extras/kio-gopher/trunk/debian/rules	2010-05-12 15:09:00 UTC (rev 17948)
@@ -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