Commit 64398811ed2b680cde1a4e649d4d597bf907fc52
1 parent
62077351
Exists in
master
and in
5 other branches
Empacotamento debian começa a funcionar
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
debian.rules
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | # GNU copyright 1997 to 1999 by Joey Hess. |
4 | 4 | |
5 | 5 | # Uncomment this to turn on verbose mode. |
6 | -#export DH_VERBOSE=1 | |
6 | +export DH_VERBOSE=1 | |
7 | 7 | |
8 | 8 | # This is the debhelper compatibility version to use. |
9 | 9 | export DH_COMPAT=4 |
... | ... | @@ -86,4 +86,3 @@ binary-arch: build install |
86 | 86 | binary: binary-indep binary-arch |
87 | 87 | .PHONY: build clean binary-indep binary-arch binary install |
88 | 88 | |
89 | - | ... | ... |