debian/0000775000000000000000000000000012021666551007174 5ustar debian/compat0000664000000000000000000000000212021661203010357 0ustar 9 debian/copyright0000664000000000000000000000532212021661203011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gcovr Source: https://software.sandia.gov/svn/public/fast/gcovr Files: * Copyright: 2008 William Hart 2008 John Siirola License: BSD Copyright 2008 Sandia Corporation. Under the terms of Contract DE-AC04- 94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. . All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of the Sandia National Laboratories nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2011-2012 Canonical Ltd License: GPL-2+ This package 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 package 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, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/rules0000775000000000000000000000057412021661203010247 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with python2 get-orig-source: export VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$$/\1/p'`; \ export FOLDER=gcovr-$${VERSION}; \ svn export --quiet https://software.sandia.gov/svn/public/fast/gcovr/tags/$${VERSION} $${FOLDER}; \ tar cJf gcovr_$${VERSION}.orig.tar.xz $${FOLDER}; \ rm -rf $${FOLDER}; debian/changelog0000664000000000000000000000033112021666551011043 0ustar gcovr (2.4-0ubuntu1) quantal; urgency=low [ Allan LeSage ] * Initial release (LP: #1046332) [Michael Terry] * Clean up packaging a bit -- Michael Terry Wed, 05 Sep 2012 10:34:34 -0400 debian/source/0000775000000000000000000000000012021661203010461 5ustar debian/source/format0000664000000000000000000000001412021661203011667 0ustar 3.0 (quilt) debian/control0000664000000000000000000000147412021666070010601 0ustar Source: gcovr Section: devel Priority: extra Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, X-Python-Version: >= 2.4 Standards-Version: 3.9.3 Homepage: https://software.sandia.gov/svn/public/fast/gcovr Package: gcovr Architecture: all Depends: ${misc:Depends}, ${python:Depends}, Description: Manages the compilation of coverage information from gcov The gcovr command provides a utility for running the gcov command and summarizing code coverage results. This command is inspired by the Python coverage.py package, which provides a similar utility in Python. Further, gcovr can be viewed as a command-line alternative of the lcov utility, which runs gcov and generates an HTML output.