The following commit has been merged in the master branch:
commit 76436c3db008a0314d8ca8a762142026a9ed00d0
Author: Rafael Laboissiere <[email protected]>
Date: Wed May 16 22:12:55 2012 +0200
Ignore errors when makefile.defs does not exist
Git-Dch: Ignore
diff --git a/debian/rules b/debian/rules
index 523c936..eb210ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ get-upstream-changelog:
clean:
dh clean
# Fix the lacking cleaning command for the main/ directory
- make -C main clean
+ [ ! -f makefile.defs ] || make -C main clean
rm -f makefile.defs $(DEBDIR)/praat.dirs \
$(DEBDIR)/praat.install $(DEBDIR)/praat.menu
--
Debian packaging for Praat
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit