Please merge Listen 0.5-3 from Debian Unstable (main)

Bug #118030 reported by Emilio Pozuelo Monfort
4
Affects Status Importance Assigned to Milestone
listen (Ubuntu)
Fix Released
Low
Adrien Cunin

Bug Description

Binary package hint: listen

Hello.

The attached debdiff merges listen with the 0.5-3 version from Debian.

The remaining changes are:
 - some dependencies (2 because we use the firefox gtkmozembed engine instead of iceweasel's, and the other because python2.5 already includes elementtree)
 - and a patch which makes the Makefile work fine (otherwise the LD_LIBRARY_PATH isn't set up, which leads to a crash when going to Lyrics/Wikipedia).

Cheers
Emilio

Related branches

Revision history for this message
Emilio Pozuelo Monfort (pochu) wrote :
Changed in listen:
assignee: nobody → pochu
importance: Undecided → Low
status: Unconfirmed → Confirmed
Revision history for this message
Emilio Pozuelo Monfort (pochu) wrote :

Debdiff against latest Ubuntu version

Revision history for this message
Adrien Cunin (adri2000) wrote :
Download full text (3.7 KiB)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 30 May 2007 17:56:49 +0200
Source: listen
Binary: listen
Architecture: source
Version: 0.5-3ubuntu1
Distribution: gutsy
Urgency: low
Maintainer: Ubuntu MOTU Developers <email address hidden>
Changed-By: Emilio Pozuelo Monfort <email address hidden>
Description:
 listen - music player and manager for GNOME
Closes: 384525 384947 386448 425877
Launchpad-Bugs-Fixed: 87959 118030
Changes:
 listen (0.5-3ubuntu1) gutsy; urgency=low
 .
   * Merge with Debian (LP: #118030), remaining Ubuntu changes:
     - debian/patches:
       + Added 07_makefile_works, so we have a good LD_LIBRARY_PATH (LP: #87959)
     - debian/control:
       + Build-depend on firefox-dev instead of iceweasel
       + Depend on firefox
       + Do not depend on python-elementtree, since it's included in python2.5
       + Updated Maintainer field to match Debian-Maintainer-Spec
 .
 listen (0.5-3) unstable; urgency=low
 .
   * Added notification-daemon as runtime dependency (Closes: #425877)
 .
 listen (0.5-2) unstable; urgency=low
 .
   * Upload to unstable
   * Fixed dependency on python-glade2 (Emilio Pozuelo Monfort)
   * Applied patch from SVN to fix the multimedia keys
     (Emilio Pozuelo Monfort)
 .
 listen (0.5-1) experimental; urgency=low
 .
   * New upstream release (Closes: #386448):
     + Improved GUI (Closes: #384947)
     + Added support for m4a/aac files with appropriate Gstreamer plugins
       (Closes: #384525)
   * Most changes to Debian packaging stolen from Ubuntu
     (thanks to Emilio Pozuelo Monfort <email address hidden>)
   * debian/rules
     + Fixed listen.png path (changed in upstream)
     + Removed /mutagen/_sanity.sh line, as it no longer exist
     + Removed dh_python call
   * debian/control
     + Changed short description to make it more neutral
     + Improved long description to better describe Listen features
     + Changed homepage url
     + Added python-mutagen (>= 1.8) to build-dependencies
     + Added intltool to both deps and build-deps
     + Added python-gnome2-dev, python-gnome2-extras-dev, iceweasel, sgml-data
       and python-gst0.10 to build-deps
     + Added libgail-dev and at-spi to build-deps to add accessibility support
     + Added dep to python-elementtree
     + Dropped dep on versioned python-pyvorbis
     + Recommends python-musicbrainz2 for optional AudioCD support
   * debian/patches/
     + 20_notification_area_restore.patch dropped (fixed upstream)
     + 15_desktop.patch dropped (useless)
     + 10_fix_exception.patch dropped (fixed upstream)
     + 05_remove_shebangs.patch dropped (fixed upstream)
     + 00_Makefile.patch dropped (some fixed, some useless)
     + 01_images_dir.patch dropped (useless)
     + 01_desktop_entry.patch added (fixes typos in .desktop file)
     + 02_utf-8.patch added (fixes 'Non-ASCII character warnings)
     + 03_fixed_dbus.patch added (fixes DBus call for dbus >= 0.80)
     + 04_skip_depchecks.patch added (skips dependecies checks while
       building the package)
     + 05_fix_shebang.patch added (removes useless shebang line in lis...

Read more...

Changed in listen:
assignee: pochu → adri2000
status: Confirmed → Fix Committed
Revision history for this message
Emilio Pozuelo Monfort (pochu) wrote :

listen (0.5-3ubuntu1) gutsy; urgency=low

  * Merge with Debian (LP: #118030), remaining Ubuntu changes:
    - debian/patches:
      + Added 07_makefile_works, so we have a good LD_LIBRARY_PATH (LP: #87959)
    - debian/control:
      + Build-depend on firefox-dev instead of iceweasel
      + Depend on firefox
      + Do not depend on python-elementtree, since it's included in python2.5
      + Updated Maintainer field to match Debian-Maintainer-Spec

listen (0.5-3) unstable; urgency=low

  * Added notification-daemon as runtime dependency (Closes: #425877)

listen (0.5-2) unstable; urgency=low

  * Upload to unstable
  * Fixed dependency on python-glade2 (Emilio Pozuelo Monfort)
  * Applied patch from SVN to fix the multimedia keys
    (Emilio Pozuelo Monfort)

listen (0.5-1) experimental; urgency=low

  * New upstream release (Closes: #386448):
    + Improved GUI (Closes: #384947)
    + Added support for m4a/aac files with appropriate Gstreamer plugins
      (Closes: #384525)
  * Most changes to Debian packaging stolen from Ubuntu
    (thanks to Emilio Pozuelo Monfort <email address hidden>)
  * debian/rules
    + Fixed listen.png path (changed in upstream)
    + Removed /mutagen/_sanity.sh line, as it no longer exist
    + Removed dh_python call
  * debian/control
    + Changed short description to make it more neutral
    + Improved long description to better describe Listen features
    + Changed homepage url
    + Added python-mutagen (>= 1.8) to build-dependencies
    + Added intltool to both deps and build-deps
    + Added python-gnome2-dev, python-gnome2-extras-dev, iceweasel, sgml-data
      and python-gst0.10 to build-deps
    + Added libgail-dev and at-spi to build-deps to add accessibility support
    + Added dep to python-elementtree
    + Dropped dep on versioned python-pyvorbis
    + Recommends python-musicbrainz2 for optional AudioCD support
  * debian/patches/
    + 20_notification_area_restore.patch dropped (fixed upstream)
    + 15_desktop.patch dropped (useless)
    + 10_fix_exception.patch dropped (fixed upstream)
    + 05_remove_shebangs.patch dropped (fixed upstream)
    + 00_Makefile.patch dropped (some fixed, some useless)
    + 01_images_dir.patch dropped (useless)
    + 01_desktop_entry.patch added (fixes typos in .desktop file)
    + 02_utf-8.patch added (fixes 'Non-ASCII character warnings)
    + 03_fixed_dbus.patch added (fixes DBus call for dbus >= 0.80)
    + 04_skip_depchecks.patch added (skips dependecies checks while
      building the package)
    + 05_fix_shebang.patch added (removes useless shebang line in listen.py)
  * debian/copyright
    + Changed download url
    + Updated copyright (included 2007)
  * debian/README.Debian
    + Created to add a note about Libtunepimp support not active

 -- Emilio Pozuelo Monfort <email address hidden> Wed, 30 May 2007 17:56:49 +0200

Changed in listen:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.