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

Christophe Prud'homme prudhomm at debian.org
Sun Jan 3 07:36:56 UTC 2010


SVN commit 4754 by prudhomm:

fixed lintian warnings


 M  +7 -0      slepc/trunk/debian/changelog  
 M  +4 -3      slepc/trunk/debian/control  


--- slepc/trunk/debian/changelog #4753:4754
@@ -1,3 +1,10 @@
+slepc (3.0.0-p7.dfsg-3) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * debian/control: fixed lintian warnings
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sun, 03 Jan 2010 08:35:04 +0100
+
 slepc (3.0.0-p7.dfsg-2) unstable; urgency=low
 
   [Christophe Prud'homme]
--- slepc/trunk/debian/control #4753:4754
@@ -12,7 +12,7 @@
 Package: libslepc3.0.0-dev
 Section: libdevel
 Architecture: any
-Depends: libslepc3.0.0 (>= ${binary: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, ${misc:Depends} 
 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
@@ -28,7 +28,7 @@
 Package: libslepc3.0.0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends} 
 Conflicts: libslepc2.3.2
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
@@ -42,7 +42,7 @@
 Package: libslepc3.0.0-dbg
 Architecture: any
 Section: debug
-Depends: libslepc3.0.0-dev (= ${binary:Version}), libpetsc3.0.0-dbg (>= 3.0.0-0), libarpack2-dbg
+Depends: libslepc3.0.0-dev (= ${binary:Version}), libpetsc3.0.0-dbg (>= 3.0.0-0), libarpack2-dbg, ${misc:Depends} 
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue
  problems on parallel computers. It is an extension of PETSc and can be used
@@ -55,6 +55,7 @@
 Package: slepc3.0.0-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends} 
 Suggests: libslepc3.0.0-dev (= ${binary:Version})
 Description: Scalable Library for Eigenvalue Problem Computations
  SLEPc is a software library for the solution of large scale sparse eigenvalue



More information about the Pkg-scicomp-commits mailing list