debian/0000775000000000000000000000000012254461500007167 5ustar debian/rules0000775000000000000000000000047212254461302010252 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-doc override_dh_installchangelogs: dh_installchangelogs NEWS override_dh_install: dh_install cd debian/libcpptest-dev/usr/share/doc && \ rm -rf libcpptest-dev && \ ln -s libcpptest0 libcpptest-dev debian/watch0000664000000000000000000000010512111346332010211 0ustar version=3 http://sf.net/cpptest/cpptest-(.+)\.tar\.gz debian uupdate debian/libcpptest0.docs0000664000000000000000000000000712111346332012264 0ustar README debian/changelog0000664000000000000000000000357112254461475011062 0ustar cpptest (1.1.2-0ubuntu2) trusty; urgency=medium * Try using dh-autoreconf instead of dh-autotools_dev to fix FTBFS on ppc64el. * Wrap and sort. -- Logan Rosen Wed, 18 Dec 2013 22:06:58 -0500 cpptest (1.1.2-0ubuntu1) raring; urgency=low * New upstream release. * debian/control: - Bump Standards-Version to 3.9.4. - Remove Build-Depends on quilt. * debian/copyright: - Update obsolete field names. - Update Format URI. - Add Files: * for first license. * debian/patches/03-create-test-makefile.patch: Drop, and create debian/Makefile directly. * debian/patches/06-patch-makefile.in-not-to-build-examples.patch: Refresh. * debian/source/format: Switch to 3.0 (quilt) format. * debian/rules: Remove quilt from dh sequencer. -- Logan Rosen Wed, 20 Feb 2013 10:18:15 -0500 cpptest (1.1.1-0ubuntu1) maverick; urgency=low * New upstream release. * Switch to debhelper 7. * Switch to debian 3.0 (quilt) format. * Update debian/copyright. * Refresh patches. * Bump Standards. -- Alessio Treglia Wed, 12 May 2010 20:21:46 +0200 cpptest (1.1.0-0ubuntu1) lucid; urgency=low * New upstream release. * debian/control: - Bump Standards. * debian/rules: - Add --enable-doc option to configure to build the documentation. - Install NEWS file as upstream's changelog. - Install AUTHORS,README as doc files. - Adjust runtimes' short descriptions. * Adjust debian/copyright according to Debian DEP-5. * Drop debian/patches/01-add-pkgconfig-file.patch, now unnecessary. * Refresh patches. * Add doc-base control file. -- Alessio Treglia Mon, 30 Nov 2009 03:25:14 +0100 cpptest (1.0.2-0ubuntu1) hardy; urgency=low * Initial packaging (LP: #162913) -- David Morris Thu, 15 Nov 2007 11:31:25 +0000 debian/libcpptest-doc.doc-base0000664000000000000000000000035112111346332013476 0ustar Document: libcpptest-doc Title: CppTest Documentation Abstract: Documentation reference for CppTest. Section: Programming Format: HTML Index: /usr/share/doc/libcpptest-doc/html/index.html Files: /usr/share/doc/libcpptest-doc/html/* debian/libcpptest-doc.docs0000664000000000000000000000001112111346332012742 0ustar doc/html debian/libcpptest-doc.examples0000664000000000000000000000002012111346332013630 0ustar test/mytest.cpp debian/compat0000664000000000000000000000000212111346332010362 0ustar 7 debian/libcpptest-dev.dirs0000664000000000000000000000001612111346332012771 0ustar usr/share/doc debian/copyright0000664000000000000000000000413412254461464011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CppTest Upstream-Contact: Niklas Lundell Source: http://cpptest.sourceforge.net/ Files: * Copyright: 2003, Niklas Lundell License: LGPL-2.1+ 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA X-Comment: On Debian systems the full text of the GNU Lesser General Public License can be found in the `/usr/share/common-licenses/LGPL-2.1' file. Files: ./debian/* Copyright: 2009-2010, Alessio Treglia 2007, David Morris License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. X-Comment: On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. debian/libcpptest-doc.install0000664000000000000000000000006612254461464013506 0ustar debian/Makefile usr/share/doc/libcpptest-doc/examples debian/source/0000775000000000000000000000000012111346404010464 5ustar debian/source/format0000664000000000000000000000001412111346363011676 0ustar 3.0 (quilt) debian/Makefile0000664000000000000000000000016312111346363010630 0ustar default: g++ mytest.cpp `pkg-config libcpptest --libs --cflags` -o mytest clean: rm mytest mytest.o debian/libcpptest-dev.install0000664000000000000000000000015012254461464013511 0ustar debian/tmp/usr/include/* usr/include debian/tmp/usr/lib/lib*.so usr/lib libcpptest.pc usr/lib/pkgconfig debian/libcpptest0.install0000664000000000000000000000004512254461464013020 0ustar debian/tmp/usr/lib/lib*.so.* usr/lib debian/control0000664000000000000000000000362712254461464010613 0ustar Source: cpptest Section: devel Priority: optional Homepage: http://cpptest.sourceforge.net/ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: David Morris Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, doxygen, intltool Standards-Version: 3.9.4 Package: libcpptest0 Section: libs Architecture: any Suggests: libcpptest-doc Depends: ${misc:Depends}, ${shlibs:Depends} Description: unit testing framework for C++ CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extensibility. Several output formats, including simple text output, compiler-like output and HTML, are supported and new ones are easily added. . This package contains the libraries for cpptest. Package: libcpptest-dev Section: libdevel Architecture: any Suggests: libcpptest-doc Depends: libcpptest0 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: unit testing framework for C++ (development) CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extensibility. Several output formats, including simple text output, compiler-like output and HTML, are supported and new ones are easily added. . This package contains the development libraries and headers. Package: libcpptest-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends} Description: unit testing framework for C++ (documentation) CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extensibility. Several output formats, including simple text output, compiler-like output and HTML, are supported and new ones are easily added. . This package contains the document files for the libs and dev packages. debian/patches/0000775000000000000000000000000012111346404010613 5ustar debian/patches/06-patch-makefile.in-not-to-build-examples.patch0000664000000000000000000000050112111346363021465 0ustar --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Makefile.in +++ b/Makefile.in @@ -286,7 +286,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ x_doxygen = @x_doxygen@ -SUBDIRS = src test $(am__append_1) +SUBDIRS = src $(am__append_1) ####### Distribution EXTRA_DIST = \ debian/patches/series0000664000000000000000000000020712111346363012033 0ustar 04-fix-example-include-headers.patch 05-patch-makefile.am-not-to-build-examples.patch 06-patch-makefile.in-not-to-build-examples.patch debian/patches/05-patch-makefile.am-not-to-build-examples.patch0000664000000000000000000000050012111346332021446 0ustar diff -Nur -x '*.orig' -x '*~' cpptest-1.1.0/Makefile.am cpptest-1.1.0.new/Makefile.am --- cpptest-1.1.0/Makefile.am 2008-07-15 22:33:31.000000000 +0200 +++ cpptest-1.1.0.new/Makefile.am 2009-11-30 10:40:40.972627254 +0100 @@ -24,7 +24,7 @@ ## ## --- -SUBDIRS = src test +SUBDIRS = src if DOC SUBDIRS += doc endif debian/patches/04-fix-example-include-headers.patch0000664000000000000000000000057112111346332017331 0ustar diff -Nur -x '*.orig' -x '*~' cpptest-1.1.0/test/mytest.cpp cpptest-1.1.0.new/test/mytest.cpp --- cpptest-1.1.0/test/mytest.cpp 2008-07-11 18:49:43.000000000 +0200 +++ cpptest-1.1.0.new/test/mytest.cpp 2009-11-30 10:30:51.953875462 +0100 @@ -36,7 +36,7 @@ #pragma warning (disable: 4290) #endif -#include "../src/cpptest.h" +#include using namespace std;