rev 9767 - in kde-extras/kdebluetooth/trunk/debian: . patches
Michael Meskes
meskes at alioth.debian.org
Sat Mar 15 20:40:07 UTC 2008
Author: meskes
Date: 2008-03-15 20:40:07 +0000 (Sat, 15 Mar 2008)
New Revision: 9767
Added:
kde-extras/kdebluetooth/trunk/debian/patches/01_posix_shell.patch
Modified:
kde-extras/kdebluetooth/trunk/debian/changelog
kde-extras/kdebluetooth/trunk/debian/control
Log:
Removed XS- headers in control file.
Modified: kde-extras/kdebluetooth/trunk/debian/changelog
===================================================================
--- kde-extras/kdebluetooth/trunk/debian/changelog 2008-03-15 17:49:49 UTC (rev 9766)
+++ kde-extras/kdebluetooth/trunk/debian/changelog 2008-03-15 20:40:07 UTC (rev 9767)
@@ -1,3 +1,15 @@
+kdebluetooth (1.0~beta8-5) unstable; urgency=low
+
+ * Removed XS- headers in control file.
+
+ -- Michael Meskes <meskes at debian.org> Sat, 15 Mar 2008 21:38:33 +0100
+
+kdebluetooth (1.0~beta8-4) unstable; urgency=low
+
+ * Fixed bashism in kioobex_start, closes: #464998
+
+ -- Michael Meskes <meskes at debian.org> Mon, 11 Feb 2008 13:42:49 +0100
+
kdebluetooth (1.0~beta8-3) unstable; urgency=low
* Fixed some small python problems in kblueplugd.
Modified: kde-extras/kdebluetooth/trunk/debian/control
===================================================================
--- kde-extras/kdebluetooth/trunk/debian/control 2008-03-15 17:49:49 UTC (rev 9766)
+++ kde-extras/kdebluetooth/trunk/debian/control 2008-03-15 20:40:07 UTC (rev 9767)
@@ -5,8 +5,8 @@
Uploaders: Michael Meskes <meskes at debian.org>, Achim Bohnet <ach at mpe.mpg.de>, Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
Build-Depends: cdbs, debhelper (>= 5.0.0), automake, kdelibs4-dev, kdepim-dev, libdbus-qt-1-dev, libobexftp-dev
Standards-Version: 3.7.3
-XS-Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kdebluetooth/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kdebluetooth/trunk/
+Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kdebluetooth/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kdebluetooth/trunk/
Package: kdebluetooth
Architecture: any
Added: kde-extras/kdebluetooth/trunk/debian/patches/01_posix_shell.patch
===================================================================
--- kde-extras/kdebluetooth/trunk/debian/patches/01_posix_shell.patch (rev 0)
+++ kde-extras/kdebluetooth/trunk/debian/patches/01_posix_shell.patch 2008-03-15 20:40:07 UTC (rev 9767)
@@ -0,0 +1,12 @@
+diff -ruN kdebluetooth-1.0_beta8.orig/kdebluetooth/kioslave/obex/kio_obex/kioobex_start kdebluetooth-1.0_beta8/kdebluetooth/kioslave/obex/kio_obex/kioobex_start
+--- kdebluetooth-1.0_beta8.orig/kdebluetooth/kioslave/obex/kio_obex/kioobex_start 2007-09-17 18:52:29.000000000 +0200
++++ kdebluetooth-1.0_beta8/kdebluetooth/kioslave/obex/kio_obex/kioobex_start 2008-02-11 13:40:35.000000000 +0100
+@@ -3,7 +3,7 @@
+ # This shell script is used as a mimetype handler
+ # for the bluetooth/obex-ftp-protocol mimetype.
+
+-if (( $# == 0 )) ; then
++if [ $# -eq 0 ] ; then
+ konqueror "sdp:/"
+ else
+ host=$(echo $@ | sed 's/sdp:\/\/\[\(..:..:..:..:..:..\).*/\1/')
More information about the pkg-kde-commits
mailing list