[med-svn] [jellyfish] 07/10: Fix package name
Andreas Tille
tille at debian.org
Tue Aug 30 12:29:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository jellyfish.
commit de08e53ad190c4ab6ada8e4629f6e44211c467da
Author: Andreas Tille <tille at debian.org>
Date: Tue Aug 30 13:54:38 2016 +0200
Fix package name
---
debian/control | 2 +-
debian/rules | 11 ++++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 8f55e6a..8ab8176 100644
--- a/debian/control
+++ b/debian/control
@@ -90,7 +90,7 @@ Description: count k-mers in DNA sequences (development files of jellyfish)
This package contains the development files (static library and
header files)
-Package: python3-jellyfish
+Package: python3-dna-jellyfish
Architecture: any-amd64
Section: python
Depends: ${python3:Depends},
diff --git a/debian/rules b/debian/rules
index 3fbb357..7e41998 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,11 +23,12 @@ override_dh_auto_install:
override_dh_install:
# dh_install -X*.a -X*.la -Xpkgconfig
- dh_install -ppython3-jellyfish
- pybuild -d swig/python --name jellyfish --disable test/python3
- pybuild -d swig/python --name jellyfish --test --test-args "${CURDIR}/swig/python/ test_string_mers.py"
- pybuild -d swig/python --name jellyfish --test --test-args "${CURDIR}/swig/python/ test_hash_counter.py"
- chrpath --delete debian/python3-jellyfish/usr/lib/python*/dist-packages/_dna_jellyfish*.so
+ dh_install -ppython3-dna-jellyfish
+ pybuild -d swig/python --name dna-jellyfish
+# pybuild -d swig/python --name dna-jellyfish --disable test/python3
+# pybuild -d swig/python --name dna-jellyfish --test --test-args "${CURDIR}/swig/python/ test_string_mers.py"
+# pybuild -d swig/python --name dna-jellyfish --test --test-args "${CURDIR}/swig/python/ test_hash_counter.py"
+ chrpath --delete debian/*/usr/lib/python*/dist-packages/_dna_jellyfish*.so
dh_auto_configure --sourcedirectory=swig/perl5
dh_auto_build --sourcedirectory=swig/perl5
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish.git
More information about the debian-med-commit
mailing list