소스 검색

Remove deprecated lintian option (-m)

Emmanuel Bouthenot 11 년 전
부모
커밋
e8ebe4cf96
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .zsh.d/os.d/Debian.zsh

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

@@ -3,7 +3,7 @@
 #
 
 # specific aliases / functions
-alias lintian="lintian --color=auto -IEm --pedantic"
+alias lintian="lintian --color=auto -IE --pedantic"
 alias acp="apt-cache policy"
 alias acs="apt-cache search"
 alias acsh="apt-cache show"
@@ -154,6 +154,6 @@ pdeblint() {
         return
     fi
 
-    lintian --color=auto -IE --pedantic $changes $@
+    =lintian --color=auto -IE --pedantic $changes $@
 }