r46677 - in /packages/slepc/trunk/debian: changelog control

prudhomm at users.alioth.debian.org prudhomm at users.alioth.debian.org
Sat May 24 06:22:11 UTC 2014


Author: prudhomm
Date: Sat May 24 06:22:11 2014
New Revision: 46677

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46677
Log:
fixes for slepc packages : missing Deps

Modified:
    packages/slepc/trunk/debian/changelog
    packages/slepc/trunk/debian/control

Modified: packages/slepc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/changelog?rev=46677&op=diff
==============================================================================
--- packages/slepc/trunk/debian/changelog	(original)
+++ packages/slepc/trunk/debian/changelog	Sat May 24 06:22:11 2014
@@ -1,11 +1,15 @@
-slepc (3.4.2.dfsg-2) UNRELEASED; urgency=low
-
-  * Team upload.
+slepc (3.4.2.dfsg-2) unstable; urgency=low
+
+  [ Anton Gladky ]
   * Add copyright information of files 
     src/eps/impls/external/blopex/petsc-interface.*
     Thanks to Paul Tagliamonte.
 
- -- Anton Gladky <gladk at debian.org>  Sat, 21 Sep 2013 14:22:02 +0200
+  [ Christophe Prud'homme ]
+  * upload
+  * add ${shlibs:Depends}  to -dbg Depends lines to fix lintian
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Sat, 24 May 2014 06:19:38 +0000
 
 slepc (3.4.2.dfsg-1) unstable; urgency=low
 

Modified: packages/slepc/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/slepc/trunk/debian/control?rev=46677&op=diff
==============================================================================
--- packages/slepc/trunk/debian/control	(original)
+++ packages/slepc/trunk/debian/control	Sat May 24 06:22:11 2014
@@ -45,7 +45,7 @@
 Package: libslepc3.4.2-dbg
 Architecture: any
 Section: debug
-Depends: libslepc3.4.2-dev (= ${binary:Version}), libpetsc3.4.2-dbg, libarpack2-dbg, ${misc:Depends}
+Depends: libslepc3.4.2-dev (= ${binary:Version}), libpetsc3.4.2-dbg, libarpack2-dbg, ${shlibs:Depends}, ${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




More information about the debian-science-commits mailing list