From 7ff896c252367e9abfbcddc688d8c684e4f64dc6 Mon Sep 17 00:00:00 2001 From: cpickett Date: Fri, 13 Oct 2006 03:13:37 +0000 Subject: [PATCH] * Delete debian/ per Debian maintainer's suggestion -- it's better not for upstream to manage packaging for distributions git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@276 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- debian/.cvsignore | 2 - debian/Makefile.am | 16 ---- debian/README.Debian | 10 --- debian/changelog | 138 -------------------------------- debian/check.dirs | 4 - debian/check.doc-base.tut | 0 debian/check.docs | 0 debian/check.files | 4 - debian/check.postinst.debhelper | 5 -- debian/check.prerm.debhelper | 6 -- debian/compat | 1 - debian/control | 15 ---- debian/copyright | 31 ------- debian/dirs | 3 - debian/docs | 2 - debian/example_makefile | 11 --- debian/examples | 1 - debian/rules | 64 --------------- debian/watch | 6 -- 19 files changed, 319 deletions(-) delete mode 100644 debian/.cvsignore delete mode 100644 debian/Makefile.am delete mode 100644 debian/README.Debian delete mode 100644 debian/changelog delete mode 100644 debian/check.dirs delete mode 100644 debian/check.doc-base.tut delete mode 100644 debian/check.docs delete mode 100644 debian/check.files delete mode 100644 debian/check.postinst.debhelper delete mode 100644 debian/check.prerm.debhelper delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100644 debian/docs delete mode 100644 debian/example_makefile delete mode 100644 debian/examples delete mode 100755 debian/rules delete mode 100644 debian/watch diff --git a/debian/.cvsignore b/debian/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/debian/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/debian/Makefile.am b/debian/Makefile.am deleted file mode 100644 index 0932347..0000000 --- a/debian/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -## Process this file with automake to produce Makefile.in - -EXTRA_DIST =\ - changelog\ - check.dirs\ - check.files\ - check.docs\ - check.doc-base.tut\ - control\ - copyright\ - dirs\ - rules\ - check.postinst.debhelper \ - check.prerm.debhelper - -CLEANFILES = *~ diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index f3e5aa7..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,10 +0,0 @@ -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/debian/changelog b/debian/changelog deleted file mode 100644 index ff86104..0000000 --- a/debian/changelog +++ /dev/null @@ -1,138 +0,0 @@ -check (0.9.2-6) unstable; urgency=low - - * Rebuild for g++ transition - * Updated to newer standards version - - -- Robert Lemmen Tue, 19 Jul 2005 10:53:23 +0200 - -check (0.9.2-5) unstable; urgency=low - - * fixed documentation (Closes: #301214) - * added include to check.h (Closes: #301319) - - -- Robert Lemmen Wed, 8 Jun 2005 14:50:11 +0200 - -check (0.9.2-4) unstable; urgency=low - - * added an upgrade notice that was missing - - -- Robert Lemmen Mon, 14 Mar 2005 19:12:09 +0100 - -check (0.9.2-3) unstable; urgency=low - - * fixed some problems with upstream files in debian/ - - -- Robert Lemmen Tue, 15 Feb 2005 16:11:59 +0100 - -check (0.9.2-2) unstable; urgency=low - - * fixed FTBFS error when trying to copy the example data - - -- Robert Lemmen Thu, 13 Jan 2005 13:46:25 +0100 - -check (0.9.2-1) unstable; urgency=low - - * New upstream release (Closes: #261420) - * Took over maintenance (Closes: #288213) - * Updated to new policy version - * Fixed copyright files (Closes: #187986) - * General cleanups in debian/ - * Added watch file - - -- Robert Lemmen Sat, 8 Jan 2005 20:22:17 +0100 - -check (0.8.4-1) unstable; urgency=low - - * Changed Author(s): to Author: in copyright file to keep lintian - happy. - - -- Britton Leo Kerin Tue, 10 Dec 2002 21:05:40 -0900 - - * Removed erroneous check directory from check.dirs. - - * Added lines to check.install to install check.lintian_overrides as - /usr/share/lintian/overrides/check. - - * Moved override to check.lintian_overrides. - - * Added lines to check.install to install examples, added invocation - of dh_install to rules. - - * Added check.install to install tutorial documentation. - - * The install target of rules now removes a doc/check-0.8.4 - directory that upstream installs. - - * Removed useless (now that distclean is used) clean of src - directory. - - * Removed README from check.docs. - - * Made BASE variable in rules simply expanded and changed it to - absolute path, reformatted slightly. - - * Change clean to distclean in rules/clean target. - - * Removed reference to debian subdirector from Makefile.in. - - * Updated copyright file. - - * Removed obsolete /usr/doc sym linking code from postinst and - prerm, added set -e to prerm. - - * Added comment in rules explaining why strip should not be - performed on this library. - - * I (Britton Leo Kerin) am now listed as the maintainer in the - control file. - - -- Britton Leo Kerin Mon, 09 Dec 2002 20:28:51 -0900 - - * debian/rules now uses upstream configure, DH_COMPAT=4, install - target is simplified by additional use of debhelper, irrelevant - dh_ program calls commented out. - - * New upstream release. Closes: bug#85195. - - -- Britton Leo Kerin Sun, 08 Dec 2002 23:53:02 -0900 - -check (0.8.3-2) unstable; urgency=low - - * Corrected typos in check.h. closes: #151599 - - -- Muhammad Hussain Yusuf Mon, 1 Jul 2002 16:21:57 +0100 - -check (0.8.3-1) unstable; urgency=low - - * New Upstream release - * Added check.m4 to /usr/share/aclocal. Closes: #148044 - - -- Muhammad Hussain Yusuf Sat, 25 May 2002 10:59:11 +0100 - -check (0.8.2-1) unstable; urgency=low - - * New Upstream Release. Closes: #144186 - - -- Muhammad Hussain Yusuf Fri, 26 Apr 2002 10:54:45 +0100 - -check (0.8.1-2) unstable; urgency=low - - * Changed copyright details to LGPL. Closes: #141952 - - -- Muhammad Hussain Yusuf Wed, 10 Apr 2002 12:55:49 +0100 - -check (0.8.1-1) unstable; urgency=low - - * New Upstream Release. Closes: #138898 - - -- Muhammad Hussain Yusuf Fri, 22 Mar 2002 12:41:16 +0000 - -check (0.8.0-1) unstable; urgency=low - - * Initial Release. Closes: #132568 - - -- Muhammad Hussain Yusuf Sun, 10 Feb 2002 15:55:59 +0000 - -Local variables: -mode: debian-changelog -End: diff --git a/debian/check.dirs b/debian/check.dirs deleted file mode 100644 index 7cbede6..0000000 --- a/debian/check.dirs +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib -usr/include -usr/share/aclocal -usr/share/doc/check diff --git a/debian/check.doc-base.tut b/debian/check.doc-base.tut deleted file mode 100644 index e69de29..0000000 diff --git a/debian/check.docs b/debian/check.docs deleted file mode 100644 index e69de29..0000000 diff --git a/debian/check.files b/debian/check.files deleted file mode 100644 index 5dbb9e4..0000000 --- a/debian/check.files +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/check.h -usr/lib/libcheck.a -usr/share/aclocal/check.m4 -usr/share/doc/check diff --git a/debian/check.postinst.debhelper b/debian/check.postinst.debhelper deleted file mode 100644 index 46f0421..0000000 --- a/debian/check.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_installdocs -if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then - install-docs -i /usr/share/doc-base/check-tutorial -fi -# End automatically added section diff --git a/debian/check.prerm.debhelper b/debian/check.prerm.debhelper deleted file mode 100644 index cc674a8..0000000 --- a/debian/check.prerm.debhelper +++ /dev/null @@ -1,6 +0,0 @@ -# Automatically added by dh_installdocs -if [ "$1" = remove ] || [ "$1" = upgrade ] && \ - which install-docs >/dev/null 2>&1; then - install-docs -r check-tutorial -fi -# End automatically added section diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 00750ed..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -3 diff --git a/debian/control b/debian/control deleted file mode 100644 index 7a0302a..0000000 --- a/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: check -Section: devel -Priority: optional -Maintainer: Robert Lemmen -Build-Depends: debhelper (>= 3.0.0) -Standards-Version: 3.6.2.1 - -Package: check -Architecture: any -Description: unit test framework for C - Check 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. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 759e150..0000000 --- a/debian/copyright +++ /dev/null @@ -1,31 +0,0 @@ -This package is now maintained by Robert Lemmen - -It was originally debianized by Muhammad Hussain Yusuf -on Sun, 10 Feb 2002 15:55:59 +0000 and maintained after him for a while by -Britton Leo Kerin - -The upstream source was downloaded from http://sourceforge.net/projects/check - -Upstream Authors: Arien Malec , - Sven Neumann , - Fred L. Drake, Jr. , - Fredrik Hugosson - -Copyright: 2001-2005 check authors (see above) and others - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - On Debian systems, the complete text of the GNU Lesser General Public - License can be found in /usr/share/common-licenses/LGPL. diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index d379f3c..0000000 --- a/debian/dirs +++ /dev/null @@ -1,3 +0,0 @@ -/usr/share/doc/check -/usr/include -/usr/lib diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 29f6f41..0000000 --- a/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -NEWS -ChangeLogOld diff --git a/debian/example_makefile b/debian/example_makefile deleted file mode 100644 index fa63917..0000000 --- a/debian/example_makefile +++ /dev/null @@ -1,11 +0,0 @@ -# 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/debian/examples b/debian/examples deleted file mode 100644 index 2dbdf7e..0000000 --- a/debian/examples +++ /dev/null @@ -1 +0,0 @@ -doc/money/* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 927b19b..0000000 --- a/debian/rules +++ /dev/null @@ -1,64 +0,0 @@ -#!/usr/bin/make -f - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -export DESTDIR=$(shell pwd)/debian/check - -configure: configure-stamp -configure-stamp: - dh_testdir - ./configure --prefix=/usr --enable-plain-docdir - touch configure-stamp - -build: configure-stamp build-stamp -build-stamp: - dh_testdir - $(MAKE) - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - -$(MAKE) distclean - # hack! - rm -f debian/files - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - $(MAKE) install - # fix the installation - rm -f debian/check/usr/share/doc/check/tutorial.sgml - rm -f debian/check/usr/share/doc/check/ChangeLog - rm -f debian/check/usr/share/doc/check/*.html - mkdir debian/check/usr/share/doc/check/tutorial - cp doc/*.html debian/check/usr/share/doc/check/tutorial - rm debian/check/usr/share/doc/check/COPYING - -binary-arch: build install - dh_testdir - dh_testroot - dh_installdocs -XTODO - dh_installexamples - # fix the example setup - rm -rf debian/check/usr/share/doc/check/examples/Makefile* - rm -rf debian/check/usr/share/doc/check/examples/configure* - cp debian/example_makefile debian/check/usr/share/doc/check/examples/Makefile - dh_installchangelogs ChangeLog - dh_link - dh_strip - dh_compress -XMakefile - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/watch b/debian/watch deleted file mode 100644 index ac06598..0000000 --- a/debian/watch +++ /dev/null @@ -1,6 +0,0 @@ -# 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 -- 2.40.0