From 1de1832562b843da3f9afce04c6bd0ae08512906 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 3 Mar 2013 18:48:58 +0100 Subject: [PATCH] Add lintian options More options for more warnings or mode details. --- HACKING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 4a02615..b6b8968 100644 --- a/HACKING +++ b/HACKING @@ -37,7 +37,9 @@ Here are some directions to get you started: $ make clean $ scan-build make 2.3 When Debianizing - $ lintian *deb + $ lintian --info --display-info --display-experimental *deb + or (shorter version) + $ lintian -iIE *deb 3. Preserve cross-platform compatility The source code should remain compilable across various platforms,