Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 439f0fa9
Andreas Tille
authored
Jul 16, 2018
439f0fa9
Point Vcs fields to salsa.debian.org
· c6dc274b
Andreas Tille
authored
Jul 16, 2018
c6dc274b
Standards-Version: 4.1.5
· 393987b1
Andreas Tille
authored
Jul 16, 2018
393987b1
Lintian should not warn about script-with-language-extension
· 010d0be0
Andreas Tille
authored
Jul 16, 2018
010d0be0
Upload to unstable
· d4a76653
Andreas Tille
authored
Jul 16, 2018
d4a76653
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d4a76653
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
...
...
debian/compat
View file @
d4a76653
9
11
debian/control
View file @
d4a76653
...
...
@@ -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
...
...
debian/maq.lintian-overrides
View file @
d4a76653
# 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/*.*
debian/rules
View file @
d4a76653
...
...
@@ -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
...
...