diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index a9b6bae..af24fb5 100755 --- a/debian/rules +++ b/debian/rules @@ -83,10 +83,8 @@ binary-indep: build ./dh_perl ./dh_installdeb ./dh_gencontrol - # Clean up CVS directories copied in if I build from CVS tree. - find debian/debhelper -type d -name CVS | xargs rm -rf ./dh_md5sums - ./dh_builddeb + ./dh_builddeb -v # Update the debhelper web page. Not intended for use by anyone except the # author. |