tags 566869 + pending
thanks

Dear maintainer,

I've prepared an NMU for python-plwm (versioned as 2.6a+20080530-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer.

--
Jakub Wilk
diff -u python-plwm-2.6a+20080530/debian/changelog python-plwm-2.6a+20080530/debian/changelog
--- python-plwm-2.6a+20080530/debian/changelog
+++ python-plwm-2.6a+20080530/debian/changelog
@@ -1,3 +1,12 @@
+python-plwm (2.6a+20080530-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * ‘as’ is a keyword in Python 2.6. Stop using it as an identifier
+    (closes: #566869).
+  * Replace build-dependency on python-all-dev with python-all.
+
+ -- Jakub Wilk <jw...@debian.org>  Fri, 12 Feb 2010 20:11:38 +0100
+
 python-plwm (2.6a+20080530-1) unstable; urgency=low
 
   * New upstream release
diff -u python-plwm-2.6a+20080530/debian/control python-plwm-2.6a+20080530/debian/control
--- python-plwm-2.6a+20080530/debian/control
+++ python-plwm-2.6a+20080530/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Mike O'Connor <s...@debian.org>
-Build-Depends: quilt, debhelper (>= 5.0.37.2), python-all-dev (>= 0.4.42), python-support (>= 0.3)
+Build-Depends: quilt, debhelper (>= 5.0.37.2), python-all, python-support (>= 0.3)
 Standards-Version: 3.7.3
  
 Package: python-plwm
only in patch2:
unchanged:
--- python-plwm-2.6a+20080530.orig/debian/patches/python2.6-as.diff
+++ python-plwm-2.6a+20080530/debian/patches/python2.6-as.diff
@@ -0,0 +1,49 @@
+Description: ‘as’ is a keyword in Python 2.6. Stop using it as an identifier
+Author: Jakub Wilk <jw...@debian.org>
+Bug-Debian: http://bugs.debian.org/566869
+
+Index: python-plwm-2.6a+20080530/plwm/outline.py
+===================================================================
+--- python-plwm-2.6a+20080530.orig/plwm/outline.py	2010-02-12 19:46:43.000000000 +0100
++++ python-plwm-2.6a+20080530/plwm/outline.py	2010-02-12 19:47:07.000000000 +0100
+@@ -62,7 +62,7 @@
+ 
+         if name:
+             self.outline_gc.set_clip_rectangles(0, 0, [coords], X.YXSorted)
+-            sx, sy, sw, sh, as = namepos
++            sx, sy, sw, sh, as_ = namepos
+             self.screen.root.draw_text(self.outline_gc, sx, sy, name)
+             self.outline_name = (sx, sy, name)
+         else:
+@@ -137,8 +137,8 @@
+                         height = s[3] - s[1] + 1)
+ 
+         if name:
+-            sx, sy, sw, sh, as = namepos
+-            self.outline_name_window.configure(x = sx, y = sy - as,
++            sx, sy, sw, sh, as_ = namepos
++            self.outline_name_window.configure(x = sx, y = sy - as_,
+                                                width = sw, height = sh)
+ 
+         if not self.outline_mapped:
+@@ -154,7 +154,7 @@
+         # disappear otherwise...
+         if name:
+             self.outline_name_window.image_text(self.outline_name_gc,
+-                                                0, as, name)
++                                                0, as_, name)
+ 
+     def outline_hide(self):
+         if self.outline_mapped:
+@@ -245,8 +245,8 @@
+ 
+         sw = min(r.overall_width, w)
+         sh = min(r.overall_ascent + r.overall_descent, h)
+-        as = r.overall_ascent
++        as_ = r.overall_ascent
+     else:
+-        sx = sy = sw = sh = as = 0
++        sx = sy = sw = sh = as_ = 0
+ 
+-    return (x, y, w, h), s, (sx, sy, sw, sh, as)
++    return (x, y, w, h), s, (sx, sy, sw, sh, as_)
only in patch2:
unchanged:
--- python-plwm-2.6a+20080530.orig/debian/patches/series
+++ python-plwm-2.6a+20080530/debian/patches/series
@@ -0,0 +1 @@
+python2.6-as.diff

Attachment: signature.asc
Description: Digital signature

Reply via email to