summaryrefslogtreecommitdiff
path: root/cmockery_0_1_2/packages/deb/control
diff options
context:
space:
mode:
Diffstat (limited to 'cmockery_0_1_2/packages/deb/control')
-rw-r--r--cmockery_0_1_2/packages/deb/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/cmockery_0_1_2/packages/deb/control b/cmockery_0_1_2/packages/deb/control
new file mode 100644
index 0000000..3679d0e
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/control
@@ -0,0 +1,20 @@
+Source: cmockery
+Section: libdevel
+Priority: optional
+Maintainer: Google Inc, <opensource@google.com>
+Build-Depends: debhelper (>= 4.0.0), binutils
+Standards-Version: 3.6.1
+
+Package: libcmockery-dev
+Section: libdevel
+Architecture: any
+Depends: libcmockery0 (= ${Source-Version})
+Description: The cmockery package contains a lightweight library to simplify
+ and generalize the process of writing unit tests for C applications.
+
+Package: libcmockery0
+Section: libs
+Architecture: any
+Description: The cmockery package contains static and debug libraries and
+ header files for the development of test applications using %name.
+