summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-11 14:37:07 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-11 14:37:07 (EDT)
commit33299bd1addef86bae0dec1b76b07417a6a78e20 (patch)
tree0d9e8f20adb1c80e89e948e689f3ed0b9e2f6bec
parent88af01f4e2c7ccb4ca2825db3830984939e1f6e0 (diff)
Add binary packages.
-rw-r--r--gdb-common.pkg/control6
-rw-r--r--gdb-common.pkg/docs0
-rw-r--r--gdb-doc.pkg/control7
-rw-r--r--gdb-doc.pkg/files2
-rw-r--r--gdb.pkg/control5
-rw-r--r--gdb.pkg/files3
-rw-r--r--gdbserver.pkg/control7
-rw-r--r--gdbserver.pkg/files2
8 files changed, 32 insertions, 0 deletions
diff --git a/gdb-common.pkg/control b/gdb-common.pkg/control
new file mode 100644
index 0000000..d3b9b36
--- /dev/null
+++ b/gdb-common.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Description: GNU Project debugger - common files
+ ${Common-Description}
+ .
+ This package provides source package documentation files for GDB.
diff --git a/gdb-common.pkg/docs b/gdb-common.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/gdb-common.pkg/docs
diff --git a/gdb-doc.pkg/control b/gdb-doc.pkg/control
new file mode 100644
index 0000000..1a53d18
--- /dev/null
+++ b/gdb-doc.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: gdb-common (= ${Binary-Version})
+Description: GNU Project debugger - documentation
+ ${Common-Description}
+ .
+ This package provides documentation for GDB.
diff --git a/gdb-doc.pkg/files b/gdb-doc.pkg/files
new file mode 100644
index 0000000..6da7b02
--- /dev/null
+++ b/gdb-doc.pkg/files
@@ -0,0 +1,2 @@
+/usr/share/info
+/usr/share/man
diff --git a/gdb.pkg/control b/gdb.pkg/control
new file mode 100644
index 0000000..78c1fce
--- /dev/null
+++ b/gdb.pkg/control
@@ -0,0 +1,5 @@
+Architecture: any
+Platform: all
+Depends: gdb-common (= ${Binary-Version})
+Description: GNU Project debugger
+ ${Common-Description}
diff --git a/gdb.pkg/files b/gdb.pkg/files
new file mode 100644
index 0000000..be3d0e2
--- /dev/null
+++ b/gdb.pkg/files
@@ -0,0 +1,3 @@
+/etc/gdb/gdbinit
+/usr/bin/gdb
+/usr/share/gdb/syscalls
diff --git a/gdbserver.pkg/control b/gdbserver.pkg/control
new file mode 100644
index 0000000..d7b83d3
--- /dev/null
+++ b/gdbserver.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: gdb-common (= ${Binary-Version})
+Description: GNU Project remote debugging server
+ ${Common-Description}
+ .
+ This package provides gdbserver, a control program for remote debugging.
diff --git a/gdbserver.pkg/files b/gdbserver.pkg/files
new file mode 100644
index 0000000..886729f
--- /dev/null
+++ b/gdbserver.pkg/files
@@ -0,0 +1,2 @@
+/usr/bin/gdbserver
+/usr/lib/*/libinproctrace.so