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

Christophe Prud'homme prudhomm at debian.org
Sun Dec 7 14:05:17 UTC 2008


SVN commit 4024 by prudhomm:

update config.*

 M  +8 -4      trilinos/trunk/debian/README.source  
 M  +4 -2      trilinos/trunk/debian/rules  


--- trilinos/trunk/debian/README.source #4023:4024
@@ -3,11 +3,15 @@
 Trilinos source for Debian
 --------------------------
 
-The pdf files that cannot be re-generated from the tarball have been
-removed from the archive.
+1 - Update of package/*/config/config.{sub,guess} to ensure a
+recent version  is available
 
-Packaging makes use of CDBS and quilt. For the latter see
+
+2 - The pdf files that cannot be re-generated from the tarball have been
+    removed from the archive.
+
+3 - Packaging makes use of CDBS and quilt. For the latter see
 `/usr/share/doc/quilt/README.source'.
 
 
- -- Christophe Prud'homme <prudhomm at debian.org>, Sun, 23 Nov 2008 13:36:35 +0100
+ -- Christophe Prud'homme <prudhomm at debian.org>, Sun,  7 Dec 2008 15:04:38 +0100
--- trilinos/trunk/debian/rules #4023:4024
@@ -251,8 +251,10 @@
 	rm -f "$$TMPDIR"/packages/didasko/src/Trilinos90Tutorial.pdf; \
 	rm -f "$$TMPDIR"/packages/amesos/doc/AmesosReferenceGuide/AmesosReferenceGuide.pdf; \
 	rm -f "$$TMPDIR"/packages/ml/doc/mlguide.pdf; \
-        cp /usr/share/misc/config.* "$$TMPDIR"/packages/Sundance/config/; \
-        cp /usr/share/misc/config.* "$$TMPDIR"/packages/fei/config/; \
+        for i in "$$TMPDIR"/packages/*; \
+        do \
+          test -d $$i/config && cp /usr/share/misc/config.* $$i/config/; \
+        done; \
 	rm -rf "$$TMPDIR"/arpack ; \
 	GZIP=-9 tar -czf \
 	    $(CURDIR)/$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \



More information about the Pkg-scicomp-commits mailing list