Commit ad163323 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Initial packaging

parent 798e2fde
Loading
Loading
Loading
Loading

debian/README.test

0 → 100644
+8 −0
Original line number Diff line number Diff line
Notes on how this package can be tested.
────────────────────────────────────────

This package can be tested by running the provided test:

    sh run-unit-test

in order to confirm its integrity.

debian/changelog

0 → 100644
+5 −0
Original line number Diff line number Diff line
python-dnaio (0.3-1) UNRELEASED; urgency=medium

  * Initial release (Closes: #<bug>)

 -- Liubov Chuprikova <chuprikovalv@gmail.com>  Sat, 22 Jun 2019 23:00:31 +0200

debian/compat

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

debian/control

0 → 100644
+18 −0
Original line number Diff line number Diff line
Source: python-dnaio
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Liubov Chuprikova <chuprikovalv@gmail.com>
Build-Depends: debhelper (>= 12~)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/python-dnaio
Vcs-Git: https://salsa.debian.org/med-team/python-dnaio.git
Homepage: https://github.com/marcelm/dnaio

Package: python3-dnaio
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Python 3 library for fast parsing of FASTQ and FASTA files
 dnaio is a Python 3 library for fast parsing of FASTQ and also FASTA files.
 The code was previously part of the cutadapt tool and has been improved
 since it has been split out.

debian/copyright

0 → 100644
+16 −0
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: <pkg>
Source: <path_to_download>
Comment: **** Before manually editing this file you should give ****
           scan-copyrights
         **** available in cme + lib-config-model-dpkg-perl     ****
         **** package a try.  For existing copyright files try  ****
           cme update dpkg-copyright

Files: *
Copyright: 20xx-20yy <upstream>
License: <license>

Files: debian/*
Copyright: 2019 <your_ID>
License: <license>
Loading