Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu
I just adopted this package and now trying to fix some long-standing problems.
This updated version has a one-liner fix for the old and annoying bug #325172,
which made the package half-unusable. It would be great if the bug could be
fixed in a point release of Stretch.
Thanks,
Boyuan Yang
diff -Nru galternatives-0.13.5+nmu4/debian/changelog
galternatives-0.13.5+nmu4+deb9u1/debian/changelog
--- galternatives-0.13.5+nmu4/debian/changelog 2015-12-12 21:57:27.000000000
+0800
+++ galternatives-0.13.5+nmu4+deb9u1/debian/changelog 2017-06-14
10:17:30.000000000 +0800
@@ -1,3 +1,10 @@
+galternatives (0.13.5+nmu4+deb9u1) stretch; urgency=medium
+
+ * Adopt and switch maintainer information.
+ * Fix the bug which causes properties window blank. Closes: #325172
+
+ -- Boyuan Yang <073plan@gmail.com> Wed, 14 Jun 2017 10:17:30 +0800
+
galternatives (0.13.5+nmu4) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru galternatives-0.13.5+nmu4/debian/control
galternatives-0.13.5+nmu4+deb9u1/debian/control
--- galternatives-0.13.5+nmu4/debian/control 2015-12-12 21:57:27.000000000
+0800
+++ galternatives-0.13.5+nmu4+deb9u1/debian/control 2017-06-14
10:17:30.000000000 +0800
@@ -1,7 +1,9 @@
Source: galternatives
Section: admin
Priority: optional
-Maintainer: Ryan Niebur <ryan@debian.org>
+Maintainer: Debian Chinese Team <chinese-developers@lists.alioth.debian.org>
+Uploaders:
+ Boyuan Yang <073plan@gmail.com>
Build-Depends: debhelper (>= 7.2)
Build-Depends-Indep: python, dh-python, intltool, gettext, python-glade2
Standards-Version: 3.7.2
diff -Nru galternatives-0.13.5+nmu4/galternatives/main.py
galternatives-0.13.5+nmu4+deb9u1/galternatives/main.py
--- galternatives-0.13.5+nmu4/galternatives/main.py 2015-12-12
21:57:27.000000000 +0800
+++ galternatives-0.13.5+nmu4+deb9u1/galternatives/main.py 2017-06-14
10:17:30.000000000 +0800
@@ -420,6 +420,7 @@
def hide_details_cb (self, *args):
self.details_window.hide ()
+ return True
def show_about_window_cb (self, *args):
self.about_window.show_all ()
Attachment:
signature.asc
Description: This is a digitally signed message part.