Add lintian options

More options for more warnings or mode details.
This commit is contained in:
Ludovic Rousseau 2013-03-03 18:48:58 +01:00
parent 9a20430bfc
commit 1de1832562

View file

@ -37,7 +37,9 @@ Here are some directions to get you started:
$ make clean $ make clean
$ scan-build make $ scan-build make
2.3 When Debianizing 2.3 When Debianizing
$ lintian *deb $ lintian --info --display-info --display-experimental *deb
or (shorter version)
$ lintian -iIE *deb
3. Preserve cross-platform compatility 3. Preserve cross-platform compatility
The source code should remain compilable across various platforms, The source code should remain compilable across various platforms,