Skip to content
Commits on Source (5)
pal2nal (14.1-2) UNRELEASED; urgency=medium
* Team upload.
* debhelper 11
* Standards-Version: 4.2.1
* Remove old boilerplate from debian/rules
* Remove trailing whitespace in debian/rules
-- Andreas Tille <tille@debian.org> Fri, 26 Oct 2018 14:39:10 +0200
pal2nal (14.1-1) unstable; urgency=low
* Initial release (Closes: #604701)
......
......@@ -4,9 +4,9 @@ Uploaders: Pjotr Prins <pjotr.debian@thebird.nl>,
Steffen Moeller <moeller@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/med-team/pal2nal.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/pal2nal
Vcs-Git: https://salsa.debian.org/med-team/pal2nal.git
Homepage: http://www.bork.embl.de/pal2nal
......
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
......