summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-08 16:28:13 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-08 16:28:13 (EDT)
commiteeb99805c76f39e222ef2e3be56965bb761fe044 (patch)
treeb7a8db6cf11198075294171fc95592342c0f2e82
parentd04e71b2156c8175fd43b19b6e15e0ff107dea17 (diff)
bc, dc, bc-doc: Use ${Source-Version} in arch:all deps
-rw-r--r--bc-doc.pkg/control2
-rw-r--r--bc.pkg/control2
-rw-r--r--dc.pkg/control2
3 files changed, 3 insertions, 3 deletions
diff --git a/bc-doc.pkg/control b/bc-doc.pkg/control
index ccdafa9..db8e885 100644
--- a/bc-doc.pkg/control
+++ b/bc-doc.pkg/control
@@ -1,6 +1,6 @@
Architecture: all
Platform: all
-Depends: bc-common (= ${Binary-Version})
+Depends: bc-common (= ${Source-Version})
Description: Arbitrary precision calculator language - documentation
${Common-Description}
.
diff --git a/bc.pkg/control b/bc.pkg/control
index 31279cd..6d1dea2 100644
--- a/bc.pkg/control
+++ b/bc.pkg/control
@@ -1,5 +1,5 @@
Architecture: any
Platform: all
-Depends: bc-common (= ${Binary-Version}), ${Shlib-Depends}
+Depends: bc-common (= ${Source-Version}), ${Shlib-Depends}
Description: Arbitrary precision calculator language
${Common-Description}
diff --git a/dc.pkg/control b/dc.pkg/control
index d34fc0d..8da12a9 100644
--- a/dc.pkg/control
+++ b/dc.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: bc-common (= ${Binary-Version}), ${Shlib-Depends}
+Depends: bc-common (= ${Source-Version}), ${Shlib-Depends}
Description: Arbitrary precision calculator
GNU dc is a reverse-polish desk calculator which supports unlimited precision
arithmetic. It also allows you to define and call macros.