[med-svn] [SCM] praat branch, master, updated. debian/5.3.14-1-5-g76436c3

Rafael Laboissiere rafael at laboissiere.net
Wed May 16 20:49:03 UTC 2012


The following commit has been merged in the master branch:
commit 76436c3db008a0314d8ca8a762142026a9ed00d0
Author: Rafael Laboissiere <rafael at laboissiere.net>
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



More information about the debian-med-commit mailing list