]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Turn on extra lintian warnings (lintian -I) when building the debs release-0.6 origin/release-0.6
authorFrancois Marier <francois@debian.org>
Sat, 12 Jan 2008 02:43:47 +0000 (15:43 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sat, 12 Jan 2008 04:04:14 +0000 (17:04 +1300)
Hi Andrew,

I just found out about the -I option to Lintian:

  -I, --display-info        display "I:" tags (normally suppressed)

It didn't find anything wrong with your package but it did show a few things for
another package of mine.

Cheers,

Francois

Makefile [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index d4f21bc..2f5ddd6
--- a/Makefile
+++ b/Makefile
@@ -33,14 +33,14 @@ $(tarball):
 
 build/etch/$(deb): 
        @ssh build-etch-i386 "cd `pwd`; $(build)"
-       @ssh build-etch-i386 "cd `pwd`/..; /usr/bin/lintian -i $(package)_$(version)*.changes" || true
+       @ssh build-etch-i386 "cd `pwd`/..; /usr/bin/lintian -i -I $(package)_$(version)*.changes" || true
        @ssh build-etch-i386 "cd `pwd`/..; /usr/bin/linda -i $(package)_$(version)*.changes" || true
        @mkdir -p build/etch
        @cp ../$(deb) build/etch
 
 build/sid/$(deb): 
        @ssh build-sid-i386 "cd `pwd`; $(build)"
-       @ssh build-sid-i386 "cd `pwd`/..; /usr/bin/lintian -i $(package)_$(version)*.changes" || true
+       @ssh build-sid-i386 "cd `pwd`/..; /usr/bin/lintian -i -I $(package)_$(version)*.changes" || true
        @ssh build-sid-i386 "cd `pwd`/..; /usr/bin/linda -i $(package)_$(version)*.changes" || true
        @mkdir -p build/sid
        @cp ../$(deb) build/sid