Skip to content

Debian Changelog gnome-btdownload (0.0.32-2)

2009

gnome-btdownload (0.0.32-2) unstable; urgency=low

   * Taking over gnome-btdownload's maintenance, therefore
     I'm setting myself as package's maintainer. Thanks a lot
     Gerardo for all your help and support during all these
     years. (Closes: #546294)
   * debian/control:
     - bumped Standards-version to latest 3.8.3
     - added Vcs-browser and pointed to the gnome-btdownload's
       development branch.
     - added DM-Upload-Allowed field.
     - added python-cairo, python-gconf, python-gnomevfs and
       python-gobject depends: they are needed to gnome-btdownload
       to work properly.
     - fixed a typo (allow --> allows) in long description.
     - adjusted cdbs dep to cdbs (>= 0.4.49).
   * debian/copyright:
     - organized a bit better
     - added some informations about the Debian packaging license
       and contributors.
   * debian/rules:
     - added a clean rule to remove /po/Makefile.in.in file, that was
       causing the package to FTBFS if built twice in a row.
     - include /usr/share/dpatch/dpatch.make removed, it's no more needed
       here.
   * debian/compat:
     - level bumped to 7 accordingly with debhelper version.
   * debian/patches/01_desktop-file_cleanup.dpatch:
     - cleaned up a bit adding a working email and description.
   * debian/README.source:
     - added with some informations about how you can use dpatch's patch
       system. This refers to Debian Policy ยง 4.14.

 -- Andrea Veri <andrea.veri89@gmail.com>  Sat, 12 Sep 2009 12:13:18 +0200

gnome-btdownload (0.0.32-1) unstable; urgency=low

   [ Gerardo Curiel ]
   * New upstream release.
   * Changed maintainer mail.
   * Removed config.{sub,guess} from the diff file, cdbs
     can manage outdated autotools files.
   * Added autotools-dev in the Build-depends field, to stop lintian complain
     about the outdated config.{sub,guess} in the source package
   * Fixed dh_link invocation
   * Adding "/usr/share/pixmaps" path to the dirs file
   * Changed "Gnome" to "GNOME" in the control file description
   * Changed menu section , from "Apps" to "Applications", see Menu
     Manual 2.1.35 for more info. (Closes: #471939)
   * Added download.xpm image for the menu file
 
   [ Andrea Veri ]
   * The "I'm back" release.
   * debian/control:
     - Changed my mail address.
     - Bumping up debhelper version to level 7.
     - Bumped Standards-Version to 3.8.2
     - The package now depends on librsvg2-common, to prevent
       a couldn't recognize the image file format. (for file
       pixmaps/download.svg)
   * debian/watch:
     - re-enabled again, now seems to work. Thanks to Reinhard
       Tartler for the help on this.
   * The package now builds correctly on format 3.0, the FTBFS reported
     on the BTS seems to be fixed then. (Closes: #485035)

 -- Andrea Veri <andrea.veri89@gmail.com>  Wed, 08 Jul 2009 15:10:59 +0200

2008

gnome-btdownload (0.0.30-2.1) unstable; urgency=low

    * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490471.

 -- Matthias Klose <doko@debian.org>  Fri, 18 Jul 2008 15:55:43 +0000

2007

gnome-btdownload (0.0.30-2) unstable; urgency=low

   * debian/control:
     - Bumping Standards-Versions to 3.7.3. No changes needed.
     - added a depend on python-notify needed by the new gnome-btdownload
       upstream release. (Closes: #453948)
   * debian/gnome-btdownload.menu:
     - added a sub-section. Now menu entry will point to Apps/Net/File Transfer.

 -- Andrea Veri <bluekuja@ubuntu.com>  Sat, 08 Dec 2007 15:06:16 +0100

gnome-btdownload (0.0.30-1) unstable; urgency=low

   * New upstream release.
   * debian/patches/01_desktop-file_cleanup:
     - desktop entry name has been changed to something more
       compliant to Gnome HIG. (Closes: #452453)
   * debian/gnome-btdownload.menu:
     - menu title changed matching the one used previously for the
       new desktop entry name.
     - adjusted the icon path to point to the new shipped download.svg file
   * config.sub, config.guess:
     - both updated using the examples provided by the autotools-dev package.
       Lintian won't complain about old config.* files in the upstream tree
       more.
   * debian/copyright:
     - the new download.svg icon is shipped by upstream under the GPL-2.
       Adjusting debian/copyright with new copyright holders and with
       references to the GPL-2 license.
   * debian/rules:
     - upstream finally ships a download.svg file (instead of a .png),
       adjusting the dh_link to match this change. (gnome-btdownload
       will be able to run again without errors at startup)
   * debian/watch:
     - updated to match the new upstream's tarball name change.
     - renamed it to watch.disabled. Actually the watch file
       would work fine but seems that upstream has a strange idea
       of making releases and used a debian versioning when naming
       the orig.tarball itself. (e.g gnome-btdownload_0.0.30-1.tar.gz)
       Uscan users will have to manually specify the watch file to be
       used until upstream will restart doing things properly.
   * debian/control:
     - homepage moved to its own new field.
     - added a Vcs-Bzr that points directly to the branch where
       gnome-btdownload is maintained.

 -- Andrea Veri <bluekuja@ubuntu.com>  Thu, 29 Nov 2007 22:16:58 +0100

gnome-btdownload (0.0.29-2) unstable; urgency=low

   * gnome-btdownload.menu:
     - Adding (finally) a new menu entry that will magically
       appear inside Debian/Applications/Net Menu. (Closes: #407753)
   * debian/rules:
     - added a run to intltoolize to prevent a FTBFS when building the
       package after a re-run of any autotools.(aclocal, auto*)
     - added cdbs includes for autotools and dpatch support.
     - added a link, using dh_link, that will fix an odd error
       when launching gnome-btdownload after changing the icon dir
       from the default destination dir to /usr/share/pixmaps. The link
       will work-around the error making gnome-btdownload happy again.
     - removing simple-patchsys cdbs include, it's not needed and cause
       some problems at clean run. Will use dpatch support from now on.
   * debian/control:
     - added dpatch B-D supporting the inclusion of a new patch.
   * debian/patches:
     - added 01_desktop-file_cleanup patch that will make the .desktop
       file freedesktop compliant with some other minor fixes to adjust
       it to the new icon's destination dir moved to /usr/share/pixmaps.
   * configure.ac:
     - added AC_SUBST([MKDIR_P]) to prevent a FTBFS when building the package
       after an autotools run.
   * share/Makefile.am:
     - hacked a bit fixing the path to the gnome-btdownload icon, now
       points correctly to the right policy dir.

 -- Andrea Veri <bluekuja@ubuntu.com>  Wed, 31 Oct 2007 20:47:54 +0100

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 <bluekuja@ubuntu.com>  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 <bluekuja@ubuntu.com>  Mon, 21 May 2007 03:40:35 +0200

2006

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 <gcuriel@debianvenezuela.org>  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 <gcuriel@debianvenezuela.org>  Mon, 8 May 2006 00:49:31 -0400

2005

gnome-btdownload (0.0.22-1) unstable; urgency=low

   * Initial release Closes: #274220

 -- Gerardo Curiel <gcuriel@debianvenezuela.org>  Mon, 17 Oct 2005 04:44:14 -0400