Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Fix typo in long description
· 79e2eadf
Andreas Tille
authored
Nov 18, 2019
79e2eadf
debhelper-compat 12
· d1f1b4b5
Andreas Tille
authored
Nov 18, 2019
d1f1b4b5
Standards-Version: 4.4.1
· 42f7f367
Andreas Tille
authored
Nov 18, 2019
42f7f367
Upload to unstable
· 30fdb1b9
Andreas Tille
authored
Nov 18, 2019
30fdb1b9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
30fdb1b9
segemehl (0.3.4-2) unstable; urgency=medium
* Fix typo in long description
Closes: #945040
* debhelper-compat 12
* Standards-Version: 4.4.1
-- Andreas Tille <tille@debian.org> Mon, 18 Nov 2019 22:59:53 +0100
segemehl (0.3.4-1) unstable; urgency=medium
* New upstream version
...
...
debian/compat
deleted
100644 → 0
View file @
cdf0e4e5
12
debian/control
View file @
30fdb1b9
...
...
@@ -3,12 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (
>
= 12
~
),
Build-Depends: debhelper
-compat
(= 12),
pkg-config,
libhts-dev,
libncurses-dev,
zlib1g-dev
Standards-Version: 4.
3.0
Standards-Version: 4.
4.1
Vcs-Browser: https://salsa.debian.org/med-team/segemehl
Vcs-Git: https://salsa.debian.org/med-team/segemehl.git
Homepage: http://www.bioinf.uni-leipzig.de/Software/segemehl/
...
...
@@ -20,7 +20,7 @@ Depends: ${shlibs:Depends},
Description: short read mapping with gaps
Segemehl is a software to map short sequencer reads to reference
genomes. Segemehl implements a matching strategy based on enhanced
suffix arrays (ESA). Segemehl accepts fasta and fastq queries (gzip
’
ed
suffix arrays (ESA). Segemehl accepts fasta and fastq queries (gzip
'
ed
and bgzip'ed). In addition to the alignment of reads from standard DNA-
and RNA-seq protocols, it also allows the mapping of bisulfite converted
reads (Lister and Cokus) and implements a split read mapping strategy.
...
...