rev 6608 - kde-extras/kdebluetooth/trunk/debian

Achim Bohnet ach-guest at alioth.debian.org
Tue Jun 26 23:36:45 UTC 2007


Author: ach-guest
Date: 2007-06-26 23:36:45 +0000 (Tue, 26 Jun 2007)
New Revision: 6608

Modified:
   kde-extras/kdebluetooth/trunk/debian/changelog
   kde-extras/kdebluetooth/trunk/debian/control
Log:
* some more debian/control polishing
* more TODOs in debian/changelog

Modified: kde-extras/kdebluetooth/trunk/debian/changelog
===================================================================
--- kde-extras/kdebluetooth/trunk/debian/changelog	2007-06-26 22:50:40 UTC (rev 6607)
+++ kde-extras/kdebluetooth/trunk/debian/changelog	2007-06-26 23:36:45 UTC (rev 6608)
@@ -1,12 +1,14 @@
 kdebluetooth (1.0~beta3-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * NOT RELEASED YET
+
+  * New upstream release: beta3 more of less a rewrite compared to
+    beta2.  Beta3 is now based on the bluez D-BUS interface.
+
+
   * As discussed during DebConf7 move this package to team maintence:
     - Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
     - Thanks to Michael Meskes for maintence todate and welcome to the team
-  * Switch to cdbs
-  * Add debian/{kdebluetooth,libkdeblutooth0,libkdebluetooth-dev}.install
-  * Add Build-Depends: libdbus-qt-1-dev, libobexftp-dev, cdbs
 
   * TODO: Cleanup debian/control descriptions
      - Check migration from beta2 packages
@@ -19,8 +21,25 @@
            - .so to libkdebluetooth0? (upgrade issues)
            - .la to libkdebluetooth-dev?
         - ...
+    
+     + rename libkdebluetooth* -> libkbluetooth* as 'suggested' by lintian
+       (ach: IMHO makes sense, e.g, includdir is also named libkbluetooth etc)
+     + think about replacing the confusing pkgs detail with one line:
+        "reworked pkging from scratch" ;)
+     + bluez-utils >= 3.10 --> 3.11 as recommended by upstream?  but 3.10
+       on feisty seems to work as well as 3.11 in gusty
+
+
+  * Switch to cdbs
+  * Add debian/{kdebluetooth,libkdeblutooth0,libkdebluetooth-dev}.install
+  * Add Build-Depends: libdbus-qt-1-dev, libobexftp-dev, cdbs
   * Add debian/watch
 
+  * depend on bluez-utils >= 3.10
+  * libkdebluetooth-dev depends on ${binary:Version} of the runtime library
+    package.
+  * Bump standard-version to 3.7.2
+
  -- Mark Purcell <msp at debian.org>  Tue, 26 Jun 2007 09:30:53 +0100
 
 kdebluetooth (0.99+1.0beta2-7) unstable; urgency=low

Modified: kde-extras/kdebluetooth/trunk/debian/control
===================================================================
--- kde-extras/kdebluetooth/trunk/debian/control	2007-06-26 22:50:40 UTC (rev 6607)
+++ kde-extras/kdebluetooth/trunk/debian/control	2007-06-26 23:36:45 UTC (rev 6608)
@@ -2,13 +2,13 @@
 Section: kde
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
-Uploaders: Michael Meskes <meskes at debian.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, kdelibs4-dev (>= 3.1.4), libbluetooth-dev (>= 3.7-1), kdepim-dev, libopenobex1-dev (>= 1.3), libdbus-qt-1-dev, cdbs
-Standards-Version: 3.6.1
+Uploaders: Michael Meskes <meskes at debian.org>, Achim Bohnet <ach at mpe.mpg.de>, Mark Purcell <msp at debian.org>
+Build-Depends: debhelper (>= 5.0.0), cdbs, kdelibs4-dev (>= 3.1.4), kdepim-dev, libopenobex1-dev (>= 1.3), libdbus-qt-1-dev, libobexftp-dev
+Standards-Version: 3.7.2
 
 Package: kdebluetooth
 Architecture: any
-Depends: ${shlibs:Depends}, bluez-utils
+Depends: ${shlibs:Depends}, bluez-utils (>= 3.10)
 Suggests: python
 Description: KDE Bluetooth Framework
  The KDE Bluetooth Framework provides several easy to use
@@ -22,10 +22,14 @@
 Depends: ${shlibs:Depends}
 Description: shared libs for kdebluetooth
  Contains the shared libs for KDE Bluetooth Framework. 
+ .
+ Homepage: http://bluetooth.kmobiletools.org/
 
 Package: libkdebluetooth-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}
+Depends: libkdebluetooth0 (= ${binary:Version})
 Description: development files and headers kdebluetooth
  Contains the development files for kdebluetooth
+ .
+ Homepage: http://bluetooth.kmobiletools.org/




More information about the pkg-kde-commits mailing list