tags 384112 +patch
thanks
I have attached a patch that updates freeloader to the new Python
policy, which ought to fix this bug.
Thanks,
John Wright
=== added file 'debian/pycompat'
--- debian/pycompat 1970-01-01 00:00:00 +0000
+++ debian/pycompat 2006-08-24 00:16:43 +0000
@@ -0,0 +1,1 @@
+2
=== modified file 'debian/control'
--- debian/control 2006-08-23 23:50:14 +0000
+++ debian/control 2006-08-24 00:16:43 +0000
@@ -2,13 +2,14 @@
Section: net
Priority: optional
Maintainer: Julien Valroff <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 5.0.0), cdbs, findutils (>= 4.1.7),
imagemagick (>= 6), python (>= 2.3), python-gtk2 (>= 2.6), python-gnome2 (>=
2.10), bittorrent (>= 3.4), bittorrent (<< 4.0)
+Build-Depends-Indep: debhelper (>= 5.0.37.2), cdbs, findutils (>= 4.1.7),
imagemagick (>= 6), python (>= 2.3), python-gtk2 (>= 2.6), python-gnome2 (>=
2.10), bittorrent (>= 3.4), bittorrent (<< 4.0), python-central (>= 0.5)
Standards-Version: 3.6.2
+XS-Python-Version: all
Package: freeloader
Architecture: all
Depends: ${python:Depends}, python-gtk2 (>= 2.6), python-gnome2 (>= 2.10),
bittorrent (>= 3.4), bittorrent (<< 4.0), python-glade2 (>= 2.6), librsvg2-2
-Recommends: python-gnome2-extras (>= 2.6), python2.3-gamin
+Recommends: python-gnome2-extras (>= 2.6), python-gamin
Description: A nice GNOME download manager supporting torrents
Freeloader is a nice GNOME download manager written in Python
and supporting torrents. Its main features are:
@@ -21,3 +22,4 @@
* Support for retrieval from most URLs (ftp, http, etc)
* Support for hiding in system tray
* Interruptible downloads
+XB-Python-Version: ${python:Versions}
=== modified file 'debian/rules'
--- debian/rules 2006-08-23 23:50:14 +0000
+++ debian/rules 2006-08-24 00:16:43 +0000
@@ -8,4 +8,5 @@
convert -density 255 -background none -size 160x160 -resize 32x32 \
$(CURDIR)/share/pixmaps/freeloader_icon.svg \
$(CURDIR)/debian/freeloader/usr/share/pixmaps/freeloader.xpm
+ dh_pycentral
dh_python