This is an automated email from the git hooks/post-receive script. rlaboiss-guest pushed a commit to branch master in repository praat.
commit 176bbfc16bce8de71e81dca538afa4171e0a15eb Author: Rafael Laboissiere <[email protected]> Date: Mon Oct 28 18:57:23 2013 +0100 debian/rules: Cope with the lacking makefile.defs file --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index d2a804c..3063f7c 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,10 @@ clean: $(DEBDIR)/praat.install $(DEBDIR)/praat.menu \ sendpraat praat.1 sendpraat.1 praat-open-files.1 +override_dh_auto_clean: + touch makefile.defs + dh_auto_clean + override_dh_auto_configure: # Generate the debhelper files for i in dirs install menu ; do \ -- 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
