[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

extragear/pim/kdebluetooth



SVN commit 594849 by gulino:

Updating version and authors informations.


 M  +3 -0      AUTHORS  
 M  +2 -2      debian/control  
 M  +2 -1      debian/copyright  
 M  +2 -1      kbluetoothd/kbluetoothd/main.cpp  


--- trunk/extragear/pim/kdebluetooth/AUTHORS #594848:594849
@@ -30,3 +30,6 @@
 Mathias Froehlich <Mathias.Froehlich@web.de>
  libqobex
  kio_obex
+
+Marco Gulino <marco@kmobiletools.org>
+ Some patches, and current maintainer
--- trunk/extragear/pim/kdebluetooth/debian/control #594848:594849
@@ -1,7 +1,7 @@
 Source: kdebluetooth
 Section: net
 Priority: optional
-Maintainer: Fred Schaettgen <kdebluetooth@schaettgen.de>
+Maintainer: Marco Gulino <marco@kmobiletools.org>
 Build-Depends: debhelper (>> 4.0.0), kdelibs4-dev (>= 3.1.4), libbluetooth1-dev (>= 2.6) |
  libsdp2-dev (>= 1.5), xmms-dev (>= 1.2.7)
 Standards-Version: 3.5.9
@@ -13,4 +13,4 @@
  The KDE Bluetooth Framework provides several easy to use
  tools to be used with Bluetooth devices.
   .
- Homepage: http://kde-bluetooth.sourceforge.net/
+ Homepage: http://bluetooth.kmobiletools.org/
--- trunk/extragear/pim/kdebluetooth/debian/copyright #594848:594849
@@ -1,10 +1,11 @@
 This package was debianized by Fred Schaettgen <kdebluetooth@schaettgen.de>
 on Fri, 19 Sep 2003 18:47:31 +0200.
 
-It was downloaded from http://kde-bluetooth.sourceforge.net
+It was downloaded from http://bluetooth.kmobiletools.org
 
 Upstream Author(s):	Mattia Merzi <merzi@itc.it>
 			Fred Schaettgen <kdebluetooth@schaettgen.de>
+Current Maintainer:     Marco Gulino <marco@kmobiletools.org>
 
 Copyright:
 This software is copyright (c) 2003-2004 by Mattia Merzi and Fred Schaettgen
--- trunk/extragear/pim/kdebluetooth/kbluetoothd/kbluetoothd/main.cpp #594848:594849
@@ -31,8 +31,9 @@
                          I18N_NOOP("KBluetoothD"),
                          KDEBluetoothConfig::version, 
 			 description, KAboutData::License_GPL,
-                         "(c) 2003-2004, Fred Schaettgen", 0, "http://kde-bluetooth.sf.net";);
+                         "(c) 2003-2004, Fred Schaettgen", 0, "http://bluetooth.kmobiletools.org";);
     aboutData.addAuthor("Fred Schaettgen", I18N_NOOP("Author"), "kbluetoothd@schaettgen.de");
+    aboutData.addAuthor("Marco Gulino", I18N_NOOP("Current Maintainer"), "marco@kmobiletools.org");
     KCmdLineArgs::init( argc, argv, &aboutData );
     KCmdLineArgs::addCmdLineOptions( options );
     KUniqueApplication::addCmdLineOptions();



Reply to: