diff options
author | Steven Knight <knight@baldmt.com> | 2002-04-24 16:15:54 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-04-24 16:15:54 (GMT) |
commit | 781d8e41ced624697e40cdcd95e99687e1e11356 (patch) | |
tree | 7df8f36ae2a0cb2db7a8a643a1781d37e56e0746 /debian | |
parent | 755fe44095622d2ed2ac7a469686286212ea6f3c (diff) | |
download | SCons-781d8e41ced624697e40cdcd95e99687e1e11356.zip SCons-781d8e41ced624697e40cdcd95e99687e1e11356.tar.gz SCons-781d8e41ced624697e40cdcd95e99687e1e11356.tar.bz2 |
Left DH_VERBOSE set on the Debian packaging rework.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2b3b36c..200536f 100644 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ PYTHON=/usr/bin/python2.1 ####### # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 # This is the debhelper compatability version to use. export DH_COMPAT=2 |