Package: deskbar-applet Version: 2.14.2-4.1 Severity: normal Tags: patch Hi,
The following is the diff for my deskbar-applet 2.14.2-4.2 NMU. diff -Nru /tmp/5faGOqQFqw/deskbar-applet-2.14.2/debian/changelog /tmp/JlmxYJ8Stl/deskbar-applet-2.14.2/debian/changelog --- /tmp/5faGOqQFqw/deskbar-applet-2.14.2/debian/changelog 2006-11-09 08:14:20.000000000 +0100 +++ /tmp/JlmxYJ8Stl/deskbar-applet-2.14.2/debian/changelog 2006-11-09 08:14:20.000000000 +0100 @@ -1,3 +1,15 @@ +deskbar-applet (2.14.2-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * Switch to python-central instead of python-support, which should hopefully + work better with deskbar-applet (ie.: at least make the application start) + since it handles sys.path.insert() more gracefully; thanks to Loic Minier + for telling me about this. (Closes: #397600) + * Change XS-Python-Version: to >= 2.4, as the automake patches already assume + that. + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Thu, 9 Nov 2006 00:50:48 +0100 + deskbar-applet (2.14.2-4.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru /tmp/5faGOqQFqw/deskbar-applet-2.14.2/debian/control /tmp/JlmxYJ8Stl/deskbar-applet-2.14.2/debian/control --- /tmp/5faGOqQFqw/deskbar-applet-2.14.2/debian/control 2006-11-09 08:14:20.000000000 +0100 +++ /tmp/JlmxYJ8Stl/deskbar-applet-2.14.2/debian/control 2006-11-09 08:14:20.000000000 +0100 @@ -2,9 +2,9 @@ Section: gnome Priority: optional Maintainer: Sebastian Rittau <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), autotools-dev, pkg-config (>= 0.9.0), python-gtk2-dev (>= 2.8.6-1), python-glade2 (>= 2.8.6-1), python-gnome2-dev (>= 2.12.4-1), python-gnome2-desktop-dev, intltool (>= 0.33), python-dev (>= 2.4), libgtk2.0-dev (>= 2.6), libebook1.2-dev, libcamel1.2-dev, libgnome-desktop-dev, python-support (>= 0.5.3) +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), autotools-dev, pkg-config (>= 0.9.0), python-gtk2-dev (>= 2.8.6-1), python-glade2 (>= 2.8.6-1), python-gnome2-dev (>= 2.12.4-1), python-gnome2-desktop-dev, intltool (>= 0.33), python-dev (>= 2.4), libgtk2.0-dev (>= 2.6), libebook1.2-dev, libcamel1.2-dev, libgnome-desktop-dev, python-central (>= 0.5.6) Standards-Version: 3.7.2 -XS-Python-Version: current, >= 2.4 +XS-Python-Version: >= 2.4 Package: deskbar-applet Architecture: any diff -Nru /tmp/5faGOqQFqw/deskbar-applet-2.14.2/debian/rules /tmp/JlmxYJ8Stl/deskbar-applet-2.14.2/debian/rules --- /tmp/5faGOqQFqw/deskbar-applet-2.14.2/debian/rules 2006-11-09 08:14:20.000000000 +0100 +++ /tmp/JlmxYJ8Stl/deskbar-applet-2.14.2/debian/rules 2006-11-09 08:14:20.000000000 +0100 @@ -13,4 +13,4 @@ # New python policy binary-install/deskbar-applet:: - dh_pysupport -pdeskbar-applet handlers /usr/lib/deskbar-applet/handlers \ No newline at end of file + dh_pycentral -pdeskbar-applet handlers /usr/lib/deskbar-applet/handlers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]