Andreas Tille pushed to branch master at Debian Med / pal2nal
Commits: c25e7926 by Andreas Tille at 2018-10-26T12:48:36Z Lintian override for script with language extension - - - - - 104b3da3 by Andreas Tille at 2018-10-26T12:59:13Z Fix installation of manpage - - - - - c5f9724f by Andreas Tille at 2018-10-26T13:00:07Z Upload to unstable - - - - - 5 changed files: - debian/changelog - + debian/lintian-overrides - − debian/manpages - debian/pal2nal.1 → debian/pal2nal.pl.1 - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,12 +1,15 @@ -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 <[email protected]> Fri, 26 Oct 2018 14:39:10 +0200 + -- Andreas Tille <[email protected]> Fri, 26 Oct 2018 14:59:18 +0200 pal2nal (14.1-1) unstable; urgency=low ===================================== debian/lintian-overrides ===================================== @@ -0,0 +1,2 @@ +# see https://lists.debian.org/debian-med/2018/06/msg00043.html +pal2nal: script-with-language-extension usr/bin/*.* ===================================== debian/manpages deleted ===================================== @@ -1 +0,0 @@ -debian/pal2nal.1 ===================================== debian/pal2nal.1 → debian/pal2nal.pl.1 ===================================== ===================================== debian/rules ===================================== @@ -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 View it on GitLab: https://salsa.debian.org/med-team/pal2nal/compare/c7b0eee4ad4d5b858f80f263c5ecf4213a1b8dea...c5f9724fcaf708989afcd84013482e8bd1cab6ec -- View it on GitLab: https://salsa.debian.org/med-team/pal2nal/compare/c7b0eee4ad4d5b858f80f263c5ecf4213a1b8dea...c5f9724fcaf708989afcd84013482e8bd1cab6ec You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
