[med-svn] [python-csb] 03/05: Add csb binary package with user executable tools
Andreas Tille
tille at debian.org
Mon Nov 13 11:39:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-csb.
commit 9f047b19e4f2c3523f24e42ec00d6ee846dea2ec
Author: Andreas Tille <tille at debian.org>
Date: Mon Nov 13 11:55:40 2017 +0100
Add csb binary package with user executable tools
---
debian/changelog | 1 +
debian/control | 15 +++++++++++++++
debian/rules | 7 +++++--
3 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 19f9878..de3b231 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ python-csb (1.2.5+dfsg-1) UNRELEASED; urgency=medium
* Standards-Version: 4.1.1
* Fix reading UTF-8 encoded files
* Build-Depends: python-setuptools
+ * Add csb binary package with user executable tools
-- Andreas Tille <tille at debian.org> Mon, 13 Nov 2017 08:21:31 +0100
diff --git a/debian/control b/debian/control
index 31c72e4..ad144e8 100644
--- a/debian/control
+++ b/debian/control
@@ -55,6 +55,21 @@ Description: Python framework for structural bioinformatics (Python3 version)
.
This is the Python3 version of the package.
+Package: csb
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends},
+ python3-csb
+Description: Computational Structural Biology Toolbox (CSB)
+ Computational Structural Biology Toolbox (CSB) is a Python class
+ library for reading, storing and analyzing biomolecular structures
+ in a variety of formats with rich support for statistical analyses.
+ .
+ CSB is designed for reusability and extensibility and comes with a clean,
+ well-documented API following good object-oriented engineering practice.
+ .
+ This package contains some user executable tools.
+
Package: python-csb-doc
Architecture: all
Section: doc
diff --git a/debian/rules b/debian/rules
index 1039166..823ee28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,5 +29,8 @@ override_dh_auto_test:
cd {build_dir}; \
PYTHONPATH={build_dir} PYTHONWARNINGS=d {interpreter} csb/test/app.py --generated-resources /tmp --verbosity 2'
-get-orig-source:
- uscan --verbose --force-download --repack --compression xz
+override_dh_install:
+ dh_install
+ mkdir -p debian/$(PYBUILD_NAME)/usr
+ mv debian/python3-$(PYBUILD_NAME)/usr/bin debian/$(PYBUILD_NAME)/usr
+ rm -rf debian/python-$(PYBUILD_NAME)/usr/bin
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-csb.git
More information about the debian-med-commit
mailing list