Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Add kineticstools library to smrtanalysis-dev Depends
· 5ee2ffd3
Afif Elghraoui
authored
Jul 02, 2016
5ee2ffd3
Bump Standards-Version to 3.9.8
· 1f10fbf2
Afif Elghraoui
authored
Jul 02, 2016
1f10fbf2
Add dependency on pbbamtools
· dbde22d5
Afif Elghraoui
authored
Jul 05, 2016
dbde22d5
Replace falconkit with falcon
· 44da48b4
Afif Elghraoui
authored
Nov 26, 2016
44da48b4
releasing package smrtanalysis version 0~20161126
· b1942528
Afif Elghraoui
authored
Nov 26, 2016
b1942528
Merge branch 'master' into debian/jessie-backports
· 1049626f
Andreas Tille
authored
Jun 09, 2017
1049626f
Rebuild for jessie-backports
· 2e9c3cbf
Andreas Tille
authored
Jun 09, 2017
2e9c3cbf
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2e9c3cbf
smrtanalysis (0~20161126~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
-- Andreas Tille <tille@debian.org> Fri, 09 Jun 2017 20:08:30 +0200
smrtanalysis (0~20161126) unstable; urgency=medium
* Add kineticstools library to smrtanalysis-dev Depends
* Bump Standards-Version to 3.9.8
* Add dependency on pbbamtools
* Replace falconkit with falcon
-- Afif Elghraoui <afif@debian.org> Sat, 26 Nov 2016 20:35:40 -0800
smrtanalysis (0~20160416~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
...
...
debian/control
View file @
2e9c3cbf
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.
7
Standards-Version: 3.9.
8
Homepage: http://www.pacb.com/products-and-services/analytical-software/smrt-analysis/
Vcs-Git: https://anonscm.debian.org/git/debian-med/smrtanalysis.git
Vcs-Browser: https://anonscm.debian.org/git/debian-med/smrtanalysis.git
...
...
@@ -13,6 +13,7 @@ Package: smrtanalysis
Architecture: all
Depends:
${misc:Depends},
pbbamtools,
pbh5tools,
pbbarcode,
pbalign,
...
...
@@ -20,6 +21,7 @@ Depends:
pbdagcon,
pbgenomicconsensus,
kineticstools,
falcon,
Description: software suite for single molecule, real-time sequencing
SMRT® Analysis is a powerful, open-source bioinformatics software suite
available for analysis of DNA sequencing data from Pacific Biosciences’
...
...
@@ -41,6 +43,7 @@ Depends:
python-pbgenomicconsensus,
python-pbh5tools,
python-pbalign,
python-kineticstools,
libpbseq-dev,
Description: develepment libraries for smrtanalysis
SMRT® Analysis is a powerful, open-source bioinformatics software suite
...
...