Bug#866967: jessie-pu: package galternatives/0.13.5+nmu3+deb8u1

2017-07-15 Thread Adam D. Barratt
Control: tags -1 + pending

On Tue, 2017-07-04 at 08:04 +0200, Cyril Brulebois wrote:
> Control: tag -1 confirmed
> 
> Hi,
> 
> Boyuan Yang <073p...@gmail.com> (2017-07-03):
> > 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.
> 
> That looks good to me, feel free to upload; thanks.

Uploaded and flagged for acceptance.

Regards,

Adam



Bug#866967: jessie-pu: package galternatives/0.13.5+nmu3+deb8u1

2017-07-04 Thread Cyril Brulebois
Control: tag -1 confirmed

Hi,

Boyuan Yang <073p...@gmail.com> (2017-07-03):
> 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.

That looks good to me, feel free to upload; thanks.

> 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?

Yeah, more than acceptable, that's actually desirable. Today's lintian
will hint you into making your package compliant with the current
standards, but what matters for an (old)stable upload is the state of
affairs back then.

Of course, if some errors only spotted by a current lintian actually
apply to the package you're uploading to (old)stable, then it makes
sense to consider a (targeted) fix.


KiBi.


signature.asc
Description: Digital signature


Bug#866967: jessie-pu: package galternatives/0.13.5+nmu3+deb8u1

2017-07-02 Thread Boyuan Yang
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@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 Yangdiff -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.0 +0800
+++ galternatives-0.13.5+nmu3+deb8u1/debian/changelog	2017-07-02 22:39:49.0 +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 <073p...@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.0 +0800
+++ galternatives-0.13.5+nmu3+deb8u1/debian/control	2017-07-02 22:39:49.0 +0800
@@ -1,7 +1,9 @@
 Source: galternatives
 Section: admin
 Priority: optional
-Maintainer: Ryan Niebur 
+Maintainer: Debian Chinese Team 
+Uploaders:
+ Boyuan Yang <073p...@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.0 +0800
+++ galternatives-0.13.5+nmu3+deb8u1/galternatives/main.py	2017-07-02 22:39:49.0 +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 ()


signature.asc
Description: This is a digitally signed message part.