tags 586930 + patch
tags 586930 + pending
thanks

Dear maintainer,

I've prepared an NMU for jppy (versioned as 0.0.56-1.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Regards.
-- 
"If you think your users are idiots, only idiots will use it."
  -- Linus Torvalds
Saludos /\/\ /\ >< `/
diff -u jppy-0.0.56/debian/changelog jppy-0.0.56/debian/changelog
--- jppy-0.0.56/debian/changelog
+++ jppy-0.0.56/debian/changelog
@@ -1,3 +1,12 @@
+jppy (0.0.56-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Bug fix, the plugin should be compiled against the current debian python
+    version. (Closes: #586930) Applying patch proposed by:
+    Jakub Wilk <jw...@debian.org>
+
+ -- Maximiliano Curia <m...@debian.org>  Tue, 03 Aug 2010 20:37:23 -0400
+
 jppy (0.0.56-1) unstable; urgency=low
 
   [ Nicholas C Piper ]
diff -u jppy-0.0.56/debian/rules jppy-0.0.56/debian/rules
--- jppy-0.0.56/debian/rules
+++ jppy-0.0.56/debian/rules
@@ -7,7 +7,8 @@
 export DH_OPTIONS
 
 DESTDIR := $(CURDIR)/debian/tmp
-PYVERS=$(shell pyversions -vr)
+PYVER=$(shell pyversions -vd)
+PYVERS=$(filter-out $(PYVER),$(shell pyversions -vr)) $(PYVER)
 
 configure: configure-stamp
 configure-stamp:

Reply via email to