Commit 016b49af authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Initial packaging

parent 54af28d7
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
bismark (0.20.1-1) UNRELEASED; urgency=medium

  * Initial release (Closes: #<bug>)

 -- Liubov Chuprikova <chuprikovalv@gmail.com>  Sun, 10 Mar 2019 10:38:35 +0200

debian/compat

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

debian/control

0 → 100644
+20 −0
Original line number Diff line number Diff line
Source: bismark
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/bismark
Vcs-Git: https://salsa.debian.org/med-team/bismark.git
Homepage: https://www.bioinformatics.babraham.ac.uk/projects/bismark/

Package: bismark
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
	 perl,
         samtools,
         bowtie2,
	 hisat2
Description: A bisulfite read mapper and methylation caller
 <long_description>

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 maintainername <maintainer@e.mail>
License: <license>
Loading