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

Christophe Prud'homme prudhomm at debian.org
Fri Aug 13 12:04:09 UTC 2010


SVN commit 4984 by prudhomm:

update


 M  +1 -1      superlu/trunk/debian/control  
 A             superlu/trunk/debian/patches (directory)  
 A             superlu/trunk/debian/patches/fixbuild.patch  
 A             superlu/trunk/debian/patches/series  
 M  +3 -3      superlu/trunk/debian/rules  


--- superlu/trunk/debian/control #4983:4984
@@ -3,7 +3,7 @@
 Section: devel
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), gcc (>= 3.0), libblas-dev
+Build-Depends: cdbs, quilt, debhelper (>= 7), gcc (>= 3.0), csh, libblas-dev
 Standards-Version: 3.8.2
 Homepage: http://crd.lbl.gov/~xiaoye/SuperLU/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/superlu/trunk/
--- superlu/trunk/debian/rules #4983:4984
@@ -8,6 +8,7 @@
 
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # shared library versions, option 1
 version=4.0.0
@@ -18,7 +19,7 @@
 #major=`ls src/.libs/lib*.so.* | \
 # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
-build/libsuperlu::
+build/superlu::
 	-mkdir -p shared/SRC
 	cd shared/SRC ; \
 	    srcdir=../../SRC; \
@@ -27,7 +28,6 @@
 	( cd shared/SRC && ln -sf libsuperlu.so.$(version) libsuperlu.so.$(major) )
 	( cd shared/SRC && ln -sf libsuperlu.so.$(version) libsuperlu.so )
 
-build/libsuperlu-dev::
 	-mkdir -p static/SRC
 	cd static/SRC ; \
 	srcdir=../../SRC; \
@@ -35,7 +35,7 @@
 
 clean::
 	-rm -rf shared static
-	[ ! -f Makefile ] || $(MAKE) distclean
+#	[ ! -f Makefile ] || $(MAKE) distclean
 
 DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.*$$//p')
 SUPERLU_VERSION=$(DEB_STRIPPED_UPSTREAM_VERSION)



More information about the Pkg-scicomp-commits mailing list