[med-svn] [khmer] 01/02: work around module renaming
Michael Crusoe
misterc-guest at moszumanska.debian.org
Wed Feb 11 14:31:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository khmer.
commit 510bd874295813c9d436bde5ddc315cca737bcea
Author: Michael R. Crusoe <mcrusoe at msu.edu>
Date: Wed Feb 11 08:48:29 2015 -0500
work around module renaming
---
debian/khmer.links | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/khmer.links b/debian/khmer.links
new file mode 100644
index 0000000..7b774a8
--- /dev/null
+++ b/debian/khmer.links
@@ -0,0 +1 @@
+usr/lib/python2.7/dist-packages/khmer/_khmermodule.x86_64-linux-gnu.so usr/lib/python2.7/dist-packages/khmer/_khmermodule.so
diff --git a/debian/rules b/debian/rules
index ea9e664..b64e2b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ override_dh_auto_build:
dh_auto_build
ln -s "`pwd`"/.pybuild/pythonX.Y_*/build/khmer/*.so khmer && \
./setup.py build_sphinx
- ronn -r --manual=khmer --organization='Michigan State University' debian/khmer.1.ronn
+ ronn -r --manual=khmer --organization='Michigan State University' \
+ debian/khmer.1.ronn
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git
More information about the debian-med-commit
mailing list