[med-svn] [kineticstools] 04/05: Separate large data files into a separate arch:all binary package
Afif Elghraoui
afif at moszumanska.debian.org
Wed Mar 16 09:43:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository kineticstools.
commit 904f33f3904aed591863a52e929430e8a6e9a20b
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Tue Mar 15 23:45:38 2016 -0700
Separate large data files into a separate arch:all binary package
---
debian/control | 15 +++++++++++++++
debian/python-kineticstools.links | 1 +
debian/rules | 2 ++
3 files changed, 18 insertions(+)
diff --git a/debian/control b/debian/control
index eb25b05..e8a94c4 100644
--- a/debian/control
+++ b/debian/control
@@ -38,6 +38,20 @@ Description: detection of DNA modifications
.
This package is part of the SMRTAnalysis suite.
+Package: kineticstools-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: detection of DNA modifications -- data files
+ Tools for detecting DNA modifications from single molecule, real-time (SMRT®)
+ sequencing data. This tool implements the P_ModificationDetection module in
+ SMRT® Portal, used by the RS_Modification_Detection and
+ RS_Modifications_and_Motif_Detection protocol. Researchers interested in
+ understanding or extending the modification detection algorithms can use these
+ tools as a starting point.
+ .
+ Kineticstools is part of the SMRTAnalysis suite.
+ This package contains the package data files.
+
Package: python-kineticstools
Section: python
Architecture: any
@@ -45,6 +59,7 @@ Depends:
${misc:Depends},
${shlibs:Depends},
${python:Depends},
+ kineticstools-data (= ${source:Version}),
Description: detection of DNA modifications (Python 2 library)
Tools for detecting DNA modifications from single molecule, real-time (SMRT®)
sequencing data. This tool implements the P_ModificationDetection module in
diff --git a/debian/python-kineticstools.links b/debian/python-kineticstools.links
new file mode 100644
index 0000000..9bcb603
--- /dev/null
+++ b/debian/python-kineticstools.links
@@ -0,0 +1 @@
+/usr/share/kineticstools/resources /usr/lib/python2.7/dist-packages/kineticsTools/resources
diff --git a/debian/rules b/debian/rules
index b5c3f38..5b55272 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,3 +24,5 @@ override_dh_auto_install:
mv debian/python-kineticstools/usr/bin/* $(BINDIR)
mkdir -p $(MANDIR)/man1
rst2man doc/manual.rst > $(MANDIR)/man1/ipdSummary.1
+ mkdir -p debian/kineticstools-data/usr/share/kineticstools
+ mv debian/python-kineticstools/usr/lib/python2.7/dist-packages/kineticsTools/resources debian/kineticstools-data/usr/share/kineticstools/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kineticstools.git
More information about the debian-med-commit
mailing list