Skip to content
Commits on Source (9)
kmer (0~20150903+r2013-7) UNRELEASED; urgency=medium
* Team upload.
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 24 Oct 2018 21:58:00 +0000
[ Andreas Tille ]
* Use 2to3 to port from Python2 to Python3
Closes: #936802
* debhelper-compat 12
* Standards-Version: 4.4.1
* debian/copyright: use spaces rather than tabs to start continuation
lines.
* Remove obsolete field Name from debian/upstream/metadata (already
present in machine-readable debian/copyright).
-- Andreas Tille <tille@debian.org> Thu, 19 Dec 2019 10:43:09 +0100
kmer (0~20150903+r2013-6) unstable; urgency=medium
......
......@@ -3,12 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Afif Elghraoui <afif@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
Build-Depends: debhelper-compat (= 12),
dh-exec,
# For ATAC
dh-python,
python-all-dev
Standards-Version: 4.2.1
python3-dev
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/kmer
Vcs-Git: https://salsa.debian.org/med-team/kmer.git
Homepage: http://kmer.sourceforge.net
......@@ -119,7 +119,7 @@ Package: atac
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
${python3:Depends},
${perl:Depends},
libfile-which-perl,
leaff,
......
This diff is collapsed.
......@@ -4,3 +4,4 @@ atac-readme.patch
spelling.patch
linux-cflags.patch
fix_wrong_evaluation_order.patch
2to3.patch
......@@ -18,7 +18,7 @@ unusable:= tapper/ trie/
# Note: Parallel build is not reliable
%:
dh $@ --with python2
dh $@ --with python3
override_dh_auto_build:
# The Makefile apparently doesn't use regular LDFLAGS.
......
Name: kmer
Reference:
- Author: B. Walenz and L. Florea
Title: >
......