[Debian-med-packaging] [SCM] The European Molecular Biology Open Software Suite. branch, master, updated. upstream/6.1.0-10-g02dd267

Charles Plessy plessy at debian.org
Mon Nov 9 12:52:36 UTC 2009


The following commit has been merged in the master branch:
commit bb123c0da6bc2d4f616bc864e16e3052e687dd70
Author: Charles Plessy <plessy at debian.org>
Date:   Mon Nov 9 20:40:26 2009 +0900

    Do not create a makefile when there is not at build time.
    
    The clean operation modifies the Makefile.in files in the upstream
    source tree, which pollutes the diff.gz file. With this change, this
    is avoided when building a source package just after unpacking.

diff --git a/debian/rules b/debian/rules
index 7eb5a87..d04865c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,10 +46,10 @@ debian/copyright:
 	cat "AUTHORS" >> $@
 	cat "THANKS" >> $@
 
-clean: unpatch config.status
+clean: unpatch
 	dh_testdir
 	dh_testroot
-	$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	find jemboss/ -type f -name "*.class" | xargs -r rm -f
 

-- 
The European Molecular Biology Open Software Suite.



More information about the Debian-med-packaging mailing list