r46293 - /packages/rheolef/trunk/debian/rules
    gladk at users.alioth.debian.org 
    gladk at users.alioth.debian.org
       
    Thu Sep 19 15:43:57 UTC 2013
    
    
  
Author: gladk
Date: Thu Sep 19 15:43:56 2013
New Revision: 46293
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46293
Log:
Replace $(MAKE) by simple make to prevent parallel build (currently FTBFS).
Modified:
    packages/rheolef/trunk/debian/rules
Modified: packages/rheolef/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/rheolef/trunk/debian/rules?rev=46293&op=diff
==============================================================================
--- packages/rheolef/trunk/debian/rules	(original)
+++ packages/rheolef/trunk/debian/rules	Thu Sep 19 15:43:56 2013
@@ -58,7 +58,7 @@
 build-stamp: configure-stamp
 	dh_testdir
 	# Compile the package.
-	$(MAKE)
+	make
 	touch build-stamp
 
 clean:
@@ -80,7 +80,7 @@
 	dh_clean
 	dh_installdirs
 	# Add here commands to install the package into DESTDIR
-	$(MAKE) install DESTDIR=$(CURDIR)/$(TMPDIR)
+	make install DESTDIR=$(CURDIR)/$(TMPDIR)
 	dh_movefiles --sourcedir=$(TMPDIR)
 	# removing some useless progs
 	rm -f $(TMPDIR)/usr/bin/doc2man
    
    
More information about the debian-science-commits
mailing list