Skip to content
Commits on Source (5)
maq (0.7.1-8) UNRELEASED; urgency=medium
maq (0.7.1-8) unstable; urgency=medium
[ Steffen Moeller ]
* debian/upstream/metadata:
- Added references to OMICtools, SciCrunch, bio.tools
- yamllint cleanliness
-- Steffen Moeller <moeller@debian.org> Fri, 21 Jul 2017 13:29:00 +0200
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
* Lintian should not warn about script-with-language-extension
see https://lists.debian.org/debian-med/2018/06/msg00043.html
-- Andreas Tille <tille@debian.org> Mon, 16 Jul 2018 15:42:20 +0200
maq (0.7.1-7) unstable; urgency=medium
......
......@@ -4,13 +4,11 @@ Uploaders: Andreas Tille <tille@debian.org>,
Charles Plessy <plessy@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
autotools-dev,
zlib1g-dev,
dh-autoreconf
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/maq.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/maq.git
Build-Depends: debhelper (>= 11~),
zlib1g-dev
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/maq
Vcs-Git: https://salsa.debian.org/med-team/maq.git
Homepage: http://maq.sourceforge.net/
Package: maq
......
# Maq ships `maq' and `maq.pl', it is therefore not possible to rename `maq.pl'.
maq: script-with-language-extension usr/bin/maq.pl
# see https://lists.debian.org/debian-med/2018/06/msg00043.html
maq: script-with-language-extension usr/bin/*.*
......@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
CFLAGS+= -D_LARGEFILE64_SOURCE
%:
dh $@ --with autoreconf
dh $@
override_dh_compress:
dh_compress --exclude=.pdf
......