Pārlūkot izejas kodu

Remove deprecated lintian option (-m) in pdeblint shell function

Emmanuel Bouthenot 11 gadi atpakaļ
vecāks
revīzija
cf259af0ea
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .zsh.d/os.d/Debian.zsh

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

@@ -154,6 +154,6 @@ pdeblint() {
         return
     fi
 
-    lintian --color=auto -IEm --pedantic $changes $@
+    lintian --color=auto -IE --pedantic $changes $@
 }