tags 628852 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for revelation (versioned as 0.4.11-9.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru revelation-0.4.11/debian/changelog revelation-0.4.11/debian/changelog
--- revelation-0.4.11/debian/changelog	2011-05-02 20:02:31.000000000 +0200
+++ revelation-0.4.11/debian/changelog	2011-09-18 01:03:30.000000000 +0200
@@ -1,3 +1,10 @@
+revelation (0.4.11-9.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Do not hardcode Python default versions (Closes: #628852).
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sun, 18 Sep 2011 01:02:23 +0200
+
 revelation (0.4.11-9) unstable; urgency=low
 
   * Call gcc with -rdynamic instead of --export-dynamic (Closes: #625040)
diff -Nru revelation-0.4.11/debian/control revelation-0.4.11/debian/control
--- revelation-0.4.11/debian/control	2011-05-02 20:02:19.000000000 +0200
+++ revelation-0.4.11/debian/control	2011-09-18 01:02:02.000000000 +0200
@@ -7,7 +7,7 @@
 Standards-Version: 3.9.2
 Vcs-Git: git://bc-bd.org/git/revelation.git
 Vcs-Browser: https://bc-bd.org/cgi-bin/gitweb.cgi?p=revelation.git
-X-Python-Version: 2.6
+X-Python-Version: >= 2.5
 
 Package: revelation
 Architecture: any
diff -Nru revelation-0.4.11/debian/rules revelation-0.4.11/debian/rules
--- revelation-0.4.11/debian/rules	2011-05-02 19:54:18.000000000 +0200
+++ revelation-0.4.11/debian/rules	2011-09-18 01:02:18.000000000 +0200
@@ -17,7 +17,7 @@
 
 PREFIX=/usr
 
-PYVERS=2.6
+PYVERS=$(shell pyversions -vr debian/control)
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0

Reply via email to