Commit 4ff5a14a authored by Andreas Tille's avatar Andreas Tille
Browse files

Initial packaging

parent 0bc05f8b
Loading
Loading
Loading
Loading

debian/changelog

0 → 100644
+5 −0
Original line number Diff line number Diff line
rampler (1.1.0-1) UNRELEASED; urgency=medium

  * Initial release (Closes: #????)

 -- Andreas Tille <tille@debian.org>  Fri, 08 Jun 2018 13:20:51 +0200

debian/compat

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

debian/control

0 → 100644
+24 −0
Original line number Diff line number Diff line
Source: rampler
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~),
               cmake,
               libbioparser-dev
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/rampler
Vcs-Git: https://salsa.debian.org/med-team/rampler.git
Homepage: https://github.com/rvaser/rampler

Package: rampler
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: module for sampling genomic sequences
 module for sampling genomic sequences
 .
 Asked for better description in
   https://github.com/rvaser/rampler/issues/1
 .
 For the moment it is just a precondition for racon (#890187).
 No newline at end of file

debian/copyright

0 → 100644
+31 −0
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Spoa
Upstream-Contact: 
Source: https://github.com/rvaser/spoa/releases

Files: *
Copyright: 2016-2018 Robert Vaser
License: MIT

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

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

debian/patches/series

0 → 100644
+1 −0
Original line number Diff line number Diff line
use_debian_packaged_libs.patch
Loading