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

Johannes Ring johannr at simula.no
Tue Nov 3 12:51:38 UTC 2009


SVN commit 4668 by johannr-guest:

New upstream release, fix lintian error and warnings, and fix (hopefully) FTBFS on armel.


 A             slepc/trunk/debian/README.source  
 M  +15 -0     slepc/trunk/debian/changelog  
 M  +2 -2      slepc/trunk/debian/control  
 M  +1 -1      slepc/trunk/debian/rules  
 M  +1 -1      slepc/trunk/debian/watch  


--- slepc/trunk/debian/changelog #4667:4668
@@ -1,3 +1,18 @@
+slepc (3.0.0-p7.dfsg-1) unstable; urgency=low
+
+  * New upstream release (patch level 7). Includes some fixes for PGHNEP
+    problems and other minor fixes.
+  * debian/control:
+    - Update Standards-Version to 3.8.3.
+    - Force libslepc3.0.0-dev to depend on the exact same version of
+      libslepc3.0.0 (replace source:Version with binary:Version).
+  * debian/rules: Use DEB_BUILD_GNU_SYSTEM to set PETSC_ARCH such that
+    it does not fail on non linux-gnu architectures.
+  * debian/README.source: Refer to README.source for quilt.
+  * debian/watch: Use the dversionmangle option to remove the dfsg
+
+ -- Johannes Ring <johannr at simula.no>  Tue, 03 Nov 2009 08:23:03 +0100
+
 slepc (3.0.0-p5.dfsg-1) unstable; urgency=low
 
   [ Johannes Ring ]
--- slepc/trunk/debian/control #4667:4668
@@ -3,7 +3,7 @@
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Ondrej Certik <ondrej at certik.cz>
 Build-Depends: debhelper (>= 7), quilt, python (>= 2.4.4-6), libpetsc3.0.0-dev (>= 3.0.0-0), libpetsc3.0.0-dbg (>= 3.0.0-0), libarpack2-dev, libarpack2-dbg
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Section: libs
 Homepage: http://www.grycap.upv.es/slepc/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/slepc/trunk/
@@ -12,7 +12,7 @@
 Package: libslepc3.0.0-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc3.0.0 (>= ${source:Version}), libpetsc3.0.0-dev (>= 3.0.0-0), libarpack2-dev
+Depends: libslepc3.0.0 (>= ${binary:Version}), libpetsc3.0.0-dev (>= 3.0.0-0), libarpack2-dev
 Suggests: libslepc3.0.0-dbg (= ${binary:Version}), slepc3.0.0-doc (= ${binary:Version})
 Conflicts: libslepc2.3.2-dev
 Description: Scalable Library for Eigenvalue Problem Computations
--- slepc/trunk/debian/rules #4667:4668
@@ -20,7 +20,7 @@
 SLEPC_NAME=slepc$(SLEPC_VERSION)
 
 # PETSC_ARCH is the architecture that PETSc was configured on.
-PETSC_ARCH=linux-gnu
+PETSC_ARCH=$(DEB_BUILD_GNU_SYSTEM)
 
 # PETSC_DIR is the location of PETSc.
 PETSC_DIR=/usr/lib/petsc
--- slepc/trunk/debian/watch #4667:4668
@@ -1,3 +1,3 @@
 version=3
-opts=downloadurlmangle=s/download.php\?filename=/distrib\//,filenamemangle=s/^.*(slepc.*?\.tgz)/$1/ \
+opts=dversionmangle=s/\.dfsg\.\d+$//,downloadurlmangle=s/download.php\?filename=/distrib\//,filenamemangle=s/^.*(slepc.*?\.tgz)/$1/ \
  http://www.grycap.upv.es/slepc/download/download.htm ^.*slepc-(.+)\.tgz$



More information about the Pkg-scicomp-commits mailing list