[pmix] 05/16: fix depends variable references
Alastair McKinstry
mckinstry at moszumanska.debian.org
Thu Jan 4 14:23:53 UTC 2018
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository pmix.
commit 0666af496c90401595bd71a18e4d01bd6d5ba548
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Thu Nov 23 08:50:46 2017 +0000
fix depends variable references
---
debian/control | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 045cbf2..70dba72 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Package: libpmix-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpmix2-pmix (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libpmix2 (= ${binary:Version}),
Description: Development files for the PMI Exascale library
This is the OpenMPI implementation of the Process Management Interface (PMI)
Exascale API. PMIx aims to retain transparent compatibility with the existing
@@ -28,7 +28,8 @@ Package: libpmi-pmix-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends}, libpmix2-pmix (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libpmi1-pmix (= ${binary:Version}), libpmi2-pmix (= ${binary:Version})
Description: Development files for the PMI library (OpenMPI )
This is the OpenMPI implementation of the Process Management Interface (PMI)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pmix.git
More information about the debian-science-commits
mailing list