Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 6c65b594
Andreas Tille
authored
Oct 26, 2018
6c65b594
Standards-Version: 4.2.1
· 914ac441
Andreas Tille
authored
Oct 26, 2018
914ac441
Remove old boilerplate from debian/rules
· 891cab78
Andreas Tille
authored
Oct 26, 2018
891cab78
Remove trailing whitespace in debian/rules
· 6b646b12
Andreas Tille
authored
Oct 26, 2018
6b646b12
Fix Vcs-Browser
· c7b0eee4
Andreas Tille
authored
Oct 26, 2018
c7b0eee4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c7b0eee4
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)
...
...
debian/compat
View file @
c7b0eee4
1
0
1
1
debian/control
View file @
c7b0eee4
...
...
@@ -4,9 +4,9 @@ Uploaders: Pjotr Prins <pjotr.debian@thebird.nl>,
Steffen Moeller <moeller@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
)
Standards-Version: 4.
1.3
Vcs-Browser: https://salsa.debian.org/med-team/pal2nal
.git
Build-Depends: debhelper (>= 1
1~
)
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
...
...
debian/rules
View file @
c7b0eee4
#!/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
...
...