Package: release.debian.org User: [email protected] Usertags: unblock Severity: normal X-Debbugs-CC: [email protected]
Hi, I'd like to upload wxglade/0.6.8-2.2 as a NMU to testing-proposed-updates to fix RC bug #766743. I'm suggesting an upload to t-p-u because the version of wxglade in sid contains changes that don't look suitable for jessie at this point (among other things, a new upstream release); I just cherrypicked the relevant changes from the package in sid (where this bug is marked as fixed). AFAIK it's not possible to upload a package to the delayed queue for t-p-u, so George, I've cc-ed you in this unblock request; please shout if you don't want me to upload this for some reason. unblock wxglade/0.6.8-2.2 diff -Nru wxglade-0.6.8/debian/changelog wxglade-0.6.8/debian/changelog --- wxglade-0.6.8/debian/changelog 2014-10-12 19:55:16.000000000 -0700 +++ wxglade-0.6.8/debian/changelog 2014-11-09 01:33:17.000000000 -0800 @@ -1,3 +1,11 @@ +wxglade (0.6.8-2.2) testing-proposed-updates; urgency=medium + + * Non-maintainer upload. + * modified common.py assigned icons_path to '/usr/share/wxglade/icons' + Closes: #766743 + + -- Vincent Cheng <[email protected]> Sun, 09 Nov 2014 01:32:57 -0800 + wxglade (0.6.8-2.1) unstable; urgency=low * Non-maintainer upload. diff -Nru wxglade-0.6.8/debian/patches/70-common.py.patch wxglade-0.6.8/debian/patches/70-common.py.patch --- wxglade-0.6.8/debian/patches/70-common.py.patch 1969-12-31 16:00:00.000000000 -0800 +++ wxglade-0.6.8/debian/patches/70-common.py.patch 2014-10-25 09:05:58.000000000 -0700 @@ -0,0 +1,22 @@ +Index: wxglade-0.6.8/common.py +=================================================================== +--- wxglade-0.6.8.orig/common.py ++++ wxglade-0.6.8/common.py +@@ -112,7 +112,7 @@ Path to wxGlade documentation (e.g. html + @note: This path will be set during initialisation + """ + +-icons_path = 'icons' ++icons_path = '/usr/share/wxglade/icons' + """\ + Path to wxGlade icons + +@@ -374,7 +374,7 @@ def make_object_button(widget, icon_path + from tree import WidgetTree + id = wx.NewId() + if not os.path.isabs(icon_path): +- icon_path = os.path.join(wxglade_path, icon_path) ++ icon_path = os.path.join("/usr/share/wxglade", icon_path) + if wx.Platform == '__WXGTK__': + style = wx.NO_BORDER + else: diff -Nru wxglade-0.6.8/debian/patches/series wxglade-0.6.8/debian/patches/series --- wxglade-0.6.8/debian/patches/series 2014-10-12 18:44:24.000000000 -0700 +++ wxglade-0.6.8/debian/patches/series 2014-11-09 01:33:46.000000000 -0800 @@ -5,3 +5,4 @@ 50-setup.py transition-towards-wx30.patch 60-wxpython3.0.patch +70-common.py.patch -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/CACZd_tCgs24S7Ks6EDc+Uiqy-n1=7Z1EZYg1G-f5Y6OUTpm9=q...@mail.gmail.com

