summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristoph Biedl <debian.axhn@manchmal.in-ulm.de>2022-10-16 04:18:17 -0700
committerChristoph Biedl <debian.axhn@manchmal.in-ulm.de>2022-10-16 04:18:17 -0700
commit4e333e7284c653caa0ad813e774dca813c8b0526 (patch)
tree750686ad0342e075fea8f5855fb21947370a963c /debian/control
parente0e66b73d16846dd5b4f8b9278a9b2f5474a7456 (diff)
parent0f8c608a1b128c42b75aa8fac35d3df4a3d57e57 (diff)
infinipath-psm (3.3+20.604758e7-6.2) unstable; urgency=medium
* Non-maintainer upload * Work around FTBFS with gcc-12. Closes: #984057 [dgit import unpatched infinipath-psm 3.3+20.604758e7-6.2]
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control56
1 files changed, 56 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1f5653f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: infinipath-psm
+Section: libs
+Priority: optional
+Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
+Uploaders: Roland Fehrenbacher <rf@q-leap.de>,
+ Mehdi Dogguy <mehdi@debian.org>
+Build-Depends: debhelper (>= 9),
+ dpkg-dev (>= 1.13.19),
+ uuid-dev
+Standards-Version: 4.1.3
+Homepage: https://github.com/intel/psm
+Vcs-Git: https://salsa.debian.org/hpc-team/infinipath-psm
+Vcs-Browser: https://salsa.debian.org/hpc-team/infinipath-psm
+
+Package: libpsm-infinipath1
+Architecture: amd64 i386
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
+Description: PSM Messaging library for Intel Truescale adapters
+ The PSM Messaging API, or PSM API, is Intel's (formerly QLogic's) low-level,
+ user-level communication interface for the Truescale family of products. PSM
+ users can use mechanisms necessary to implement higher-level communication
+ interfaces in parallel environments.
+ .
+ This package contains the shared libraries.
+
+Package: libpsm-infinipath1-dev
+Section: libdevel
+Architecture: amd64 i386
+Depends: libpsm-infinipath1 (= ${binary:Version}),
+ ${misc:Depends}
+Conflicts: libion-dev
+Description: Development files for libpsm-infinipath1
+ The PSM Messaging API, or PSM API, is Intel's (formerly QLogic's) low-level,
+ user-level communication interface for the Truescale family of products. PSM
+ users can use mechanisms necessary to implement higher-level communication
+ interfaces in parallel environments.
+ .
+ This package is needed to compile programs against libpsm-infinipath1.
+ It contains the header files and links needed for compiling.
+
+Package: libpsm-infinipath1-dbg
+Section: debug
+Priority: optional
+Architecture: amd64 i386
+Depends: libpsm-infinipath1 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debugging symbols for libpsm-infinipath1
+ The PSM Messaging API, or PSM API, is Intel's (formerly QLogic's) low-level,
+ user-level communication interface for the Truescale family of products. PSM
+ users can use mechanisms necessary to implement higher-level communication
+ interfaces in parallel environments.
+ .
+ This package contains the debugging symbols associated with
+ libpsm-infinipath1. They will automatically be used by gdb for debugging
+ libpsm-infinipath1-related issues.