summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-08-03 02:43:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-08-03 02:43:44 (EDT)
commit99ce7b9cfcf89da8178c38f18e89582477fc89a4 (patch)
treea81c4f2b49a82ebcaef8df28f56158405fb9a0d2
parent78edc48877c60789c2ebcf571d8c05f5d67eb1bd (diff)
*-dev: Fix relationships with other *-dev packages
-rw-r--r--libwolfssl.24-client-dev.pkg/control2
-rw-r--r--libwolfssl.24-full-dev.pkg/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/libwolfssl.24-client-dev.pkg/control b/libwolfssl.24-client-dev.pkg/control
index 4cbcafe..e9e049f 100644
--- a/libwolfssl.24-client-dev.pkg/control
+++ b/libwolfssl.24-client-dev.pkg/control
@@ -4,7 +4,7 @@ Section: libdev
Depends:
libwolfssl.${Abi-Version}-common (>= ${Source-Version}),
libwolfssl.${Abi-Version}-client:${Host-Arch} (= ${Binary-Version}),
-Conflicts: libwolfssl.${Abi-Version}-full-dev:${Host-Arch}
+Conflicts: libwolfssl.${Abi-Version}-full-dev
# NB: These libdev packages don't replace each other like the lib packages do.
Description: Lightweight TLS library - client library - development files
${Common-Description}
diff --git a/libwolfssl.24-full-dev.pkg/control b/libwolfssl.24-full-dev.pkg/control
index 4a43aac..59e5c97 100644
--- a/libwolfssl.24-full-dev.pkg/control
+++ b/libwolfssl.24-full-dev.pkg/control
@@ -4,7 +4,7 @@ Section: libdev
Depends:
libwolfssl.${Abi-Version}-common (>= ${Source-Version}),
libwolfssl.${Abi-Version}-full:${Host-Arch} (= ${Binary-Version}),
-Conflicts: libwolfssl.${Abi-Version}-client-dev:${Host-Arch}
+Conflicts: libwolfssl.${Abi-Version}-client-dev
# NB: These libdev packages don't replace each other like the lib packages do.
Description: Lightweight TLS library - client/server library - development files
${Common-Description}