Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· 432a6dc4
Andreas Tille
authored
Jul 06, 2018
432a6dc4
Point Vcs fields to salsa.debian.org
· f5320024
Andreas Tille
authored
Jul 06, 2018
f5320024
Standards-Version: 4.1.4
· 7456adde
Andreas Tille
authored
Jul 06, 2018
7456adde
Remove unneeded field Testsuite
· eb66a868
Andreas Tille
authored
Jul 06, 2018
eb66a868
hardening=+all
· 87c0412c
Andreas Tille
authored
Jul 06, 2018
87c0412c
Upload to unstable
· 3891d2c3
Andreas Tille
authored
Jul 06, 2018
3891d2c3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3891d2c3
snpomatic (1.0-4)
UNRELEASED
; urgency=medium
snpomatic (1.0-4)
unstable
; urgency=medium
* Team upload
[ Steffen Moeller ]
* debian/upstream/metadata: Added ref to registry entries
-- Steffen Moeller <moeller@debian.org> Thu, 03 Aug 2017 13:32:43 +0200
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* Remove unneeded field Testsuite
* hardening=+all
-- Andreas Tille <tille@debian.org> Fri, 06 Jul 2018 18:55:37 +0200
snpomatic (1.0-3) unstable; urgency=medium
...
...
debian/compat
View file @
3891d2c3
9
11
debian/control
View file @
3891d2c3
...
...
@@ -3,13 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Sascha Steinbiss <sascha@steinbiss.name>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
asciidoctor,
antiword
Standards-Version: 3.9.7
Testsuite: autopkgtest
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/snpomatic.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/snpomatic.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/snpomatic
Vcs-Git: https://salsa.debian.org/med-team/snpomatic.git
Homepage: https://github.com/magnusmanske/snpomatic
Package: snpomatic
...
...
debian/rules
View file @
3891d2c3
...
...
@@ -6,6 +6,8 @@ mandir := $(CURDIR)/debian/man
debfolder := $(CURDIR)/debian
export LC_ALL=C
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
...
...