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

Christophe Prud'homme prudhomm at debian.org
Fri May 28 10:09:09 UTC 2010


SVN commit 4961 by prudhomm:

fixes and patch for petsc 3.1


 M  +9 -0      slepc/trunk/debian/changelog  
 A             slepc/trunk/debian/patches/petsc31.patch  
 M  +1 -0      slepc/trunk/debian/patches/series  
 M  +4 -2      slepc/trunk/debian/rules  


--- slepc/trunk/debian/changelog #4960:4961
@@ -1,3 +1,12 @@
+slepc (3.0.0-p7.dfsg-4) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * Bug fix: "FTBFS: ERROR: Unable to link with PETSc", thanks to Lucas
+    Nussbaum (Closes: #577291).
+  * Provide patch for PETSc 3.1 and changes in the interface
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Fri, 28 May 2010 12:03:19 +0200
+
 slepc (3.0.0-p7.dfsg-3) unstable; urgency=low
 
   [Christophe Prud'homme]
--- slepc/trunk/debian/patches/series #4960:4961
@@ -1 +1,2 @@
 petsc-shlib-link.patch
+petsc31.patch
--- slepc/trunk/debian/rules #4960:4961
@@ -30,6 +30,8 @@
 ARCH_GENERATED_FILES=debian/lib$(SLEPC_NAME)-dev.postinst \
 	debian/lib$(SLEPC_NAME)-dev.prerm
 
+export CPPFLAGS=-I/usr/include/petsc
+
 clean:
 	dh_testdir
 	-if [ -e patch ]; then \
@@ -61,7 +63,7 @@
 	fi
 
 build-indep: patch
-# We have nothing to do by default. 
+# We have nothing to do by default.
 	touch $@
 
 # With debugging=1, only static libraries are generated.
@@ -266,7 +268,7 @@
 .PHONY: binary binary-arch binary-indep clean checkroot get-orig-source
 get-orig-source:
 	uscan --force-download --verbose --check-dirname-level 0 --destdir $(USCAN_DESTDIR) --download-version $(DEB_STRIPPED_UPSTREAM_VERSION) --upstream-version $(DEB_STRIPPED_UPSTREAM_VERSION) ; \
-	set -ex ; 
+	set -ex ;
 	test -d $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig && rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig ; \
 	TMPDIR=$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig; \
 	mkdir $$TMPDIR; \



More information about the Pkg-scicomp-commits mailing list