summaryrefslogtreecommitdiff
path: root/debian/patches/do_not_ship_extraversion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/do_not_ship_extraversion.patch')
-rw-r--r--debian/patches/do_not_ship_extraversion.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/do_not_ship_extraversion.patch b/debian/patches/do_not_ship_extraversion.patch
new file mode 100644
index 0000000..ebbb75e
--- /dev/null
+++ b/debian/patches/do_not_ship_extraversion.patch
@@ -0,0 +1,13 @@
+Index: pycryptopp/setup.py
+===================================================================
+--- pycryptopp.orig/setup.py 2011-06-14 16:41:38.480289242 +0200
++++ pycryptopp/setup.py 2011-06-14 16:42:05.568309622 +0200
+@@ -260,7 +260,7 @@
+ # Note that due to a bug in distutils we also have to maintain a
+ # MANIFEST.in file specifying embeddedcryptopp/extraversion.h. This bug was
+ # fixed in Python 2.7
+-data_files.append((EMBEDDED_CRYPTOPP_DIR, [EMBEDDED_CRYPTOPP_DIR+'/extraversion.h']))
++#data_files.append((EMBEDDED_CRYPTOPP_DIR, [EMBEDDED_CRYPTOPP_DIR+'/extraversion.h']))
+
+ if ECDSA:
+ long_description='RSA-PSS-SHA256 signatures, ECDSA(1363)/EMSA1(SHA-256) signatures, SHA-256 hashes, and AES-CTR encryption'