[med-svn] [pbsuite] 01/11: Rename pbsuite-common package to python-pbsuite-utils

Afif Elghraoui afif-guest at moszumanska.debian.org
Tue Feb 9 08:33:38 UTC 2016


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

afif-guest pushed a commit to branch master
in repository pbsuite.

commit 5fb18fa0e8f5deb89354e5f7b623f9457ee1297d
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Feb 8 18:56:37 2016 -0800

    Rename pbsuite-common package to python-pbsuite-utils
    
    It is an internal python library, so should have a python-
    prefix. The name is also chosen to reflect how it's imported.
    It is installed in the pythonpath as pbsuite/utils/.
---
 debian/control                                                 | 10 +++++-----
 .../{pbsuite-common.install => python-pbsuite-utils.install}   |  0
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index bf56596..c6dfc83 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Description: software for Pacific Biosciences sequencing data
   * PBJelly - genome upgrading tool
   * PBHoney - structural variation discovery
 
-# TODO - this should be named python-pbsuite-utils
-Package: pbsuite-common
+Package: python-pbsuite-utils
+Section: python
 Architecture: all
 Depends:
 	${misc:Depends},
@@ -48,7 +48,7 @@ Architecture: all
 Depends:
 	${misc:Depends},
 	${python:Depends},
-	pbsuite-common (= ${source:Version}),
+	python-pbsuite-utils (= ${source:Version}),
 	python-networkx,
 	blasr,
 Description: genome assembly upgrading tool
@@ -62,7 +62,7 @@ Architecture: all
 Depends:
 	${misc:Depends},
 	${python:Depends},
-	pbsuite-common (= ${source:Version}),
+	python-pbsuite-utils (= ${source:Version}),
 	pbbanana (= ${source:Version}),
 	python-intervaltree-bio,
 	python-pysam (>= 0.8.0),
@@ -84,7 +84,7 @@ Package: pbbanana
 Depends:
 	${misc:Depends},
 	${python:Depends},
-	pbsuite-common (= ${source:Version}),
+	python-pbsuite-utils (= ${source:Version}),
 	python-networkx,
 	pbjelly (= ${source:Version}),
 	blasr,
diff --git a/debian/pbsuite-common.install b/debian/python-pbsuite-utils.install
similarity index 100%
rename from debian/pbsuite-common.install
rename to debian/python-pbsuite-utils.install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbsuite.git



More information about the debian-med-commit mailing list