summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gdb-common.pkg/control2
-rw-r--r--gdb-doc.pkg/control2
-rw-r--r--gdb.pkg/control2
-rw-r--r--gdbserver.pkg/control2
4 files changed, 4 insertions, 4 deletions
diff --git a/gdb-common.pkg/control b/gdb-common.pkg/control
index d3b9b36..4af9d98 100644
--- a/gdb-common.pkg/control
+++ b/gdb-common.pkg/control
@@ -1,4 +1,4 @@
-Architecture: any
+Architecture: all
Platform: all
Description: GNU Project debugger - common files
${Common-Description}
diff --git a/gdb-doc.pkg/control b/gdb-doc.pkg/control
index 1a53d18..9c8c485 100644
--- a/gdb-doc.pkg/control
+++ b/gdb-doc.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gdb-common (= ${Binary-Version})
+Depends: gdb-common (= ${Source-Version})
Description: GNU Project debugger - documentation
${Common-Description}
.
diff --git a/gdb.pkg/control b/gdb.pkg/control
index f3fba75..803f209 100644
--- a/gdb.pkg/control
+++ b/gdb.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gdb-common (= ${Binary-Version}),
+Depends: gdb-common (= ${Source-Version}),
libreadline.6,
libncurses.5,
libtinfo.5,
diff --git a/gdbserver.pkg/control b/gdbserver.pkg/control
index d7b83d3..3b310a4 100644
--- a/gdbserver.pkg/control
+++ b/gdbserver.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gdb-common (= ${Binary-Version})
+Depends: gdb-common (= ${Source-Version})
Description: GNU Project remote debugging server
${Common-Description}
.