1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Author: Michael R. Crusoe <crusoe@debian.org>
Description: forcibly avoid the deprecated module name
Forwarded: not-needed
--- jellyfish.orig/swig/Makefile.am
+++ jellyfish/swig/Makefile.am
@@ -20,11 +20,6 @@
PYTHON_BUILT = swig/python/swig_wrap.cpp swig/python/dna_jellyfish.py
BUILT_SOURCES += $(PYTHON_BUILT)
-if PYTHON_DEPRECATED
-pythonglobaldir = $(PYTHON_SITE_PKG)
-pythonglobal_SCRIPTS = swig/python/jellyfish.py
-EXTRA_DIST += $(pythonglobal_SCRIPTS)
-endif
pythonextdir = $(PYTHON_SITE_PKG)/dna_jellyfish
pythonext_SCRIPTS = swig/python/__init__.pyc
pythonext_LTLIBRARIES = swig/python/_dna_jellyfish.la
|