[Pkg-scicomp-commits] atlas/trunk/debian

Bernd Zeimetz bzed at debian.org
Fri Jul 25 00:11:56 UTC 2008


SVN commit 2625 by bzed:

Fixing rules (ugly, no clue why it doesn't work as it was before), svn properties, patches/00list


 _M            atlas/trunk/debian (directory)  
 M  +0 -1      atlas/trunk/debian/patches/00list  
 M  +5 -2      atlas/trunk/debian/rules  


** atlas/trunk/debian #property changes
Name: mergeWithUpstream
   + 1
--- atlas/trunk/debian/patches/00list #2624:2625
@@ -1,4 +1,3 @@
-00list
 atlas-3.6.0_bin_uumtst.c.dpatch
 atlas-3.6.0_CONFIG_ARCHS_Makefile.dpatch
 atlas-3.6.0_config.c.dpatch
--- atlas/trunk/debian/rules #2624:2625
@@ -1075,9 +1075,12 @@
 #
 #
 
-build: patch build-stamp
+build: build-stamp
 
-build-stamp: $(ILIBS) $(IHEADERS) $(IPROGS) $(DTR) $(LPV) $(MMPS)
+build-stamp: patch-stamp
+	#indeed I have no clue why make ignores patch-stamp if I
+	#add them as dependency directly to the same target....
+	$(MAKE) -f debian/rules $(ILIBS) $(IHEADERS) $(IPROGS) $(DTR) $(LPV) $(MMPS)
 	touch $@
 
 install: build



More information about the Pkg-scicomp-commits mailing list