This is an automated email from the git hooks/post-receive script. rlaboiss-guest pushed a commit to branch master in repository praat.
commit f61f6c7211f22838108d1b5f52edf425d08c2bcb Author: Rafael Laboissiere <[email protected]> Date: Sun Oct 27 00:28:16 2013 +0200 debian/rules: Do a proper cleaning of the package This change reverts a previous commit (cac2085), in which the "dh clean" command was erroneously replaced by "dh_clean". --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c9e6605..ca89bf4 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
