[med-svn] [khmer] 01/01: Use python3 stuff in d/control

Kevin Murray daube-guest at moszumanska.debian.org
Wed Jul 15 01:37:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch big-rebase
in repository khmer.

commit a3b5002af86a35ca8a9978b2c3d00e55d465824e
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Wed Jul 15 11:34:18 2015 +1000

    Use python3 stuff in d/control
    
    Also use ln -sf to link things
---
 debian/control | 4 ++--
 debian/rules   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e6dbdfd..a234489 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Vcs-Git: git://anonscm.debian.org/debian-med/khmer.git
 Homepage: http://khmer.readthedocs.org
 X-Python-Version: 3.4
 
-Package: khmer
+Package: python3-khmer
 Architecture: any-amd64 any-arm64 any-mips64 any-mips64el any-ia64 ppc64
 Depends: liboxli1,
 	 python3 (>= 3.3),
@@ -32,7 +32,7 @@ Depends: liboxli1,
          python3-screed (<< 1.0),
          ${misc:Depends},
          ${shlibs:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          ${sphinxdoc:Depends}
 Description: in-memory DNA sequence kmer counting, filtering & graph traversal
  khmer is a library and suite of command line tools for working with DNA
diff --git a/debian/rules b/debian/rules
index e995536..7299d30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ export PACKAGE_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut
 
 override_dh_auto_build:
 	dh_auto_build
-	ln -s "`pwd`"/.pybuild/pythonX.Y_*/build/khmer/*.so khmer && \
+	ln -sf "`pwd`"/.pybuild/pythonX.Y_*/build/khmer/*.so khmer && \
 		./setup.py build_sphinx
 	ronn -r --manual=khmer --organization='Michigan State University' \
 		debian/khmer.1.ronn
@@ -36,7 +36,7 @@ override_dh_auto_clean:
 
 override_dh_install:
 	dh_install
-	find debian/khmer -name .gitignore -delete
+	find debian/python3-khmer -name .gitignore -delete
 
 get-orig-source:
 	uscan --verbose --force-download --repack --compression xz

-- 
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