* sshstart.lintian-overrides to get rid of no manpage warning * rebuild fixes #634 * .gitignore modifiedpull/1/head
@@ -1,2 +1,7 @@ | |||
debian/files | |||
debian/sshstart* | |||
debian/sshstart.debhelper.log | |||
debian/sshstart.postinst.debhelper | |||
debian/sshstart.postrm.debhelper | |||
debian/sshstart.substvars | |||
debian/sshstart/ | |||
@@ -1,3 +1,12 @@ | |||
sshstart (0.6.26) unstable; urgency=low | |||
* source.lintian-overides to get rid of XSBC-Original-Maintainer Warning | |||
* sshstart.lintian-overrides to get rid of no manpage warning | |||
* rebuild fixes #634 | |||
* .gitignore modified | |||
-- Alf Gaida <agaida@siduction.org> Wed, 21 Mar 2012 23:35:50 +0100 | |||
sshstart (0.6.25) UNRELEASED; urgency=low | |||
* added myself to uploaders |
@@ -0,0 +1,4 @@ | |||
# tell lintian not to complain about the XSBC-Original-Maintainer | |||
# Everything can be an X-Field. And the original maintainer should | |||
# be standard | |||
sshstart: unknown-field-in-dsc original-maintainer |
@@ -0,0 +1,4 @@ | |||
# stop lintian complaining about man-page. We never | |||
# will write a manpage for sshstart | |||
sshstart: binary-without-manpage usr/sbin/sshstart | |||