summaryrefslogtreecommitdiff
path: root/debian/patches/do_not_ship_extraversion.patch
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-22 16:39:52 -0400
committerMicah Anderson <micah@riseup.net>2013-08-22 16:57:38 -0400
commit6d35b188b668c5007409e63a15e8340ed34dcfb8 (patch)
treec9dd25f3675b3b6f9b29b0786057f8a4d377bc2b /debian/patches/do_not_ship_extraversion.patch
parent86a1089dc6694f58d0f3356bdf9c8fe4061421f5 (diff)
parent5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb (diff)
Merge tag 'upstream/0.6.0.12'
Upstream version 0.6.0.12
Diffstat (limited to 'debian/patches/do_not_ship_extraversion.patch')
-rw-r--r--debian/patches/do_not_ship_extraversion.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/do_not_ship_extraversion.patch b/debian/patches/do_not_ship_extraversion.patch
deleted file mode 100644
index ebbb75e..0000000
--- a/debian/patches/do_not_ship_extraversion.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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'