rev 15542 - kde-extras/smb4k/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Thu Aug 6 16:27:05 UTC 2009


Author: fabo
Date: 2009-08-06 16:27:05 +0000 (Thu, 06 Aug 2009)
New Revision: 15542

Removed:
   kde-extras/smb4k/trunk/debian/README.Debian
Modified:
   kde-extras/smb4k/trunk/debian/changelog
   kde-extras/smb4k/trunk/debian/control
   kde-extras/smb4k/trunk/debian/copyright
   kde-extras/smb4k/trunk/debian/menu
   kde-extras/smb4k/trunk/debian/rules
   kde-extras/smb4k/trunk/debian/watch
Log:
* Update debian/control:
  - Set Debian KDE Extras team as Maintainer and myself in Uploaders field.
    Thanks to Francesco Paolo Lovergine for his work.
  - Cleanup build dependencies.
  - Bump Standards-Version to 3.8.2 (no changes needed).
* Rewrite debian/rules: use dh.


Modified: kde-extras/smb4k/trunk/debian/changelog
===================================================================
--- kde-extras/smb4k/trunk/debian/changelog	2009-08-06 16:04:55 UTC (rev 15541)
+++ kde-extras/smb4k/trunk/debian/changelog	2009-08-06 16:27:05 UTC (rev 15542)
@@ -1,3 +1,14 @@
+smb4k (0.10.2-4) unstable; urgency=low
+
+  * Update debian/control:
+    - Set Debian KDE Extras team as Maintainer and myself in Uploaders field.
+      Thanks to Francesco Paolo Lovergine for his work.
+    - Cleanup build dependencies.
+    - Bump Standards-Version to 3.8.2 (no changes needed).
+  * Rewrite debian/rules: use dh.
+
+ -- Fathi Boudra <fabo at debian.org>  Thu, 06 Aug 2009 18:06:45 +0200
+
 smb4k (0.10.2-3) unstable; urgency=high
 
   * Removed superfluous build-dep on kde4-development.

Modified: kde-extras/smb4k/trunk/debian/control
===================================================================
--- kde-extras/smb4k/trunk/debian/control	2009-08-06 16:04:55 UTC (rev 15541)
+++ kde-extras/smb4k/trunk/debian/control	2009-08-06 16:27:05 UTC (rev 15542)
@@ -1,11 +1,11 @@
 Source: smb4k
-Section: kde
+Section: utils
 Priority: optional
-Maintainer: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: libart-2.0-dev, libpng3-dev, libqt4-dev (>= 4.4.3),
- zlib1g-dev, debhelper (>= 7), cdbs, libx11-dev, libxext-dev, libxpm-dev, x11proto-core-dev, autotools-dev, dpatch, cmake, kdelibs5-dev,
- pkg-kde-tools
-Standards-Version: 3.8.1
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7.3), cmake, pkg-kde-tools (>= 0.4.11),
+ kdelibs5-dev,
+Standards-Version: 3.8.2
 Homepage: http://smb4k.berlios.de/
 
 Package: smb4k
@@ -14,7 +14,7 @@
 Recommends: super | sudo
 Suggests: kwalletmanager
 Description: A Samba (SMB) share advanced browser for KDE
- Smb4K is a SMB (Windows) share browser for KDE. It uses the Samba software 
+ Smb4K is a SMB (Windows) share browser for KDE. It uses the Samba software
  suite to access the SMB shares of the local network neighborhood. Its purpose
- is to provide a program that's easy to use and has as many features as 
+ is to provide a program that's easy to use and has as many features as
  possible.

Modified: kde-extras/smb4k/trunk/debian/copyright
===================================================================
--- kde-extras/smb4k/trunk/debian/copyright	2009-08-06 16:04:55 UTC (rev 15541)
+++ kde-extras/smb4k/trunk/debian/copyright	2009-08-06 16:27:05 UTC (rev 15542)
@@ -1,13 +1,18 @@
-This package was debianized by Alexander Reinholdt <dustpuppy at mail.berlios.de>
-on Sun,  2 May 2004 19:16:57 +0200.
-Keep up to date by Francesco Paolo Lovergine <frankie at debian.org>
+This package was debianized by:
 
-It was downloaded from http://smb4k.berlios.de/download.html
+    Alexander Reinholdt <dustpuppy at mail.berlios.de> on Sun,  2 May 2004 19:16:57 +0200.
+    Keep up to date by Francesco Paolo Lovergine <frankie at debian.org>
 
-Upstream Authors: Alexander Reinholdt <dustpuppy at users.berlios.de>
-		  Massimo Callegari <massimocallegari at yahoo.it>
- 		  Franck Babin <babinfranck at yahoo.ca>
+It was downloaded from:
 
+    http://smb4k.berlios.de/download.html
+
+Upstream Authors:
+
+    Alexander Reinholdt <dustpuppy at users.berlios.de>
+    Massimo Callegari <massimocallegari at yahoo.it>
+    Franck Babin <babinfranck at yahoo.ca>
+
 Copyright:
 
    This package is free software; you can redistribute it and/or modify
@@ -25,5 +30,4 @@
    02111-1307, USA.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Modified: kde-extras/smb4k/trunk/debian/menu
===================================================================
--- kde-extras/smb4k/trunk/debian/menu	2009-08-06 16:04:55 UTC (rev 15541)
+++ kde-extras/smb4k/trunk/debian/menu	2009-08-06 16:27:05 UTC (rev 15542)
@@ -1,8 +1,8 @@
 ?package(smb4k):\
-	needs="X11"\
-        section="Applications/Network"\
-	hints="KDE"\
-	kderemove="1"\
-        title="SAMBA for KDE"\
-	longtitle="SAMBA Advanced Browser"\
-        command="/usr/bin/smb4k"
+    needs="X11"\
+    section="Applications/Network"\
+    hints="KDE"\
+    kderemove="1"\
+    title="SAMBA for KDE"\
+    longtitle="SAMBA Advanced Browser"\
+    command="/usr/bin/smb4k"

Modified: kde-extras/smb4k/trunk/debian/rules
===================================================================
--- kde-extras/smb4k/trunk/debian/rules	2009-08-06 16:04:55 UTC (rev 15541)
+++ kde-extras/smb4k/trunk/debian/rules	2009-08-06 16:27:05 UTC (rev 15542)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
-# 
-# Uhm, too much complicated eh?
-#
 
-include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk                                                                                                                    
+include /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk
+
+%:
+	dh $@

Modified: kde-extras/smb4k/trunk/debian/watch
===================================================================
--- kde-extras/smb4k/trunk/debian/watch	2009-08-06 16:04:55 UTC (rev 15541)
+++ kde-extras/smb4k/trunk/debian/watch	2009-08-06 16:27:05 UTC (rev 15542)
@@ -2,5 +2,3 @@
 opts=downloadurlmangle=s/prdownload/download/ \
   http://developer.berlios.de/project/showfiles.php?group_id=769 \
   http://prdownload.berlios.de/smb4k/smb4k-([\d\.]+)\.tar\.bz2 
-
-




More information about the pkg-kde-commits mailing list