summaryrefslogtreecommitdiffstats
path: root/libubsan.1.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'libubsan.1.pkg')
-rw-r--r--libubsan.1.pkg/control7
-rw-r--r--libubsan.1.pkg/files1
2 files changed, 8 insertions, 0 deletions
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.*