summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 00:52:29 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-20 00:52:29 (EDT)
commit55334761f1bbcc7426ddf6587a27d5a214c65f51 (patch)
treef190aa15d4a1370ae028229c0bde9d1e16a328c1
parent7a2e39e22e8de4648c2d56c4425edbc94d036c35 (diff)
Add more binary packages
-rw-r--r--libasan.5.pkg/control6
-rw-r--r--libasan.5.pkg/files2
-rw-r--r--libatomic.1.pkg/control6
-rw-r--r--libatomic.1.pkg/files1
-rw-r--r--libcc1.0.pkg/control5
-rw-r--r--libcc1.0.pkg/files1
-rw-r--r--liblsan.0.pkg/control7
-rw-r--r--liblsan.0.pkg/files2
-rw-r--r--libtsan.0.pkg/control6
-rw-r--r--libtsan.0.pkg/files2
-rw-r--r--libubsan.1.pkg/control7
-rw-r--r--libubsan.1.pkg/files1
12 files changed, 46 insertions, 0 deletions
diff --git a/libasan.5.pkg/control b/libasan.5.pkg/control
new file mode 100644
index 0000000..5b6e5cb
--- /dev/null
+++ b/libasan.5.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
+Description: AddressSanitizer (ASan), an address sanity checker
+ AddressSanitizer is a fast memory error detector. It consists of a compiler
+ instrumentation module and a run-time library.
diff --git a/libasan.5.pkg/files b/libasan.5.pkg/files
new file mode 100644
index 0000000..8252ae8
--- /dev/null
+++ b/libasan.5.pkg/files
@@ -0,0 +1,2 @@
+/usr/lib/*/libasan.so.*
+/usr/lib/*/libasan*.o
diff --git a/libatomic.1.pkg/control b/libatomic.1.pkg/control
new file mode 100644
index 0000000..44eaa2c
--- /dev/null
+++ b/libatomic.1.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
+Description: GNU Atomic Library
+ When an atomic call cannot be turned into lock-free instructions, GCC will make
+ calls into this library.
diff --git a/libatomic.1.pkg/files b/libatomic.1.pkg/files
new file mode 100644
index 0000000..ba65c29
--- /dev/null
+++ b/libatomic.1.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libatomic.so.*
diff --git a/libcc1.0.pkg/control b/libcc1.0.pkg/control
new file mode 100644
index 0000000..5f7fc28
--- /dev/null
+++ b/libcc1.0.pkg/control
@@ -0,0 +1,5 @@
+Architecture: any
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
+Description: GCC cc1 plugin for GDB
+ libcc1 lets GDB reuse GCC's parser.
diff --git a/libcc1.0.pkg/files b/libcc1.0.pkg/files
new file mode 100644
index 0000000..2bd3aad
--- /dev/null
+++ b/libcc1.0.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libcc1.so.*
diff --git a/liblsan.0.pkg/control b/liblsan.0.pkg/control
new file mode 100644
index 0000000..65ee895
--- /dev/null
+++ b/liblsan.0.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
+Description: LeakSanitizer (LSan), a memory leak detector
+ LeakSanitizer is a run-time memory leak detector. It can be combined with
+ AddressSanitizer to get both memory error and leak detection, or used in a
+ stand-alone mode.
diff --git a/liblsan.0.pkg/files b/liblsan.0.pkg/files
new file mode 100644
index 0000000..d8bff99
--- /dev/null
+++ b/liblsan.0.pkg/files
@@ -0,0 +1,2 @@
+/usr/lib/*/liblsan.so.*
+/usr/lib/*/liblsan*.o
diff --git a/libtsan.0.pkg/control b/libtsan.0.pkg/control
new file mode 100644
index 0000000..ea5444c
--- /dev/null
+++ b/libtsan.0.pkg/control
@@ -0,0 +1,6 @@
+Architecture: any
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
+Description: ThreadSanitizer (TSan), a race detector
+ ThreadSanitizer is a tool that detects data races. It consists of a compiler
+ instrumentation module and a run-time library.
diff --git a/libtsan.0.pkg/files b/libtsan.0.pkg/files
new file mode 100644
index 0000000..685f25b
--- /dev/null
+++ b/libtsan.0.pkg/files
@@ -0,0 +1,2 @@
+/usr/lib/*/libtsan.so.*
+/usr/lib/*/libtsan*.o
diff --git a/libubsan.1.pkg/control b/libubsan.1.pkg/control
new file mode 100644
index 0000000..786fc7b
--- /dev/null
+++ b/libubsan.1.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends},
+Description: UndefinedBehaviorSanitizer (UBSan), undefined behavior checker
+ UndefinedBehaviorSanitizer (UBSan) is a fast undefined behavior detector.
+ UBSan modifies the program at compile-time to catch various kinds of undefined
+ behavior during program execution.
diff --git a/libubsan.1.pkg/files b/libubsan.1.pkg/files
new file mode 100644
index 0000000..db4f777
--- /dev/null
+++ b/libubsan.1.pkg/files
@@ -0,0 +1 @@
+/usr/lib/*/libubsan.so.*