debian/0000755000000000000000000000000012215343263007167 5ustar debian/docs0000644000000000000000000000001712215072347010042 0ustar README.md docs debian/watch0000644000000000000000000000025412215072771010224 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/catch-$1.tar.gz/,\ dversionmangle=s/+git\S+$// \ https://github.com/philsquared/Catch/releases .*/v?(\d\S*)\.tar\.gz debian/control0000644000000000000000000000172312215071632010573 0ustar Source: catch Section: devel Priority: optional Maintainer: Jérémy Lal Build-Depends: debhelper (>= 8), python Standards-Version: 3.9.4 Homepage: https://github.com/philsquared/Catch Vcs-Git: git://anonscm.debian.org/collab-maint/catch.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/catch.git Package: catch Architecture: any Depends: ${misc:Depends} Description: C++ Automated Test Cases in Headers Catch is a multi-paradigm automated test framework for C++ and Objective-C. . Its key features are: * Distributed as a single header file with no dependencies. * Test cases are self-registering. * Test cases can be de divided into isolated sections. * Behaviour Driven Design style is possible with GIVEN-WHEN-THEN in place of test cases and sections. * Only one core assertion macro for comparisons; standard language operators are used for comparison, yet the expression is decomposed and properly logged. debian/copyright0000644000000000000000000000343112215066723011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Source: https://github.com/philsquared/Catch Upstream is not tagging its releases. Tarball downloaded from https://github.com/philsquared/Catch/archive/f7378eeb.tar.gz and issue opened at https://github.com/philsquared/Catch/issues/197 Files: * Copyright: 2012 Two Blue Cubes Ltd. All rights reserved. Phil Nash License: BSL-1.0 Boost Software License - Version 1.0 - August 17th, 2003 . Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: . The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/install0000644000000000000000000000004512215071361010554 0ustar single_include/catch.hpp usr/include debian/source/0000755000000000000000000000000012215056050010462 5ustar debian/source/format0000644000000000000000000000001412215056050011670 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212215062722010363 0ustar 8 debian/rules0000755000000000000000000000160012215343132010237 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 upstreamVersion := $(shell dpkg-parsechangelog -SVersion | cut -d- -f1) upstreamBuild := $(shell echo $(upstreamVersion) | grep -oP '(?<=\+m)\d+(?=git\w+)') upstreamHash := $(shell echo $(upstreamVersion) | grep -oP '(?<=\+m$(upstreamBuild)git)\w+') upstreamUrl := $(shell grep -oP "(?<=Homepage: )(.+)" $(CURDIR)/debian/control) upstreamName := $(shell dpkg-parsechangelog -SSource) %: dh $@ override_dh_build: cp single_include/catch.hpp single_include/catch.hpp.bak python scripts/generateSingleHeader.py nobump override_dh_clean: if [ -f single_include/catch.hpp.bak ]; then \ mv -f single_include/catch.hpp.bak single_include/catch.hpp; \ fi; dh_clean get-orig-source: wget -O - $(upstreamUrl)/archive/$(upstreamHash).tar.gz > $(upstreamName)_$(upstreamVersion).orig.tar.gz debian/clean0000644000000000000000000000001612215071315010165 0ustar scripts/*.pyc debian/changelog0000644000000000000000000000052612215343263011044 0ustar catch (1.0+m10git1e2f1d16-1) unstable; urgency=low * Upstream update, build 10. Use ordered version number. -- Jérémy Lal Sun, 15 Sep 2013 16:39:43 +0200 catch (1.0+gitf7378eeb-1) unstable; urgency=low * Initial release (Closes: #722908) -- Jérémy Lal Sat, 14 Sep 2013 16:47:31 +0200