rev 6117 - in kde-extras/ktorrent/trunk: . debian

Modestas Vainius modax-guest at alioth.debian.org
Thu May 10 10:21:16 UTC 2007


Author: modax-guest
Date: 2007-05-10 10:21:15 +0000 (Thu, 10 May 2007)
New Revision: 6117

Added:
   kde-extras/ktorrent/trunk/TODO
Removed:
   kde-extras/ktorrent/trunk/source-patches.diff
Modified:
   kde-extras/ktorrent/trunk/debian/changelog
   kde-extras/ktorrent/trunk/debian/control
   kde-extras/ktorrent/trunk/debian/copyright
   kde-extras/ktorrent/trunk/debian/rules
Log:
Maitained by Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>. Add Joel Johnson and myself to 
Uploaders. Merge work from my unofficial releases

Add TODO: the work that still needs to be done for -1.


Added: kde-extras/ktorrent/trunk/TODO
===================================================================
--- kde-extras/ktorrent/trunk/TODO	2007-05-10 09:51:57 UTC (rev 6116)
+++ kde-extras/ktorrent/trunk/TODO	2007-05-10 10:21:15 UTC (rev 6117)
@@ -0,0 +1,8 @@
+For 2.1.4-1:
+  * Patch system (quilt) / build system (cdbs?).
+  * Remove non-free data from upstream tarball.
+  * Integrate #401753: ktorrent: FTBFS on GNU/kFreeBSD (blocked by patch system)
+  
+For 2.1.4-2:
+  * -dbg package (not for -1 to avoid NEW)
+

Modified: kde-extras/ktorrent/trunk/debian/changelog
===================================================================
--- kde-extras/ktorrent/trunk/debian/changelog	2007-05-10 09:51:57 UTC (rev 6116)
+++ kde-extras/ktorrent/trunk/debian/changelog	2007-05-10 10:21:15 UTC (rev 6117)
@@ -1,3 +1,31 @@
+ktorrent (2.1.4.dfsg.1-1~pre1) UNRELEASED; urgency=low
+
+  * ktorrent is now maintained by Debian KDE Extras Team.
+
+  * New major upstream release (2.1): (Closes: #400186)
+    - µTorrent compatible peer exchange
+    - Zeroconf extension to find peers on the local network
+    - Switched the GUI to an IDEAl style GUI (like KDevelop)
+    - WebGUI plugin
+    - RSS plugin
+    - MAJOR improvements in down and upload performance
+    - Grouping feature to put torrents into groups
+    - Improved search plugin, which now allows multiple searches
+    - Allows setting priority for files in multifile torrents (Closes: #367120)
+  * New bugfix upstream release (2.1.4): (Closes: #420913)
+   - Fixed crash in parsing of DHT messages
+   - Fixed problem with files with .. in their name
+   - ScanFolder can now handle incomplete torrent files properly
+  * Acknowlegde NMU (Closes: #414832, #414830). Thanks Pierre. Patches are
+    present in upstream 2.1.4.
+  * Remove LDFLAGS patch. It has been integrated upstream.
+  * debian/rules: upstream no longer ships .desktop files in applnk.
+  * Pass --enable-largefile to configure to enable large file (over 2GB)
+    support on 32bit architectures. There are known problems with >4GB files
+    on all architectures though (Closes: #402185).
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 10 May 2007 12:44:26 +0300
+
 ktorrent (2.0.3+dfsg1-2.2) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: kde-extras/ktorrent/trunk/debian/control
===================================================================
--- kde-extras/ktorrent/trunk/debian/control	2007-05-10 09:51:57 UTC (rev 6116)
+++ kde-extras/ktorrent/trunk/debian/control	2007-05-10 10:21:15 UTC (rev 6117)
@@ -1,7 +1,8 @@
 Source: ktorrent
 Section: kde
 Priority: optional
-Maintainer: Joel Johnson <mrjoel at lixil.net>
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Joel Johnson <mrjoel at lixil.net>, Modestas Vainius <modestas at vainius.eu>
 Build-Depends: debhelper (>= 5.0.0), autotools-dev, kdelibs4-dev, libpcre3-dev, libx11-dev, libgmp3-dev
 Standards-Version: 3.7.2.0
 

Modified: kde-extras/ktorrent/trunk/debian/copyright
===================================================================
--- kde-extras/ktorrent/trunk/debian/copyright	2007-05-10 09:51:57 UTC (rev 6116)
+++ kde-extras/ktorrent/trunk/debian/copyright	2007-05-10 10:21:15 UTC (rev 6117)
@@ -1,8 +1,10 @@
 This package was debianized by Joel Johnson <mrjoel at lixil.net> on
 Tue, 21 Jun 2005 11:19:46 -0700.
+This package has been maintained by Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+since Thu, 10 May 2007 13:11:35 +0300
 
 The original source was downloaded from 
-http://ktorrent.org/downloads/1.2/ktorrent-1.2.tar.gz
+http://ktorrent.org/index.php?page=downloads
 
 All files are Copyright Joris Guisson <joris.guisson at gmail.com>
 unless otherwise indicated below:

Modified: kde-extras/ktorrent/trunk/debian/rules
===================================================================
--- kde-extras/ktorrent/trunk/debian/rules	2007-05-10 09:51:57 UTC (rev 6116)
+++ kde-extras/ktorrent/trunk/debian/rules	2007-05-10 10:21:15 UTC (rev 6117)
@@ -18,7 +18,7 @@
 endif
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --mandir=\$${prefix}/share/man --disable-rpath \
-		--enable-geoip --enable-final
+		--enable-geoip --enable-final --enable-largefile
 
 build: build-stamp
 
@@ -49,9 +49,6 @@
 		$(CURDIR)/debian/ktorrent/usr/share/linda/overrides/ktorrent
 
 	# Clean up after the upstream installer a bit
-	rm -f debian/ktorrent/usr/share/applnk/Internet/ktorrent.desktop
-	rmdir debian/ktorrent/usr/share/applnk/Internet/
-	rmdir debian/ktorrent/usr/share/applnk/
 	rm -f debian/ktorrent/usr/bin/ktcachecheck
 	rm -f debian/ktorrent/usr/bin/kttorinfo
 	rm -f debian/ktorrent/usr/bin/ktupnptest

Deleted: kde-extras/ktorrent/trunk/source-patches.diff




More information about the pkg-kde-commits mailing list