Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Lintian override for script with language extension
· c25e7926
Andreas Tille
authored
Oct 26, 2018
c25e7926
Fix installation of manpage
· 104b3da3
Andreas Tille
authored
Oct 26, 2018
104b3da3
Upload to unstable
· c5f9724f
Andreas Tille
authored
Oct 26, 2018
c5f9724f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c5f9724f
pal2nal (14.1-2)
UNRELEASED
; urgency=medium
pal2nal (14.1-2)
unstable
; urgency=medium
* Team upload.
* debhelper 11
* Standards-Version: 4.2.1
* Remove old boilerplate from debian/rules
* Remove trailing whitespace in debian/rules
* Lintian override for script with language extension
see https://lists.debian.org/debian-med/2018/06/msg00043.html
* Fix installation of manpage
-- Andreas Tille <tille@debian.org> Fri, 26 Oct 2018 14:
3
9:1
0
+0200
-- Andreas Tille <tille@debian.org> Fri, 26 Oct 2018 14:
5
9:1
8
+0200
pal2nal (14.1-1) unstable; urgency=low
...
...
debian/lintian-overrides
0 → 100644
View file @
c5f9724f
# see https://lists.debian.org/debian-med/2018/06/msg00043.html
pal2nal: script-with-language-extension usr/bin/*.*
debian/manpages
deleted
100644 → 0
View file @
c7b0eee4
debian/pal2nal.1
debian/pal2nal.1
→
debian/pal2nal.
pl.
1
View file @
c5f9724f
File moved
debian/rules
View file @
c5f9724f
...
...
@@ -3,5 +3,14 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpkg/default.mk
%:
dh $@
override_dh_installman:
dh_installman
# when installing via debian/manpages the .pl is stripped and the
# files will end up in /usr/share/man/pl/man1
mkdir -p debian/$(DEB_SOURCE)/usr/share/man/man1
cp -a debian/*.1 debian/$(DEB_SOURCE)/usr/share/man/man1