lintian overrides

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1327 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-05-27 07:06:38 +00:00
parent 2e5272464c
commit c081d6da5c
4 changed files with 5 additions and 1 deletions

1
debian/changelog vendored
View file

@ -1,6 +1,7 @@
linkchecker (1.12.3-1) unstable; urgency=low
* New upstream release.
* add lintian overrides
-- Bastian Kleineidam <calvin@debian.org> Mon, 5 Apr 2004 12:03:33 +0200

View file

@ -2,3 +2,4 @@ etc
usr/lib/cgi-bin/lconline
var/www/lconline
etc/bash_completion.d
usr/share/lintian/overrides

1
debian/linkchecker.lintian vendored Normal file
View file

@ -0,0 +1 @@
linkchecker: script-not-executable ./usr/lib/python2.3/site-packages/linkcheck/optcomplete.py

3
debian/rules vendored
View file

@ -54,7 +54,8 @@ install: build
install -m644 $(ROOT)/usr/share/linkchecker/linkcheckerrc $(ROOT)/etc
# install bash_completion script
install -m644 linkchecker-completion $(ROOT)/etc/bash_completion.d
# install lintian overrides
install -m644 debian/linkchecker.lintian $(ROOT)/usr/share/lintian/overrides/linkchecker
# Build architecture-independent files here.
binary-indep: build install