summaryrefslogtreecommitdiff
path: root/debian/patches/do_not_regenerate_darcs_stuff.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/do_not_regenerate_darcs_stuff.patch')
-rw-r--r--debian/patches/do_not_regenerate_darcs_stuff.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/patches/do_not_regenerate_darcs_stuff.patch b/debian/patches/do_not_regenerate_darcs_stuff.patch
deleted file mode 100644
index 7472072..0000000
--- a/debian/patches/do_not_regenerate_darcs_stuff.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-# upstream tarball already has all .py files generated by darcs / setuptools_darcs
-# no need to regenerate them
-Index: pycryptopp-0.5.29/setup.py
-===================================================================
---- pycryptopp-0.5.29.orig/setup.py
-+++ pycryptopp-0.5.29/setup.py
-@@ -226,7 +226,7 @@ install_requires = ['setuptools >= 0.6a9
- # that are already in use), you may need to add it to setup.cfg and configure
- # it to run darcsver before your command, if you want the version number to be
- # correct when that command runs. http://pypi.python.org/pypi/darcsver
--setup_requires.append('darcsver >= 1.6.3')
-+#setup_requires.append('darcsver >= 1.6.3')
-
- # setuptools_pyflakes is needed only if you want "./setup.py flakes" to run
- # pyflakes on all the pycryptopp modules.
-Index: pycryptopp-0.5.29/setup.cfg
-===================================================================
---- pycryptopp-0.5.29.orig/setup.cfg
-+++ pycryptopp-0.5.29/setup.cfg
-@@ -10,8 +10,8 @@ tag_svn_revision = 0
- sdist_dsc = darcsver --count-all-patches sdist_dsc
- sdist = darcsver --count-all-patches sdist
- trial = darcsver --count-all-patches trial
--build = darcsver --count-all-patches build
--install = darcsver --count-all-patches install
--test = darcsver --count-all-patches test
-+#build = darcsver --count-all-patches build
-+#install = darcsver --count-all-patches install
-+#test = darcsver --count-all-patches test
- bdist_egg = darcsver --count-all-patches bdist_egg
-