Commit 958d2967 authored by Andreas Tille's avatar Andreas Tille
Browse files

Initial packaging

parent cf965b48
Loading
Loading
Loading
Loading

debian/changelog

0 → 100644
+5 −0
Original line number Diff line number Diff line
kmerresistance (2.0+git20180205.26467e9-1) UNRELEASED; urgency=medium

  * Initial release (Closes: #<bug>)

 -- Andreas Tille <tille@debian.org>  Thu, 07 Jun 2018 21:55:00 +0200

debian/clean

0 → 100644
+1 −0
Original line number Diff line number Diff line
kmerresistance

debian/compat

0 → 100644
+1 −0
Original line number Diff line number Diff line
11

debian/control

0 → 100644
+21 −0
Original line number Diff line number Diff line
Source: kmerresistance
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/kmerresistance
Vcs-Git: https://salsa.debian.org/med-team/kmerresistance.git
Homepage: https://bitbucket.org/genomicepidemiology/kmerresistance

Package: kmerresistance
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: correlates mapped genes with the predicted species of WGS samples,
 KmerResistance correlates mapped genes with the predicted species of WGS
 samples, where this this allows for identification of genes in samples
 which have been poorly sequenced or high accuracy predictions for
 samples with contamination. KmerResistance has one dependency, namely
 KMA to perform the mapping, which is also freely available.

debian/copyright

0 → 100644
+25 −0
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: KmerResistance
Upstream-Contact: plan@dtu.dk
Source: https://bitbucket.org/genomicepidemiology/kmerresistance.git

Files: *
Copyright: 2015-2017, Philip Clausen, Technical University of Denmark
License: Apache-2.0

Files: debian/*
Copyright: 2018 Andreas Tille <tille@debian.org>
License: Apache-2.0

License: Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems you can find the full text of the Apache-2.0
 license at /usr/share/common-licenses/Apache-2.0.
Loading