--- gtester2xunit-0.1daily13.05.03ubuntu.unity.next.orig/debian/copyright +++ gtester2xunit-0.1daily13.05.03ubuntu.unity.next/debian/copyright @@ -0,0 +1,39 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: gtester2xunit +Source: http://launchpad.net/gtester2xunit + +Files: * +Copyright: 2011-2012 Canonical Ltd. +License: GPL-3 + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3, as published + by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: gtester.xsl +Copyright: 2009 R. Tyler Croy +License: MIT/X11 (BSD like) + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + 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 AND NONINFRINGEMENT. IN + NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, + DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS IN THE SOFTWARE. --- gtester2xunit-0.1daily13.05.03ubuntu.unity.next.orig/debian/control +++ gtester2xunit-0.1daily13.05.03ubuntu.unity.next/debian/control @@ -0,0 +1,30 @@ +Source: gtester2xunit +Section: misc +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Martin Mrazik +Build-Depends: debhelper (>= 9), + python, + python-setuptools, + python-testtools, + python-pyruntest, + python-junitxml, + python-coverage, + python-libxslt1, +Standards-Version: 3.9.3 +# If you aren't a member of ~autopilot but need to upload +# packaging changes, just go ahead. ~autopilot will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~autopilot/gtester2xunit/trunk +Vcs-Browser: https://bazaar.launchpad.net/~autopilot/gtester2xunit/trunk/files + +Package: gtester2xunit +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends}, + python-libxslt1, + python, +Description: Helper for converting gtester xml output to xunit. + This tool can be used to convert gtester xml output in a format that will + be understandable to xunit, and thus allow hooking up gtest test results + into automated xunit results tracking. --- gtester2xunit-0.1daily13.05.03ubuntu.unity.next.orig/debian/compat +++ gtester2xunit-0.1daily13.05.03ubuntu.unity.next/debian/compat @@ -0,0 +1 @@ +9 --- gtester2xunit-0.1daily13.05.03ubuntu.unity.next.orig/debian/rules +++ gtester2xunit-0.1daily13.05.03ubuntu.unity.next/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 + +override_dh_install: + dh_install --fail-missing + +override_dh_auto_test: + pyruntest -f xml -fo test_results.xml tests + --- gtester2xunit-0.1daily13.05.03ubuntu.unity.next.orig/debian/changelog +++ gtester2xunit-0.1daily13.05.03ubuntu.unity.next/debian/changelog @@ -0,0 +1,42 @@ +gtester2xunit (0.1daily13.05.03ubuntu.unity.next-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 20 (ubuntu-unity/next) + + -- Ubuntu daily release Fri, 03 May 2013 00:00:53 +0000 + +gtester2xunit (0.1daily13.03.18-0ubuntu1) raring; urgency=low + + [ Martin Mrazik ] + * pyruntest has a new option for generating xml junit results (LP: + #1155239) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 19 + + -- Ubuntu daily release Mon, 18 Mar 2013 00:01:54 +0000 + +gtester2xunit (0.1daily12.11.29.1-0ubuntu1) raring; urgency=low + + [ Martin Mrasik ] + * Initial release. + + [ Mathieu Trudel-Lapierre ] + * Automatic snapshot from revision 1 (bootstrap). + * debian/control: + - Add trailing commas to the end of dependency lists. + - Update long description for gtester2xunit. + - Bump Build-Depends on debhelper to (>= 9). + - Move Section: back up to a more proper place. + - Add Vcs-Bzr, Vcs-Browser and add a notice to uploaders. + * debian/compat: bump compat level to 9. + * debian/rules: + - Override dh_install to make sure the build fails if there are files that + don't get installed, or missing from the build. + + [ Didier Roche ] + * Install files with a setup.py + + [ Automatic PS uploader ] + * Automatic snapshot from revision 17 + + -- Automatic PS uploader Thu, 29 Nov 2012 12:43:38 +0000