]> granicus.if.org Git - check/commitdiff
Fixed mail address
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 11 Nov 2004 11:19:24 +0000 (11:19 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 11 Nov 2004 11:19:24 +0000 (11:19 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@210 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/debian/control
check/rpm/check.spec.in

index d05c2bbc22d3dc01fa58a21965801d2d5a965f68..349e87f2ab781effb37f1284bf96721c43782acb 100644 (file)
@@ -1,7 +1,7 @@
 Source: check
 Section: devel
 Priority: optional
-Maintainer: Fredrik Hugosson <hugo303@sourceforge.net>
+Maintainer: Fredrik Hugosson <hugo303@users.sourceforge.net>
 Build-Depends: debhelper (>> 3.0.0)
 Standards-Version: 3.5.2
 
index 2551597485118ae83d948e3706a2c88992e5c14c..283adfee5dac7eed478928cbfa776c0c95d2a6fc 100644 (file)
@@ -9,7 +9,7 @@ Copyright: Arien Malec <arien_malec@yahoo.com>
 URL: http://check.sourceforge.net/
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Packager: Fredrik Hugosson <hugo303@sourceforge.net>
+Packager: Fredrik Hugosson <hugo303@users.sourceforge.net>
 
 %description
 Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.