summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 16:25:00 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-01-07 16:25:00 (EST)
commitcd2ef664c5694dbb901a8471812059ba63e02d0d (patch)
tree70b361d9aaff117ac5cf6499602bca82151fe059
parent4078f5b35a048cf16d62ebd5f4b188b1aa259af6 (diff)
libsensors.5: Move docs to libsensors.5-config
-rw-r--r--libsensors.5-config.pkg/control1
-rw-r--r--libsensors.5-config.pkg/docs (renamed from libsensors.5.pkg/docs)0
-rw-r--r--libsensors.5-dev.pkg/control4
-rw-r--r--libsensors.5.pkg/control4
-rw-r--r--lm-sensors-doc.pkg/control3
-rw-r--r--sensors.pkg/control4
6 files changed, 11 insertions, 5 deletions
diff --git a/libsensors.5-config.pkg/control b/libsensors.5-config.pkg/control
index 79f32b9..0704265 100644
--- a/libsensors.5-config.pkg/control
+++ b/libsensors.5-config.pkg/control
@@ -1,6 +1,5 @@
Architecture: all
Platform: all
-Depends: libsensors.5 (>= ${Source-Version})
Description: Linux hardware monitoring - configuration
${Common-Description}
.
diff --git a/libsensors.5.pkg/docs b/libsensors.5-config.pkg/docs
index e69de29..e69de29 100644
--- a/libsensors.5.pkg/docs
+++ b/libsensors.5-config.pkg/docs
diff --git a/libsensors.5-dev.pkg/control b/libsensors.5-dev.pkg/control
index c376e19..a672465 100644
--- a/libsensors.5-dev.pkg/control
+++ b/libsensors.5-dev.pkg/control
@@ -1,7 +1,9 @@
Architecture: any-linux-any
Platform: all
Section: libdev
-Depends: libsensors.5 (= ${Binary-Version})
+Depends:
+ libsensors.5 (= ${Binary-Version}),
+ libsensors.5-config (= ${Source-Version}),
Description: Linux hardware monitoring library - development files
${Common-Description}
.
diff --git a/libsensors.5.pkg/control b/libsensors.5.pkg/control
index 4e8242f..e83ac6d 100644
--- a/libsensors.5.pkg/control
+++ b/libsensors.5.pkg/control
@@ -1,7 +1,9 @@
Architecture: any-linux-any
Platform: all
Section: lib
-Depends: ${Shlib-Depends}, libsensors.5-config
+Depends:
+ ${Shlib-Depends},
+ libsensors.5-config (= ${Source-Version}),
Description: Linux hardware monitoring library
${Common-Description}
.
diff --git a/lm-sensors-doc.pkg/control b/lm-sensors-doc.pkg/control
index b00cc42..c6cc3d9 100644
--- a/lm-sensors-doc.pkg/control
+++ b/lm-sensors-doc.pkg/control
@@ -1,6 +1,7 @@
Architecture: all
Platform: all
-Depends: libsensors.5 (>= ${Source-Version})
+Depends:
+ libsensors.5-config (= ${Source-Version}),
Description: Linux hardware monitoring - documentation
${Common-Description}
.
diff --git a/sensors.pkg/control b/sensors.pkg/control
index 1246406..6976cba 100644
--- a/sensors.pkg/control
+++ b/sensors.pkg/control
@@ -1,7 +1,9 @@
Architecture: any-linux-any
Platform: all
Section: util
-Depends: libsensors.5 (= ${Binary-Version}), ${Shlib-Depends}
+Depends:
+ ${Shlib-Depends},
+ libsensors.5-config (= ${Source-Version}),
Description: Linux hardware monitoring utility
${Common-Description}
.