summaryrefslogtreecommitdiffstats
path: root/libmudflap.0.pkg
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-23 12:37:34 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-23 12:37:34 (EDT)
commit9741dae8f257ef56272f9f33fa71c31e6dd83b64 (patch)
tree9a257a74b04695ab1e8442b482f384e3b03254d2 /libmudflap.0.pkg
parent61b7908675eb2d0fad7874c98c1c2cf65a3af2fe (diff)
Add some binary package control files.
Diffstat (limited to 'libmudflap.0.pkg')
-rw-r--r--libmudflap.0.pkg/control7
1 files changed, 7 insertions, 0 deletions
diff --git a/libmudflap.0.pkg/control b/libmudflap.0.pkg/control
new file mode 100644
index 0000000..b15865d
--- /dev/null
+++ b/libmudflap.0.pkg/control
@@ -0,0 +1,7 @@
+Architecture: any
+Platform: all
+Depends: gcc-4.7-common (= ${Binary-Version}), libc.6
+Description: GCC mudflap library
+ The GCC mudflap library instruments all risky pointer/array dereferencing
+ operations, some standard library string/heap functions, and some other
+ associated constructs with range/validity tests.