Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
Drop unsupported archs (mips*, ppc*).
· c0e96173
Michael R. Crusoe
authored
Feb 11, 2018
c0e96173
deal with embedded-javascript-library
· 7b276d1b
Michael R. Crusoe
authored
Feb 11, 2018
7b276d1b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7b276d1b
khmer (2.1.2+dfsg-4) UNRELEASED; urgency=medium
* deal with embedded-javascript-library.
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 11 Feb 2018 03:06:00 -0800
khmer (2.1.2+dfsg-3) unstable; urgency=medium
* Drop unsupported archs (mips*, ppc*).
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sun, 11 Feb 2018 02:20:06 -0800
khmer (2.1.2+dfsg-2) unstable; urgency=medium
* Team upload
...
...
debian/control
View file @
7b276d1b
...
...
@@ -20,8 +20,10 @@ Build-Depends: debhelper (>= 10),
cython3 (>= 0.26.1),
zlib1g-dev,
libbz2-dev,
asciidoctor
Standards-Version: 4.1.2
asciidoctor,
libjs-jquery,
libjs-twitter-bootstrap
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/khmer.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/khmer.git
Homepage: http://khmer.readthedocs.org
...
...
@@ -42,7 +44,7 @@ Description: common files for the khmer project tools
This package contains common files for liboxli and khmer
Package: khmer
Architecture: amd64 any-arm64 any-
mips64 any-mips64el any-ia64 any-ppc64el
any-sparc64
Architecture: amd64 any-arm64 any-
ia64
any-sparc64
Multi-Arch: same
Depends: khmer-common,
python3 (>= 3.3),
...
...
@@ -57,7 +59,7 @@ Description: in-memory DNA sequence kmer counting, filtering & graph traversal
sequence analysis, hence the name.
Package: liboxli1
Architecture: amd64 any-arm64 any-
mips64 any-mips64el any-ia64 any-ppc64el
any-sparc64
Architecture: amd64 any-arm64 any-
ia64
any-sparc64
Multi-Arch: same
Section: libs
Depends: khmer-common,
...
...
@@ -73,7 +75,7 @@ Description: in-memory DNA sequence analysis library from the khmer project
This package contains the low-level C++ library.
Package: liboxli-dev
Architecture: amd64 any-arm64 any-
mips64 any-mips64el any-ia64 any-ppc64el
any-sparc64
Architecture: amd64 any-arm64 any-
ia64
any-sparc64
Multi-Arch: same
Section: libdevel
Depends: liboxli1 (= ${binary:Version}),
...
...