tags 628830 + pending
thanks

Dear maintainer,

I've prepared an NMU for mirage (versioned as 0.9.5.1-1.1) and
will upload it in a minute.  Please find the patch attached (it's just
Jakub's patch with a changelog entry).

Cheers,
Julien
diff -Nru mirage-0.9.5.1/debian/changelog mirage-0.9.5.1/debian/changelog
--- mirage-0.9.5.1/debian/changelog	2010-08-12 09:25:00.000000000 +0200
+++ mirage-0.9.5.1/debian/changelog	2011-06-29 17:53:30.000000000 +0200
@@ -1,3 +1,10 @@
+mirage (0.9.5.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Patch by Jakub Wilk to fix FTBFS with python 2.7 (closes: #628830).
+
+ -- Julien Cristau <jcris...@debian.org>  Wed, 29 Jun 2011 17:53:19 +0200
+
 mirage (0.9.5.1-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru mirage-0.9.5.1/debian/control mirage-0.9.5.1/debian/control
--- mirage-0.9.5.1/debian/control	2010-08-08 14:43:29.000000000 +0200
+++ mirage-0.9.5.1/debian/control	2011-06-29 17:52:57.000000000 +0200
@@ -5,7 +5,6 @@
 Build-Depends: cdbs (>= 0.4.51), debhelper (>= 7), python-support (>= 0.7.6), python-dev (>= 2.6), python-gtk2-dev, quilt
 Standards-Version: 3.9.1
 Homepage: http://mirageiv.berlios.de/
-XS-Python-Version: 2.6
 
 Package: mirage
 Architecture: any
diff -Nru mirage-0.9.5.1/debian/rules mirage-0.9.5.1/debian/rules
--- mirage-0.9.5.1/debian/rules	2010-08-08 13:51:37.000000000 +0200
+++ mirage-0.9.5.1/debian/rules	2011-06-29 17:52:57.000000000 +0200
@@ -4,10 +4,9 @@
 DEB_PYTHON_SYSTEM=pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/class/python-module.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-PYTHONVER = 2.5
 DEB_CONFIGURE_EXTRA_FLAGS := --no-compile --prefix $(DEB_DESTDIR)/usr --install-layout=deb
 
 binary-install/mirage::
@@ -20,7 +19,7 @@
 	rm -f $(DEB_DESTDIR)/usr/share/mirage/CHANGELOG
 
 configure/mirage::
-	PKG_CONFIG_PATH=${PKGCONFIGPATH}:/usr/lib/pkgconfig/$(PYTHONVER) /usr/bin/python setup.py build
+	python setup.py build
 
 clean::
 	/usr/bin/python setup.py clean

Reply via email to