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

Rafael Laboissiere rafael at debian.org
Wed Feb 11 16:07:26 UTC 2009


SVN commit 4123 by rafael:

Fix Lintian warnings debhelper-but-no-misc-depends

 M  +1 -0      sundials/trunk/debian/changelog  
 M  +8 -7      sundials/trunk/debian/control  


--- sundials/trunk/debian/changelog #4122:4123
@@ -13,6 +13,7 @@
     + Dropped the Homepage pseudo-header from the extended descriptions
     + Bumped Standards-Version to 3.7.3
     + Switch from ${Source-Version} substvar to ${binary:Version}
+    + Fix Lintian warnings debhelper-but-no-misc-depends
   * debian/sundials-config.1: Drop .NH macro
   * debian/watch: Add file for uscan
   * debian/orig-tarball.sh: Add script for use by uscan.  This is necessary
--- sundials/trunk/debian/control #4122:4123
@@ -13,7 +13,7 @@
 Section: libs
 Architecture: any
 Depends: libsundials-cvode0, libsundials-cvodes1, libsundials-ida1,
- libsundials-kinsol0, libsundials-nvecserial0
+ libsundials-kinsol0, libsundials-nvecserial0, ${misc:Depends}
 Conflicts: libsundials-serial0
 Replaces: libsundials-serial0
 Description: SUit of Nonlinear and DIfferential/ALgebraic equation Solvers
@@ -29,7 +29,7 @@
 Package: libsundials-cvode0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ordinary differentialequation solver (SUNDIALS library)
  This package contains the library for ordinary differential equation
  (ODE) system solvers from SUNDIALS (SUit of Nonlinear and
@@ -38,7 +38,7 @@
 Package: libsundials-cvodes1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: ODE solver with sensistivity analysis (SUNDIALS library)
  This package contains the library for ordinary differential equation
  (ODE) system solver with sensistivity analysis capabilities from
@@ -48,7 +48,7 @@
 Package: libsundials-ida1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: differential-algebraic system solver (SUNDIALS library)
  This package contains the library for differential-algebraic system
  (IDA) solver from SUNDIALS (SUit of Nonlinear and
@@ -57,7 +57,7 @@
 Package: libsundials-kinsol0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: KINSOL solver (SUNDIALS library)
  This package contain the library for KINSOL (nonlinear algebraic
  systems) system solver from SUNDIALS (SUit of Nonlinear and
@@ -66,7 +66,7 @@
 Package: libsundials-nvecserial0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: vector operations library (SUNDIALS library)
  This package provides implementations for all vector operations
  defined by the generic NVECTOR module in the table of operations for
@@ -76,7 +76,7 @@
 Package: libsundials-serial-dev
 Section: libdevel
 Architecture: any
-Depends: libsundials-serial (= ${binary:Version})
+Depends: libsundials-serial (= ${binary:Version}), ${misc:Depends}
 Description: SUNDIALS development files
  The family of solvers referred to as SUNDIALS (SUit of Nonlinear and
  DIfferential/ALgebraic equation Solvers) consists of solvers CVODE
@@ -90,6 +90,7 @@
 Package: libsundials-serial-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: libsundials-serial-dev
 Description: SUNDIALS documentation files
  The family of solvers referred to as SUNDIALS (SUit of Nonlinear and



More information about the Pkg-scicomp-commits mailing list