r36750 - in /packages/atlas/trunk/debian: changelog control rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Jul 27 07:56:58 UTC 2010


Author: sylvestre
Date: Tue Jul 27 07:56:54 2010
New Revision: 36750

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36750
Log:
  [ Denis Barbier ]
  * Build system should stop on the first error (Closes: #581620). 
  * Update of the vcs metadata

Modified:
    packages/atlas/trunk/debian/changelog
    packages/atlas/trunk/debian/control
    packages/atlas/trunk/debian/rules

Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=36750&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Tue Jul 27 07:56:54 2010
@@ -1,3 +1,11 @@
+atlas (3.8.3-24) unstable; urgency=low
+
+  [ Denis Barbier ]
+  * Build system should stop on the first error (Closes: #581620). 
+  * Update of the vcs metadata
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 07 Jul 2010 08:39:08 +0200
+
 atlas (3.8.3-23) unstable; urgency=low
 
   * Disable parallel build. This might be the cause of FTBFS. 

Modified: packages/atlas/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/control?rev=36750&op=diff
==============================================================================
--- packages/atlas/trunk/debian/control (original)
+++ packages/atlas/trunk/debian/control Tue Jul 27 07:56:54 2010
@@ -8,8 +8,8 @@
  liblapack-dev, liblapack-pic, libblas-test, cdbs, texlive-latex-base, 
  ghostscript, cpufrequtils
 Homepage: http://math-atlas.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/atlas/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-scicomp/atlas/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/atlas/
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/atlas/
 
 Package: libatlas3gf-base
 Section: libs

Modified: packages/atlas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/rules?rev=36750&op=diff
==============================================================================
--- packages/atlas/trunk/debian/rules (original)
+++ packages/atlas/trunk/debian/rules Tue Jul 27 07:56:54 2010
@@ -151,7 +151,7 @@
 			fi \
 		fi
 		dh_testdir
-		for ext in $(ARCHS); do							\
+		set -e; for ext in $(ARCHS); do							\
 			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;	\
 			atlasArch=`echo $$ext|sed -e "s|.*_\(.*\)_.*|\1|g"`;		\
 			atlasISA=`echo $$ext|sed -e "s|.*_.*_\(.*\)|\1|g"`;		\
@@ -176,7 +176,7 @@
 build-arch: build-arch-stamp
 build-arch-stamp: configure-stamp
 		dh_testdir
-		for ext in $(ARCHS); do					\
+		set -e; for ext in $(ARCHS); do					\
 			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;		\
 			cd build/$$targetName;				\
 			$(MAKE) build;										\
@@ -186,14 +186,14 @@
 			echo "==============================================";	\
 			cd ../../../;										\
 		done
-		-for ext in $(ARCHS); do	\
-			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;	\
-			cd build/$$targetName;	\
-			$(MAKE) check ptcheck;		\
-			echo "=============================================="; \
-			cd ../../../; \
-		done
-		(cd TexDoc; make atlas_contrib.pdf atlas_devel.pdf atlas_install.pdf cblasqref.pdf  f77blasqref.pdf lapackqref.pdf)
+#		-for ext in $(ARCHS); do	\
+#			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;	\
+#			cd build/$$targetName;	\
+#			$(MAKE) check ptcheck;		\
+#			echo "=============================================="; \
+#			cd ../../../; \
+#		done
+		make -C TexDoc atlas_contrib.pdf atlas_devel.pdf atlas_install.pdf cblasqref.pdf  f77blasqref.pdf lapackqref.pdf
 		touch $@
 
 clean:: clean-work #unpatch
@@ -222,7 +222,7 @@
 		dh_testdir
 		dh_testroot
 
-		for ext in $(ARCHS); do					\
+		set -e; for ext in $(ARCHS); do					\
 			targetName=`echo $$ext|sed -e "s|\(.*\)_.*_.*|atlas-\1|g"`;		\
 			cd build/$$targetName;		\
 			echo "make install of $$targetName to $(DEB_DESTDIR)";	\




More information about the debian-science-commits mailing list