Hello, Could you please unblock pyme-0.8.0-2 as this version only fixes a FTBFS with dash? Regards, Arnaud Fontaine
diff -urN pyme-0.8.0.orig/debian/changelog pyme-0.8.0/debian/changelog
--- pyme-0.8.0.orig/debian/changelog 2008-08-16 17:22:32.000000000 +0200
+++ pyme-0.8.0/debian/changelog 2008-08-16 17:22:47.000000000 +0200
@@ -1,3 +1,10 @@
+pyme (0.8.0-2) unstable; urgency=low
+
+ * Apply patch which fixes FTBFS with dash. Thanks to Adrien
+ Cunin. Closes: #493110.
+
+ -- Arnaud Fontaine <arnau@debian.org> Fri, 15 Aug 2008 18:51:26 +0200
+
pyme (0.8.0-1) unstable; urgency=low
* New upstream release.
diff -urN pyme-0.8.0.orig/setup.py pyme-0.8.0/setup.py
--- pyme-0.8.0.orig/setup.py 2006-04-13 00:20:38.000000000 +0200
+++ pyme-0.8.0/setup.py 2008-08-16 17:22:47.000000000 +0200
@@ -31,7 +31,7 @@
import version
def getconfig(what):
- cmd = os.popen("sh gpgme-config --%s" % what, "r")
+ cmd = os.popen("sh -c 'gpgme-config --%s'" % what, "r")
confdata = cmd.read()
confdata = confdata.replace("\n", " ")
assert cmd.close() == None, "error getting GPG config"
Attachment:
pgpQjw0BEJFuq.pgp
Description: PGP signature