From: hugo303 Date: Tue, 30 Aug 2005 09:05:22 +0000 (+0000) Subject: Added new debian files, missed in the checkin of the debian patch X-Git-Tag: 0.10.0~912 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c253f229a3175718799105a9946e088c07554956;p=check Added new debian files, missed in the checkin of the debian patch git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@240 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/check/debian/README.Debian b/check/debian/README.Debian new file mode 100644 index 0000000..f3e5aa7 --- /dev/null +++ b/check/debian/README.Debian @@ -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 index 0000000..00750ed --- /dev/null +++ b/check/debian/compat @@ -0,0 +1 @@ +3 diff --git a/check/debian/copyright b/check/debian/copyright index 0a4d087..759e150 100644 --- a/check/debian/copyright +++ b/check/debian/copyright @@ -8,7 +8,8 @@ The upstream source was downloaded from http://sourceforge.net/projects/check Upstream Authors: Arien Malec , Sven Neumann , - Fred L. Drake, Jr. + Fred L. Drake, Jr. , + Fredrik Hugosson Copyright: 2001-2005 check authors (see above) and others diff --git a/check/debian/docs b/check/debian/docs new file mode 100644 index 0000000..29f6f41 --- /dev/null +++ b/check/debian/docs @@ -0,0 +1,2 @@ +NEWS +ChangeLogOld diff --git a/check/debian/example_makefile b/check/debian/example_makefile new file mode 100644 index 0000000..fa63917 --- /dev/null +++ b/check/debian/example_makefile @@ -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 index 0000000..2dbdf7e --- /dev/null +++ b/check/debian/examples @@ -0,0 +1 @@ +doc/money/* diff --git a/check/debian/watch b/check/debian/watch new file mode 100644 index 0000000..ac06598 --- /dev/null +++ b/check/debian/watch @@ -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