Skip to content

Commit

Permalink
Remove strict version requirements between geopm debian packages
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher M. Cantalupo <christopher.m.cantalupo@intel.com>
  • Loading branch information
cmcantalupo committed May 20, 2024
1 parent 8104269 commit cb3bd91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions geopmpy/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Depends: python3 (>= 3.6~),
python3-yaml (>=5.4.1),
python3-setuptools (>=53.0.0),
python3-tables (>=3.7.0),
python3-geopmdpy (= ${binary:Version}),
python3-geopmdpy,
python3:any
Recommends: libgeopmd2 (= ${binary:Version}),
libgeopm2 (= ${binary:Version}),
python3-geopmpy-doc (= ${binary:Version})
Recommends: libgeopmd2,
libgeopm2,
python3-geopmpy-doc
Description: GEOPM - Global Extensible Open Power Manager Runtime Tools
Python support for GEOPM Runtime
12 changes: 6 additions & 6 deletions libgeopm/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Section: utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libgeopm2 (= ${binary:Version}),
libgeopmd2 (= ${binary:Version})
Recommends: geopm-runtime-doc (= ${binary:Version})
libgeopm2,
libgeopmd2
Recommends: geopm-runtime-doc
Description: The GEOPM Service provides a foundation for manipulating
hardware settings to optimize an objective defined by an unprivileged
user. The GEOPM Runtime is a software platform built on top of the
Expand All @@ -37,8 +37,8 @@ Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libgeopm2 (= ${binary:Version})
Recommends: libgeopm-doc (= ${binary:Version})
libgeopm2
Recommends: libgeopm-doc
Description: Development package for the GEOPM Runtime. This provides
the programming interface to libgeopm.so. The package includes the C
and C++ header files, maunuals for these interfaces and the
Expand All @@ -51,7 +51,7 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: libgeopm-doc (= ${binary:Version})
Recommends: libgeopm-doc
Description: Library supporting the GEOPM Runtime. This provides the
libgeopm library which provides C and C++ interfaces.
.
Expand Down

0 comments on commit cb3bd91

Please sign in to comment.