Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
7
Add lintian override
· e258c537
Andreas Tille
authored
Oct 28, 2018
e258c537
debhelper 11
· 58b4ed63
Andreas Tille
authored
Oct 28, 2018
58b4ed63
Point Vcs fields to salsa.debian.org
· fa0eaf09
Andreas Tille
authored
Oct 28, 2018
fa0eaf09
Standards-Version: 4.2.1
· 7dc52fbd
Andreas Tille
authored
Oct 28, 2018
7dc52fbd
Secure URI in copyright format
· d34ca7a6
Andreas Tille
authored
Oct 28, 2018
d34ca7a6
Do not parse d/changelog
· 7dfd10e0
Andreas Tille
authored
Oct 28, 2018
7dfd10e0
Remove autogenerated changelog entries
· 214dc5b5
Andreas Tille
authored
Oct 28, 2018
214dc5b5
Show whitespace changes
Inline
Side-by-side
debian/compat
View file @
214dc5b5
9
11
debian/control
View file @
214dc5b5
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
...
...
debian/copyright
View file @
214dc5b5
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: condetri
Source: https://github.com/linneas/condetri
...
...
debian/lintian-overrides
0 → 100644
View file @
214dc5b5
# see https://lists.debian.org/debian-med/2018/06/msg00043.html
condetri: script-with-language-extension usr/bin/*.*
debian/rules
View file @
214dc5b5
...
...
@@ -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