From 1549f9c3d680c924485fec2e40d914ca09eb38c9 Mon Sep 17 00:00:00 2001 From: bertagaz Date: Tue, 14 Jun 2011 16:50:10 +0200 Subject: Do not ship embeddedcryptopp/extraversion.h --- debian/patches/do_not_ship_extraversion.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/do_not_ship_extraversion.patch 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' diff --git a/debian/patches/series b/debian/patches/series index 721518e..7a062a5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ move_testvectors_outside_site-packages.patch do_not_regenerate_darcs_stuff.patch +do_not_ship_extraversion.patch -- cgit v1.2.3