Re: [SRM] Stable update for gwrite

2011-05-31 Thread Raphael Hertzog
Hi,

On Tue, 31 May 2011, Aron Xu wrote:
 Hi,
 
 I'd like to propose the following change for gwrite (as attached debdiff).

The patch doesn't look right:

man dh_pythonsupport
[...]
   Appropriate dependencies on python-support, python and pythonX.Y are put 
in
   ${python:Depends}.  The ${python:Versions} and ${python:Provides} 
optional
   substitution variables are made available as well.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110531060322.ga5...@rivendell.home.ouaza.com



Re: [SRM] Stable update for gwrite

2011-05-31 Thread Ansgar Burchardt
Aron Xu happyaron...@gmail.com writes:
 I'd like to propose the following change for gwrite (as attached debdiff).
[...]
 +gwrite (0.3.0-2) stable; urgency=low

This version was already uploaded to unstable in the past.

Ansgar


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k4d7o17c@marvin.43-1.org



Re: [SRM] Stable update for gwrite

2011-05-31 Thread Philipp Kern
On Tue, May 31, 2011 at 07:49:07AM +0800, Aron Xu wrote:
 I'd like to propose the following change for gwrite (as attached
 debdiff).

Sorry, but no.  All this is out of scope for stable.  (Also: unless
there's a RC bug because of them lintian errors do not qualify.)

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Re: [SRM] Stable update for gwrite

2011-05-31 Thread Aron Xu
On 2011年05月31日 14:03, Raphael Hertzog wrote:
 Hi,
 
 On Tue, 31 May 2011, Aron Xu wrote:
 Hi,

 I'd like to propose the following change for gwrite (as attached debdiff).
 
 The patch doesn't look right:
 
 man dh_pythonsupport
 [...]
Appropriate dependencies on python-support, python and pythonX.Y are 
 put in
${python:Depends}.  The ${python:Versions} and ${python:Provides} 
 optional
substitution variables are made available as well.
 
 Cheers,

Sorry but my pbuilder produced a false result for using
${python:Versions}, which didn't add the correct python-support entry in
Depends. Maybe I did something wrong that time and I'll prepare it again
now.

PS: I've already used ${python:Depends} substitution variable to fix
this problem in the version in Sid.

-- 
Regards,
Aron Xu



signature.asc
Description: OpenPGP digital signature


Re: [SRM] Stable update for gwrite

2011-05-31 Thread Aron Xu
On 2011年05月31日 18:16, Philipp Kern wrote:
 On Tue, May 31, 2011 at 07:49:07AM +0800, Aron Xu wrote:
 I'd like to propose the following change for gwrite (as attached
 debdiff).
 
 Sorry, but no.  All this is out of scope for stable.  (Also: unless
 there's a RC bug because of them lintian errors do not qualify.)
 
 Kind regards
 Philipp Kern

So this means missing Depends (python-support) does not worth an update?

-- 
Regards,
Aron Xu



signature.asc
Description: OpenPGP digital signature


Re: [SRM] Stable update for gwrite

2011-05-31 Thread Philipp Kern
On Tue, May 31, 2011 at 08:56:15PM +0800, Aron Xu wrote:
 On 2011年05月31日 18:16, Philipp Kern wrote:
  On Tue, May 31, 2011 at 07:49:07AM +0800, Aron Xu wrote:
  I'd like to propose the following change for gwrite (as attached
  debdiff).
  Sorry, but no.  All this is out of scope for stable.  (Also: unless
  there's a RC bug because of them lintian errors do not qualify.)
 So this means missing Depends (python-support) does not worth an update?

It still installs.  It also runs, I presume?  If so, as #592087 is only
important, too: no.  (The update-python-modules invocation in postinst
is guarded by a which.)

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Stable Release Manager
`. `'   xmpp:p...@0x539.de Wanna-Build Admin
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


[SRM] Stable update for gwrite

2011-05-30 Thread Aron Xu
Hi,

I'd like to propose the following change for gwrite (as attached debdiff).

-- 
Regards,
Aron Xu
diff -u gwrite-0.3.0/debian/changelog gwrite-0.3.0/debian/changelog
--- gwrite-0.3.0/debian/changelog
+++ gwrite-0.3.0/debian/changelog
@@ -1,3 +1,14 @@
+gwrite (0.3.0-2) stable; urgency=low
+
+  * debian/control:
+- Change to @debian.org address.
+- Add python-support (= 0.90) to Depends to avoid missing
+  python-support (E: missing-dependency-on-python-support).
+  * debian/dirs:
+- Removed, uselessly installed empty directory /usr/sbin.
+
+ -- Aron Xu a...@debian.org  Tue, 31 May 2011 07:22:41 +0800
+
 gwrite (0.3.0-1) unstable; urgency=low
 
   * New upstream release:
diff -u gwrite-0.3.0/debian/control gwrite-0.3.0/debian/control
--- gwrite-0.3.0/debian/control
+++ gwrite-0.3.0/debian/control
@@ -1,14 +1,14 @@
 Source: gwrite
 Section: editors
 Priority: optional
-Maintainer: Aron Xu happyaron...@gmail.com
+Maintainer: Aron Xu a...@debian.org
 Build-Depends: cdbs, debhelper (= 7), python, python-support, python-setuptools, python-distutils-extra
 Standards-Version: 3.8.4
 Homepage: http://code.google.com/p/gwrite
 
 Package: gwrite
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-gtk2, python-jswebkit, python-webkit, mimetex, wv
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-gtk2, python-jswebkit, python-webkit, mimetex, wv, python-support (= 0.90)
 Description: simple GTK+ HTML5 rich text editor
  gWrite is a simple GTK+ HTML5 WYSIWYG editor, focusing on writing
  and simple text formating. It can automatically generate a table of
reverted:
--- gwrite-0.3.0/debian/dirs
+++ gwrite-0.3.0.orig/debian/dirs
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin


signature.asc
Description: Digital signature