diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-01 05:40:40 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-01 05:40:40 +0000 |
commit | dca06f90cc0b2fd9878363add91e03f688838337 (patch) | |
tree | 2fbe207ac8e74ae036876aa785781f39d5483673 /debian | |
parent | 3ec3940f6ef67ca28cf431e2b767d3e8affd104d (diff) |
Enable verbose to try to figure out WTF.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7971ea2..15277a4 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ # Further updates by Russ Allbery <rra@debian.org> # Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS |