Package: streamtuner Version: 0.99.99-11 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu hardy ubuntu-patch
Hi, It would be nice if you apply the attached patch, so we can sync next time to ubuntu. Furthermore it would be nice if you replace it when xmms2 is stable and used by the most application which are now still using xmms. streamtuner should depend on xmms because if someone uses streamtuner it will complain about missing xmms. Thanks :) *** /tmp/tmpjxcRU_ In Ubuntu, we've applied the attached patch to achieve the following: * Merge from Debian unstable. (LP: #197425) Remaining Ubuntu changes: - Move yelp and xmms from Suggests to Recommends (LP: #104296) - Update Maintainer field to match Debian-Maintainer-Spec We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers hardy-updates APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy') Architecture: i386 (i686) Kernel: Linux 2.6.24-12-generic (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -u streamtuner-0.99.99/debian/control streamtuner-0.99.99/debian/control --- streamtuner-0.99.99/debian/control +++ streamtuner-0.99.99/debian/control @@ -1,14 +1,16 @@ Source: streamtuner Section: net Priority: extra -Maintainer: Ari Pollak <[EMAIL PROTECTED]> +Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]> +XSBC-Original-Maintainer: Ari Pollak <[EMAIL PROTECTED]> Build-Depends: debhelper (>> 4.0.0), autotools-dev, libgtk2.0-dev (>= 2.4.0), libcurl4-openssl-dev, scrollkeeper, python-dev, python-gtk2-dev (>= 2.6.0), python-support (>= 0.4), libtagc0-dev, libxml2-dev Standards-Version: 3.6.1 Package: streamtuner Architecture: any Depends: python-gtk2 (>= 2.6.0), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} -Suggests: streamripper, yelp +Recommends: yelp, xmms +Suggests: streamripper Description: A GUI audio stream directory browser Streamtuner is a stream directory browser. It offers an intuitive and unified interface to various streaming diff -u streamtuner-0.99.99/debian/changelog streamtuner-0.99.99/debian/changelog