[Pkg-openmpi-commits] r237 - in /openmpi/trunk/debian: changelog control

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Tue Feb 16 16:58:55 UTC 2010


Author: manuel
Date: Tue Feb 16 16:58:55 2010
New Revision: 237

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=237
Log:
Added ${misc:Depends} everywhere so lintian is happy

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/control

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=237&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Tue Feb 16 16:58:55 2010
@@ -17,8 +17,9 @@
   * Compile with support for heterogeneous environments and memory affinity.
   * Provide symlinks for orte-{checkpoint,restart} for smoother transition.
     The tools were merged with ompi-{checkpoint,restart}.
-
- -- Manuel Prinz <manuel at debian.org>  Mon, 08 Feb 2010 19:06:32 +0100
+  * Added ${misc:Depends} everywhere so lintian is happy.
+
+ -- Manuel Prinz <manuel at debian.org>  Tue, 16 Feb 2010 17:21:08 +0100
 
 openmpi (1.3.3-4) unstable; urgency=medium
 

Modified: openmpi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/control?rev=237&op=diff
==============================================================================
--- openmpi/trunk/debian/control (original)
+++ openmpi/trunk/debian/control Tue Feb 16 16:58:55 2010
@@ -40,7 +40,7 @@
 Package: libopenmpi-dev
 Section: libdevel
 Architecture: alpha amd64 i386 ia64 powerpc ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
-Depends: ${shlibs:Depends}, libopenmpi1.3 (= ${binary:Version}), openmpi-common (= ${source:Version}), libibverbs-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
+Depends: ${shlibs:Depends}, ${misc:Depends}, libopenmpi1.3 (= ${binary:Version}), openmpi-common (= ${source:Version}), libibverbs-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
 Conflicts: openmpi-dev
 Replaces: openmpi-dev, openmpi-bin (<= 1.2.4-0)
 Provides: openmpi-dev
@@ -72,6 +72,7 @@
 
 Package: openmpi-common
 Architecture: all
+Depends: ${misc:Depends}
 Description: high performance message passing library -- common files
  Open MPI is a project combining technologies and resources from several other
  projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best
@@ -84,6 +85,7 @@
 Package: openmpi-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Conflicts: mpi-doc, lam-mpidoc, lam4-dev, openmpi-mpidoc
 Replaces: openmpi-mpidoc
 Provides: openmpi-mpidoc
@@ -100,7 +102,7 @@
 Package: libopenmpi-dbg
 Section: debug
 Architecture: alpha amd64 i386 ia64 powerpc ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
-Depends: openmpi-bin (= ${binary:Version}), libopenmpi1.3 (= ${binary:Version})
+Depends: ${misc:Depends}, openmpi-bin (= ${binary:Version}), libopenmpi1.3 (= ${binary:Version})
 Conflicts: openmpi-dbg
 Replaces: openmpi-dbg
 Provides: openmpi-dbg




More information about the Pkg-openmpi-commits mailing list