[med-svn] [unanimity] 10/10: s/pbccs/ccs/

Afif Elghraoui afif at moszumanska.debian.org
Fri Dec 23 10:34:15 UTC 2016


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

afif pushed a commit to branch master
in repository unanimity.

commit c3193e80bde9bb9985ed9144893c39e549049d61
Author: Afif Elghraoui <afif at debian.org>
Date:   Fri Dec 23 02:28:34 2016 -0800

    s/pbccs/ccs/
    
    There is no name conflict and upstream calls it ccs, not pbccs.
---
 debian/{pbccs.install => ccs.install} | 0
 debian/control                        | 2 +-
 debian/rules                          | 6 +++---
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/pbccs.install b/debian/ccs.install
similarity index 100%
rename from debian/pbccs.install
rename to debian/ccs.install
diff --git a/debian/control b/debian/control
index ae11127..7cec663 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Vcs-Browser: https://anonscm.debian.org/git/debian-med/packages/unanimity
 Vcs-Git: https://anonscm.debian.org/git/debian-med/packages/unanimity
 Homepage: https://github.com/PacificBiosciences/unanimity
 
-Package: pbccs
+Package: ccs
 Architecture: any
 Depends:
 	${shlibs:Depends},
diff --git a/debian/rules b/debian/rules
index 647a61a..5486e1f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,13 +18,13 @@ export PYBUILD_NAME=consensuscore2
 
 %:
 	dh $@ \
-	--package=pbccs \
+	--package=ccs \
 	--no-package=python-consensuscore2 \
 	--buildsystem=cmake \
 	--builddirectory=build
 	dh $@ \
 	--package=python-consensuscore2 \
-	--no-package=pbccs \
+	--no-package=ccs \
 	--with python2 \
 	--buildsystem=pybuild \
 	--builddirectory=build
@@ -36,7 +36,7 @@ export PYBUILD_NAME=consensuscore2
 override_dh_auto_configure: config-main;
 
 config-main:
-	dh_auto_configure --package=pbccs -- \
+	dh_auto_configure -- \
 	-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
 	-DUNY_build_tests=OFF \
 	-DPYTHON_SWIG=ON \

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



More information about the debian-med-commit mailing list