summaryrefslogtreecommitdiff
path: root/debian/patches/do_not_regenerate_darcs_stuff.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_regenerate_darcs_stuff.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_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
-