rev 9307 - kde-extras/ktorrent/branches/experimental/debian

Modestas Vainius modax-guest at alioth.debian.org
Tue Feb 5 23:12:10 UTC 2008


Author: modax-guest
Date: 2008-02-05 23:12:10 +0000 (Tue, 05 Feb 2008)
New Revision: 9307

Modified:
   kde-extras/ktorrent/branches/experimental/debian/changelog
   kde-extras/ktorrent/branches/experimental/debian/control
Log:
Fix libbtcore-dev dependences: remove libqca2-dev, add kdelibs5-dev. Mention library dependency on kdelibs5 (which is a bit unfortunate for non-gui lib) in libbtcore* descriptions.


Modified: kde-extras/ktorrent/branches/experimental/debian/changelog
===================================================================
--- kde-extras/ktorrent/branches/experimental/debian/changelog	2008-02-05 22:56:58 UTC (rev 9306)
+++ kde-extras/ktorrent/branches/experimental/debian/changelog	2008-02-05 23:12:10 UTC (rev 9307)
@@ -55,7 +55,7 @@
       there is no confusion anymore (Closes: #372162).
   * Update debian/copyright.
 
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 05 Feb 2008 13:06:34 +0200
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 06 Feb 2008 01:08:00 +0200
 
 ktorrent (2.2.4.dfsg.1-1) unstable; urgency=medium
 

Modified: kde-extras/ktorrent/branches/experimental/debian/control
===================================================================
--- kde-extras/ktorrent/branches/experimental/debian/control	2008-02-05 22:56:58 UTC (rev 9306)
+++ kde-extras/ktorrent/branches/experimental/debian/control	2008-02-05 23:12:10 UTC (rev 9307)
@@ -12,12 +12,13 @@
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
-Description: BitTorrent Client Core Library for C++
- BitTorrent Client Core Library (libbtcore) is a C++/Qt4 based implementation
- of the BitTorrent protocol. In addition, it provides many powerful BitTorrent
- network client features including but not limited to torrent downloading and
- seeding, torrent creation and downloaded data verification, advanced peer
- management, IP blocking lists, HTTP, UDP tracker and mainline DHT support.
+Description: BitTorrent Client Core Library for C++/Qt4/KDE4
+ BitTorrent Client Core Library (libbtcore) is a C++/Qt4/KDE4 based
+ implementation of the BitTorrent protocol. In addition, it provides many
+ powerful BitTorrent network client features including but not limited to
+ torrent downloading and seeding, torrent creation and downloaded data
+ verification, advanced peer management, IP blocking lists, HTTP, UDP tracker
+ and mainline DHT support.
  .
  This public library is part of KTorrent. It provides core functionality for
  this BitTorrent client.
@@ -25,13 +26,14 @@
 Package: libbtcore-dev
 Architecture: all
 Section: libdevel
-Depends: libbtcore2 (>= ${source:Version}), libqt4-dev, libqca2-dev
-Description: BitTorrent Client Core Library for C++ - development files
- BitTorrent Client Core Library (libbtcore) is a C++/Qt4 based implementation
- of the BitTorrent protocol. In addition, it provides many powerful BitTorrent
- network client features including but not limited to torrent downloading and
- seeding, torrent creation and downloaded data verification, advanced peer
- management, IP blocking lists, HTTP, UDP tracker and mainline DHT support.
+Depends: libbtcore2 (>= ${source:Version}), libqt4-dev, kdelibs5-dev
+Description: BitTorrent Client Core Library for C++/Qt4/KDE4 -development files
+ BitTorrent Client Core Library (libbtcore) is a C++/Qt4/KDE4 based
+ implementation of the BitTorrent protocol. In addition, it provides many
+ powerful BitTorrent network client features including but not limited to
+ torrent downloading and seeding, torrent creation and downloaded data
+ verification, advanced peer management, IP blocking lists, HTTP, UDP tracker
+ and mainline DHT support.
  .
  This package contains header files and CMake modules needed for developing
  and compiling/linking applications which use libbtcore.




More information about the pkg-kde-commits mailing list