]> granicus.if.org Git - check/commitdiff
Added new debian files, missed in the checkin of the debian patch
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 30 Aug 2005 09:05:22 +0000 (09:05 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 30 Aug 2005 09:05:22 +0000 (09:05 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@240 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/debian/README.Debian [new file with mode: 0644]
check/debian/compat [new file with mode: 0644]
check/debian/copyright
check/debian/docs [new file with mode: 0644]
check/debian/example_makefile [new file with mode: 0644]
check/debian/examples [new file with mode: 0644]
check/debian/watch [new file with mode: 0644]

diff --git a/check/debian/README.Debian b/check/debian/README.Debian
new file mode 100644 (file)
index 0000000..f3e5aa7
--- /dev/null
@@ -0,0 +1,10 @@
+U P G R A D E   N O T I C E
+===========================
+
+This version of check makes tcase_free and suite_free static and not 
+available to your programs anymore. this is not an error, but intended
+since these are freed by srunner_free now. a deprecation period would 
+have been nice, but here we are. so: just delete the calls and make 
+sure you run srunner_free!
+
+cu  robert
diff --git a/check/debian/compat b/check/debian/compat
new file mode 100644 (file)
index 0000000..00750ed
--- /dev/null
@@ -0,0 +1 @@
+3
index 0a4d087ab349d78bf89304b47b60a70c255867ca..759e15019a2adfbaca1fbe73d5f57ff289789a30 100644 (file)
@@ -8,7 +8,8 @@ The upstream source was downloaded from http://sourceforge.net/projects/check
 
 Upstream Authors: Arien Malec <arien_malec@yahoo.com>, 
                                        Sven Neumann <neo23@users.sourceforge.net>, 
-                                       Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 
+                                       Fred L. Drake, Jr. <fdrake@users.sourceforge.net>, 
+                                       Fredrik Hugosson <hugo303@users.sourceforge.net>
                                        
 Copyright: 2001-2005 check authors (see above) and others
 
diff --git a/check/debian/docs b/check/debian/docs
new file mode 100644 (file)
index 0000000..29f6f41
--- /dev/null
@@ -0,0 +1,2 @@
+NEWS
+ChangeLogOld
diff --git a/check/debian/example_makefile b/check/debian/example_makefile
new file mode 100644 (file)
index 0000000..fa63917
--- /dev/null
@@ -0,0 +1,11 @@
+# this is a very simple makefile for the 
+# check examples. in a real-world situation 
+# you would have to modify your make setup accordingly.
+
+LDFLAGS=-lcheck
+
+check_example: check_money.o money.o
+       $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) 
+
+%.o: %.c
+       $(CC) $(CFLAGS) -c $<
diff --git a/check/debian/examples b/check/debian/examples
new file mode 100644 (file)
index 0000000..2dbdf7e
--- /dev/null
@@ -0,0 +1 @@
+doc/money/*
diff --git a/check/debian/watch b/check/debian/watch
new file mode 100644 (file)
index 0000000..ac06598
--- /dev/null
@@ -0,0 +1,6 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site         Directory               Pattern                 Version Script
+version=2
+http://prdownloads.sourceforge.net/check/ /check/check-(.*).tar.gz