This is an automated email from the git hooks/post-receive script. rlaboiss-guest pushed a commit to branch master in repository praat.
commit cac2085a27e242ed264ee08cc5aa3f08bec58b24 Author: Rafael Laboissiere <[email protected]> Date: Sat Oct 26 03:21:04 2013 +0200 debian/rules: Avoid the call of dh_auto_clean --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ca89bf4..c9e6605 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ get-upstream-changelog: perl -pi -e "s/ˈ/'/g;s/ˌ/,/g;" What_s_new_.html ) clean: - dh clean + dh_clean # Fix the lacking cleaning command for the main/ directory [ ! -f makefile.defs ] || make -C main clean rm -f makefile.defs $(DEBDIR)/praat.dirs \ -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
