Package: release.debian.org Severity: normal Tags: jessie User: release.debian.org@packages.debian.org Usertags: pu KiBi suggested in [1] to fix the bug #325172 in Jessie as well. As a result, I am preparing a stable update for galternatives in Debian Jessie here. Source debdiff is provided here as attachment. One small question: I didn't try to fix outdated packaging instructions (e.g., use of obsoleted python-support). As a result, today's lintian raised lots of errors when checking. Is that acceptable? [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864757;msg=46 Regards, Boyuan Yang
diff -Nru galternatives-0.13.5+nmu3/debian/changelog galternatives-0.13.5+nmu3+deb8u1/debian/changelog --- galternatives-0.13.5+nmu3/debian/changelog 2014-06-02 21:35:07.000000000 +0800 +++ galternatives-0.13.5+nmu3+deb8u1/debian/changelog 2017-07-02 22:39:49.000000000 +0800 @@ -1,3 +1,10 @@ +galternatives (0.13.5+nmu3+deb8u1) jessie; urgency=medium + + * Adopt package, switch maintainer information. + * Fix the bug which causes properties window blank. Closes: #325172 + + -- Boyuan Yang <073plan@gmail.com> Sun, 02 Jul 2017 22:39:49 +0800 + galternatives (0.13.5+nmu3) unstable; urgency=medium * Non-maintainer upload. diff -Nru galternatives-0.13.5+nmu3/debian/control galternatives-0.13.5+nmu3+deb8u1/debian/control --- galternatives-0.13.5+nmu3/debian/control 2014-06-02 21:35:07.000000000 +0800 +++ galternatives-0.13.5+nmu3+deb8u1/debian/control 2017-07-02 22:39:49.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-dev (>= 2.3), python-support (>= 0.3), intltool, gettext, python-glade2 Standards-Version: 3.7.2 diff -Nru galternatives-0.13.5+nmu3/galternatives/main.py galternatives-0.13.5+nmu3+deb8u1/galternatives/main.py --- galternatives-0.13.5+nmu3/galternatives/main.py 2014-06-02 21:35:07.000000000 +0800 +++ galternatives-0.13.5+nmu3+deb8u1/galternatives/main.py 2017-07-02 22:39:49.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.