--- gnome-btdownload-0.0.29.orig/debian/changelog +++ gnome-btdownload-0.0.29/debian/changelog @@ -0,0 +1,53 @@ +gnome-btdownload (0.0.29-1) unstable; urgency=low + + * New upstream release. + * Closing "Fails to start second bittorent connection." bug, + fixed by upstream. Users will have to hack gnome-btdownload.schemas + file a little less to adjust the amount of downloads available. (Closes: #394236) + + -- Andrea Veri Mon, 30 Jul 2007 19:21:34 +0200 + +gnome-btdownload (0.0.28-1) unstable; urgency=low + + * New upstream release. + * dropped debian/patches, modifications no more + needed (already provided by the new version source files) + * dropped dh_python in debian/rules for dh_pycentral calling + * Added new co-maintainer + + [ Alexander Sack ] + * XB-Python-Version: ${python:Version} to debian/control binary package + section + + -- Andrea Veri Mon, 21 May 2007 03:40:35 +0200 + +gnome-btdownload (0.0.25-1) unstable; urgency=medium + + * The "I was soo busy, i'm not very busy now" release + * Drop patch 01_increment_patch, merged upstream. + * Drop patch 07_python23_depends, obsolete. + * Python transition: set Python compatibility level to 2. (Closes: #383905) + * New upstream release (Closes: #374279, #382462) + * Swedish Translation added by upstream (Closes: #364415) + * gnome-btdownload depends again on python, bittorrent python module has been fixed ;) + * Bump bittorent dep to >= 3.3, as recommended upstream. + + -- Gerardo Curiel Sat, 12 Aug 2006 02:03:51 -0400 + +gnome-btdownload (0.0.22-2) unstable; urgency=low + + * Added a watch file + * package ships gconf schemas in /etc (Closes: #359715) + * [patch] more logical increments for upload rate (Closes: #350418) + * should be "arch: all" (Closes: #357178) + * Patches from ubuntu package + * Now the gnome-btdownload script explicitly depends on python2.3(07_python23_depends.patch) + + -- Gerardo Curiel Mon, 8 May 2006 00:49:31 -0400 + +gnome-btdownload (0.0.22-1) unstable; urgency=low + + * Initial release Closes: #274220 + + -- Gerardo Curiel Mon, 17 Oct 2005 04:44:14 -0400 + --- gnome-btdownload-0.0.29.orig/debian/compat +++ gnome-btdownload-0.0.29/debian/compat @@ -0,0 +1 @@ +5 --- gnome-btdownload-0.0.29.orig/debian/control +++ gnome-btdownload-0.0.29/debian/control @@ -0,0 +1,23 @@ +Source: gnome-btdownload +Section: net +Priority: optional +Maintainer: Gerardo Curiel +Uploaders: Andrea Veri +Build-Depends: cdbs, debhelper (>= 5.0.37.2), python, intltool, gconf2, python-central (>= 0.5) +Standards-Version: 3.7.2 +XS-Python-Version: >= 2.4 + +Package: gnome-btdownload +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, bittorrent (>= 3.3), python-gtk2, python-gnome2, python-glade2 (>= 2.0.0) +XB-Python-Version: ${python:Versions} +Description: Gnome interface for 'executing' BitTorrent files + A simple Gnome interface designed as a mime-sink for BitTorrent files. + gnome-btdownload allow a user to download files using bittorrent, + a scatter-gather network. + . + Not a front-end, more-or-less just a session dialog. See bittorrent + for more information. + . + Homepage: http://gnome-bt.sourceforge.net/ + --- gnome-btdownload-0.0.29.orig/debian/copyright +++ gnome-btdownload-0.0.29/debian/copyright @@ -0,0 +1,19 @@ +This package was debianized by Gerardo Curiel on +Mon, 17 Oct 2005 04:44:14 -0400. + +It was downloaded from http://gnome-bt.sourceforge.net + +Copyright Holder: Paul Varga + +License: + +Copyright (c) 2003, Paul Varga and other contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of the project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- gnome-btdownload-0.0.29.orig/debian/dirs +++ gnome-btdownload-0.0.29/debian/dirs @@ -0,0 +1 @@ +usr/lib/mime/packages --- gnome-btdownload-0.0.29.orig/debian/docs +++ gnome-btdownload-0.0.29/debian/docs @@ -0,0 +1 @@ +README --- gnome-btdownload-0.0.29.orig/debian/gnome-btdownload.mime +++ gnome-btdownload-0.0.29/debian/gnome-btdownload.mime @@ -0,0 +1 @@ +application/x-bittorrent; /usr/bin/gnome-btdownload %s; test=test -n "$DISPLAY" --- gnome-btdownload-0.0.29.orig/debian/pycompat +++ gnome-btdownload-0.0.29/debian/pycompat @@ -0,0 +1 @@ +2 --- gnome-btdownload-0.0.29.orig/debian/rules +++ gnome-btdownload-0.0.29/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk + +clean:: + rm -f debian/gnome-btdownload.1 + find -name '*omf.out' -exec rm -f \{\} \; + + +install/gnome-btdownload:: + + install -m644 debian/gnome-btdownload.mime debian/gnome-btdownload/usr/lib/mime/packages/gnome-btdownload + +binary-install/gnome-btdownload:: + dh_pycentral + --- gnome-btdownload-0.0.29.orig/debian/watch +++ gnome-btdownload-0.0.29/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://sf.net/gnome-bt/gnome-btdownload-(.*)\.tar\.gz +