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 <[EMAIL PROTECTED]> libqobex kio_obex + +Marco Gulino <[EMAIL PROTECTED]> + 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 <[EMAIL PROTECTED]> +Maintainer: Marco Gulino <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> Fred Schaettgen <[EMAIL PROTECTED]> +Current Maintainer: Marco Gulino <[EMAIL PROTECTED]> 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"), "[EMAIL PROTECTED]"); + aboutData.addAuthor("Marco Gulino", I18N_NOOP("Current Maintainer"), "[EMAIL PROTECTED]"); KCmdLineArgs::init( argc, argv, &aboutData ); KCmdLineArgs::addCmdLineOptions( options ); KUniqueApplication::addCmdLineOptions(); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]