diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 15:59:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 15:59:17 -0400 |
commit | 5483276e7f5f76c939d0da3a34a73cad681d71d1 (patch) | |
tree | ad223a852faf7a1d066caa339743f1b3eb2bd50d /debian | |
parent | bf2778d7ca2f11d3584ff1d49c15df1238062107 (diff) | |
download | debhelper-5483276e7f5f76c939d0da3a34a73cad681d71d1.tar.gz |
missed one
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a8f577d6..9a90b2d6 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ binary-indep: build ./run dh_testdir ./run dh_testroot ./run dh_clean -k + ./run dh_auto_install ./run dh_installdocs ./run dh_installexamples ./run dh_installman |