Uploading cmockery 0.1.2 to external/cmockery

A lightweight library to simplify and generalize the process of writing unit
tests for C applications.

Change-Id: I460a9b6740f10593e35ae988df753a43491c6456
diff --git a/cmockery_0_1_2/packages/deb/README b/cmockery_0_1_2/packages/deb/README
new file mode 100644
index 0000000..57becfd
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/README
@@ -0,0 +1,7 @@
+The list of files here isn't complete.  For a step-by-step guide on
+how to set this package up correctly, check out
+    http://www.debian.org/doc/maint-guide/
+
+Most of the files that are in this directory are boilerplate.
+However, you may need to change the list of binary-arch dependencies
+in 'rules'.
diff --git a/cmockery_0_1_2/packages/deb/changelog b/cmockery_0_1_2/packages/deb/changelog
new file mode 100644
index 0000000..11544e1
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/changelog
@@ -0,0 +1,7 @@
+cmockery (0.1-2) unstable; urgency=low
+   * cmockery: version 0.12
+     Made it possible to specify additional compiler, lib tool and link 
+     flags on Windows.
+     Added Windows makefile to the tar ball.
+
+ -- Google Inc. <opensource@google.com>  Mon, 28 Aug 2008 17:43:20 -0700
diff --git a/cmockery_0_1_2/packages/deb/compat b/cmockery_0_1_2/packages/deb/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/compat
@@ -0,0 +1 @@
+4
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.
+
diff --git a/cmockery_0_1_2/packages/deb/copyright b/cmockery_0_1_2/packages/deb/copyright
new file mode 100644
index 0000000..8367bab
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/copyright
@@ -0,0 +1,35 @@
+This package was debianized by Google Inc. <opensource@google.com> on
+28 August 2008.
+
+It was downloaded from http://code.google.com/
+
+Upstream Author: opensource@google.com
+
+Copyright (c) 2006, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+    * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+    * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/cmockery_0_1_2/packages/deb/docs b/cmockery_0_1_2/packages/deb/docs
new file mode 100644
index 0000000..c19d53d
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/docs
@@ -0,0 +1,7 @@
+AUTHORS
+COPYING
+ChangeLog
+INSTALL
+NEWS
+README
+doc/index.html
diff --git a/cmockery_0_1_2/packages/deb/libcmockery-dev.dirs b/cmockery_0_1_2/packages/deb/libcmockery-dev.dirs
new file mode 100644
index 0000000..d3ea20b
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/libcmockery-dev.dirs
@@ -0,0 +1,4 @@
+usr/lib
+usr/include
+usr/include/google
+
diff --git a/cmockery_0_1_2/packages/deb/libcmockery-dev.install b/cmockery_0_1_2/packages/deb/libcmockery-dev.install
new file mode 100644
index 0000000..96e0c43
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/libcmockery-dev.install
@@ -0,0 +1,9 @@
+usr/include/google/*
+usr/lib/lib*.so
+usr/lib/lib*.a
+usr/lib/lib*.la
+debian/tmp/usr/include/google/*
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.la
+
diff --git a/cmockery_0_1_2/packages/deb/libcmockery0.dirs b/cmockery_0_1_2/packages/deb/libcmockery0.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/libcmockery0.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/cmockery_0_1_2/packages/deb/libcmockery0.install b/cmockery_0_1_2/packages/deb/libcmockery0.install
new file mode 100644
index 0000000..704ea87
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/libcmockery0.install
@@ -0,0 +1,2 @@
+usr/lib/lib*.so.*
+debian/tmp/usr/lib/lib*.so.*
diff --git a/cmockery_0_1_2/packages/deb/rules b/cmockery_0_1_2/packages/deb/rules
new file mode 100644
index 0000000..f520bef
--- /dev/null
+++ b/cmockery_0_1_2/packages/deb/rules
@@ -0,0 +1,117 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+# shared library versions, option 1
+#version=2.0.5
+#major=2
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+version=`ls src/.libs/lib*.so.* | \
+ awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+major=`ls src/.libs/lib*.so.* | \
+ awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+
+build: build-stamp
+build-stamp:  config.status
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_install --sourcedir=debian/tmp
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install