tags 516769 + pending
tags 541566 + pending
tags 541580 + pending
thanks

Hi Maintainer,

I've prepared an NMU for music-applet (versioned as 2.4.2-1.1) and
uploaded it to DELAYED/5, as per devref ยง5.11.1.

I attached the NMU patch for review. Please react if you want me to
cancel the upload or prepare a higher version.

Regards,

-- 
  .''`.
 :  :' :   Luca Falavigna <dktrkr...@debian.org>
 `.  `'
   `-
diff -Nru music-applet-2.4.2/debian/changelog 
music-applet-2.4.2/debian/changelog
--- music-applet-2.4.2/debian/changelog 2009-09-07 12:36:12.000000000 +0000
+++ music-applet-2.4.2/debian/changelog 2009-09-07 12:36:13.000000000 +0000
@@ -1,3 +1,16 @@
+music-applet (2.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/fix-python-plugins-dir.diff:
+    - Do not rely on python-support internals (Closes: #516769).
+  * debian/control:
+    - Drop python-gnome2-desktop dependency, python-gnomeapplet and
+      python-gnomekeyring added (Closes: #541566).
+    - Do not depend on python-gnome2, it will be removed soon, depend on
+      python-gconf instead (Closes: #541580).
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sun, 06 Sep 2009 20:37:37 +0200
+
 music-applet (2.4.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #497661)
diff -Nru music-applet-2.4.2/debian/control music-applet-2.4.2/debian/control
--- music-applet-2.4.2/debian/control   2009-09-07 12:36:12.000000000 +0000
+++ music-applet-2.4.2/debian/control   2009-09-07 12:36:13.000000000 +0000
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Adriaan Peeters <apeet...@lashout.net>
 Homepage: http://www.kuliniewicz.org/music-applet/
-Build-Depends: debhelper (>= 4.1.16), cdbs, pkg-config, quilt, python, 
python-support (>= 0.5.3), gconf2, libpanel-applet2-dev, intltool (>= 0.35), 
python-dev, python-gtk2-dev, python-gnome2-dev, libpango1.0-dev (>= 1.6), 
python-gnome2, python-gobject, python-gtk2, python-gnome2-desktop, 
python-notify, python-dbus, python-kde3, python-mpdclient, python-xmmsclient
+Build-Depends: debhelper (>= 4.1.16), cdbs, pkg-config, quilt, python, 
python-support (>= 0.5.3), gconf2, libpanel-applet2-dev, intltool (>= 0.35), 
python-dev, python-gtk2-dev, python-gnome2-dev, libpango1.0-dev (>= 1.6), 
python-gobject, python-gtk2, python-notify, python-dbus, python-kde3, 
python-mpdclient, python-xmmsclient
 XS-Python-Version: >= 2.4
 Standards-Version: 3.8.0
 
 Package: music-applet
 Architecture: any
 Provides: python-musicapplet
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, gnome-panel, 
python-glade2, python-gnome2, python-gtk2, python-dbus, python-gobject, 
python-gnome2-desktop
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, gnome-panel, 
python-glade2, python-gconf, python-gtk2, python-dbus, python-gobject, 
python-gnomeapplet, python-gnomekeyring
 Recommends: rhythmbox (>= 0.9.2) | banshee | muine | exaile | 
python-xmmsclient | python-mpdclient | quodlibet | amarok | audacious
 Replaces: rhythmbox-applet (<< 0.1.11-3)
 XB-Python-Version: ${python:Versions}
diff -Nru music-applet-2.4.2/debian/patches/fix-python-plugins-dir.diff 
music-applet-2.4.2/debian/patches/fix-python-plugins-dir.diff
--- music-applet-2.4.2/debian/patches/fix-python-plugins-dir.diff       
2009-09-07 12:36:12.000000000 +0000
+++ music-applet-2.4.2/debian/patches/fix-python-plugins-dir.diff       
2009-09-07 12:36:13.000000000 +0000
@@ -7,7 +7,7 @@
  
          self.__manager = musicapplet.manager.Manager (self.__conf, [
 -            os.path.join (musicapplet.defs.PYTHON_DIR, "musicapplet/plugins"),
-+            os.path.join ("/usr/share/python-support/music-applet", 
"musicapplet/plugins"),
++            os.path.join (os.path.dirname(__file__), "plugins"),
              os.path.expanduser ("~/.gnome2/music-applet/plugins"),
          ])
  

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to