tags 566038 + patch
thanks

Dear maintainer,

I've prepared an NMU for mirage (versioned as 0.9.3-4.1) but did not upload
it yet (the bug is "only" important).
Feel free to use my patch or give me a sign and I'll upload it the next days.

Regards
Evgeni Golov
diff -u mirage-0.9.3/debian/rules mirage-0.9.3/debian/rules
--- mirage-0.9.3/debian/rules
+++ mirage-0.9.3/debian/rules
@@ -10,8 +10,8 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --no-compile --prefix $(DEB_DESTDIR)/usr --install-layout=deb
 
 binary-install/mirage::
-	dh_pysupport -pmirage
 	/usr/bin/python setup.py install $(DEB_CONFIGURE_EXTRA_FLAGS)
+	dh_pysupport -pmirage
 	dh_installman debian/mirage.1
 	rm -f $(DEB_DESTDIR)/usr/share/mirage/COPYING
 	rm -f $(DEB_DESTDIR)/usr/share/mirage/README
diff -u mirage-0.9.3/debian/changelog mirage-0.9.3/debian/changelog
--- mirage-0.9.3/debian/changelog
+++ mirage-0.9.3/debian/changelog
@@ -1,3 +1,12 @@
+mirage (0.9.3-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix dh_pysupport call, so only python-support controlled files are
+    installed.
+    Closes: #566038
+
+ -- Evgeni Golov <evg...@debian.org>  Sat, 23 Jan 2010 11:18:06 +0100
+
 mirage (0.9.3-4) unstable; urgency=low
 
   * Remove forgotten DM flag

Reply via email to