Skip to content
Commits on Source (7)
Source: condetri
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.7
Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/condetri.git
Vcs-Git: git://anonscm.debian.org/debian-med/condetri.git
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/condetri
Vcs-Git: https://salsa.debian.org/med-team/condetri.git
Homepage: https://github.com/linneas/condetri/
Package: condetri
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, perl
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends}
Description: straight-forward trimming of FASTQ sequences
This package is a simplistic contribution to the wealth of tools for
trimming of sequences of current Next-Generation-Sequencing data. It
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: condetri
Source: https://github.com/linneas/condetri
......
# see https://lists.debian.org/debian-med/2018/06/msg00043.html
condetri: script-with-language-extension usr/bin/*.*
......@@ -2,21 +2,5 @@
# DH_VERBOSE := 1
# some helpful variables - uncomment them if needed
# shamelessly stolen from http://jmtd.net/log/awk/
#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
#GIT_TAG := $(subst ~,_,$(VERSION))
# alternatively to manually set those variables, you can
# include /usr/share/dpkg/default.mk
# and use what is set there.
%:
dh $@
#get-orig-source:
# . debian/get-orig-source