Browse Source

Enable usage of --pedantic in pdeblint

Emmanuel Bouthenot 15 years ago
parent
commit
80aec52ce5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .zsh.d/os.d/Debian.zsh

+ 1 - 1
.zsh.d/os.d/Debian.zsh

@@ -88,6 +88,6 @@ pdeblint() {
         exit
         exit
     fi
     fi
 
 
-    lintian --color=auto -IEm $changes $@
+    lintian --color=auto -IEm --pedantic $changes $@
 }
 }