debian/0000755000000000000000000000000012173076473007200 5ustar debian/watch0000644000000000000000000000014012047152736010221 0ustar version=3 http://qxrunner.systest.ch/download/ uploads/download/current/qxrunner\.(.*)\.tar\.gz debian/rules0000755000000000000000000000021612047152736010254 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installdocs: dh_installdocs -A README.txt override_dh_auto_configure: qmake-qt4 qxrunner_all.prodebian/libqxcppunit-dev.install0000644000000000000000000000011312047152736014056 0ustar include/qxcppunit/*.h usr/include/qxcppunit/ lib/libqxcppunit*.so usr/lib/ debian/libqxrunner-dev.dirs0000644000000000000000000000002512047152736013202 0ustar usr/include/qxrunner debian/libqxcppunit-dev.dirs0000644000000000000000000000002612047152736013354 0ustar usr/include/qxcppunit debian/copyright0000644000000000000000000000214112047152736011126 0ustar This package was debianized by Daniel Rocher on Fri, 18 Dec 2009 17:54:25 +0100. It was downloaded from Upstream Author: Copyright © 2006 systest.ch License: 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. The Debian packaging is: Copyright (C) 2009 Daniel Rocher and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'.debian/libqxcppunitd1.install0000644000000000000000000000004012047152736013526 0ustar lib/libqxcppunit*.so.* usr/lib/ debian/source/0000755000000000000000000000000012047157027010473 5ustar debian/source/format0000644000000000000000000000001412047152736011703 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012047157027010622 5ustar debian/patches/01_fix_qxconfig.patch0000644000000000000000000000302012047152736014624 0ustar Description: Fix lib name and the project is build in release mode Author: Daniel Rocher Last-Update: 2009-12-28 Index: qxrunner/qxconfig.pro =================================================================== --- qxrunner.orig/qxconfig.pro 2009-12-28 18:35:28.000000000 +0100 +++ qxrunner/qxconfig.pro 2009-12-28 18:35:40.000000000 +0100 @@ -30,6 +30,7 @@ #---------------------------------------------------------------------- QX_CONFIG_MODIFIER = true +CONFIG += release_dll #---------------------------------------------------------------------- # CONFIG set up. Assigns unique options to the CONFIG variable. @@ -137,13 +138,13 @@ } unix:dll { - QX_RUNNERFILENAME = $${QX_RUNNERFILENAME}_shared - QX_CPPUNITFILENAME = $${QX_CPPUNITFILENAME}_shared + QX_RUNNERFILENAME = $${QX_RUNNERFILENAME}d + QX_CPPUNITFILENAME = $${QX_CPPUNITFILENAME}d } unix:use_dll { - QX_RUNNERFILENAME = $${QX_RUNNERFILENAME}_shared - QX_CPPUNITFILENAME = $${QX_CPPUNITFILENAME}_shared + QX_RUNNERFILENAME = $${QX_RUNNERFILENAME}d + QX_CPPUNITFILENAME = $${QX_CPPUNITFILENAME}d } #---------------------------------------------------------------------- @@ -174,10 +175,10 @@ OBJECTS_DIR = .release } dll { - OBJECTS_DIR = $${OBJECTS_DIR}_shared + OBJECTS_DIR = $${OBJECTS_DIR}d } use_dll { - OBJECTS_DIR = $${OBJECTS_DIR}_shared + OBJECTS_DIR = $${OBJECTS_DIR}d } RCC_DIR = .generatedfiles } debian/patches/series0000644000000000000000000000002612047152736012037 0ustar 01_fix_qxconfig.patch debian/compat0000644000000000000000000000000212047152736010373 0ustar 7 debian/libqxrunner-dev.install0000644000000000000000000000011012047152736013702 0ustar include/qxrunner/*.h usr/include/qxrunner/ lib/libqxrunner*.so usr/lib/ debian/control0000644000000000000000000000554012047152736010604 0ustar Source: qxrunner Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Daniel Rocher Build-Depends: debhelper (>= 7.3.16~), libqt4-dev, libcppunit-dev Standards-Version: 3.9.3 Section: libs Homepage: http://qxrunner.systest.ch/ Package: libqxrunner-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqxrunnerd1 (= ${binary:Version}), libqt4-dev Description: Qt4-based GUI for running tests - development files The QxRunner library helps in developing small C++ GUI applications where the user can select from a list of items for execution. Each executed item returns a result which is displayed accordingly. The library is implemented with the Qt4 cross-platform application development framework. . Package libqxrunnerd1 is required for using the Qt-based test runner GUI. Package: libqxrunnerd1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Qt4-based GUI for running tests The QxRunner library helps in developing small C++ GUI applications where the user can select from a list of items for execution. Each executed item returns a result which is displayed accordingly. The library is implemented with the Qt4 cross-platform application development framework. . This package is necessary for applications that link against the libqxrunnerd.so.1 Package: libqxcppunit-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqxcppunitd1 (= ${binary:Version}), libqt4-dev, libqxrunner-dev, libcppunit-dev Description: Qt4-based GUI for running tests with CppUnit - development files The QxRunner for CppUnit (QxCppUnit) library provides a GUI frontend for CppUnit test execution, shortly called the QxTestRunner. It is a thin wrapper around the Qt based QxRunner library, nevertheless it can be used to unit test any kind of C++ software and isn't limited to Qt applications. QxCppUnit is a derivative of the CppUnit QtTestRunner. . CppUnit is a simple Framework for incorporating test cases in your C++ code. . Packages libqxrunnerd1 and libqxcppunitd1 are required for using the Qt-based test runner GUI and cppunit. Package: libqxcppunitd1 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Qt4-based GUI for running tests with CppUnit The QxRunner for CppUnit (QxCppUnit) library provides a GUI frontend for CppUnit test execution, shortly called the QxTestRunner. It is a thin wrapper around the Qt based QxRunner library, nevertheless it can be used to unit test any kind of C++ software and isn't limited to Qt applications. QxCppUnit is a derivative of the CppUnit QtTestRunner. . CppUnit is a simple Framework for incorporating test cases in your C++ code. . This package is necessary for applications that link against the libqxcppunitd.so.1 debian/changelog0000644000000000000000000000107512173076473011055 0ustar qxrunner (0.9.2-0ubuntu3) saucy; urgency=low * Rebuild for libcppunit-1.13-0. -- Colin Watson Mon, 22 Jul 2013 01:30:45 +0100 qxrunner (0.9.2-0ubuntu2) raring; urgency=low * Lintian fixes (LP: #1076784): - debian/control: + Remove articles from synopses. + Bump Standards-Version to 3.9.3. -- Logan Rosen Thu, 08 Nov 2012 17:49:23 -0500 qxrunner (0.9.2-0ubuntu1) lucid; urgency=low * Initial release (LP: #185477) -- Daniel Rocher Fri, 18 Dec 2009 17:54:25 +0100 debian/libqxrunnerd1.install0000644000000000000000000000003712047152736013363 0ustar lib/libqxrunner*.so.* usr/lib/