--- cmake-extras-0.6+16.04.20160215.orig/debian/changelog +++ cmake-extras-0.6+16.04.20160215/debian/changelog @@ -0,0 +1,136 @@ +cmake-extras (0.6+16.04.20160215-0ubuntu2) xenial; urgency=medium + + * No change rebuild for new cmake + + -- Michael Terry Tue, 29 Mar 2016 09:47:08 -0400 + +cmake-extras (0.6+16.04.20160215-0ubuntu1) xenial; urgency=medium + + [ Pete Woods ] + * Add NO_INSTALL option to QmlPlugins.cmake (LP: #1539314). + * Respect DESTINATION parameter in QmlPlugins.cmake (LP: #1539314). + + [ CI Train Bot ] + * No-change rebuild. + + -- Pete Woods Mon, 15 Feb 2016 15:22:58 +0000 + +cmake-extras (0.5+16.04.20160113-0ubuntu1) xenial; urgency=medium + + * Add -g to compile flags for gtest/gmock, otherwise we don't + necessarily get debug info if a test needs debugging with gdb. Also + added warning suppressions to stop the noise from the build if the + caller has additional warnings enabled. + + -- Michi Henning Wed, 13 Jan 2016 12:22:46 +0000 + +cmake-extras (0.5+16.04.20151026-0ubuntu1) xenial; urgency=medium + + * No change rebuild for cmake 3.3 + + -- Pete Woods Mon, 26 Oct 2015 07:35:06 +0000 + +cmake-extras (0.5+15.10.20151021-0ubuntu1) wily; urgency=medium + + [ Pete Woods ] + * Don't assume anything about the doxygen examples directory. (LP: #1476487) + * Only build docs when input files have changed. (LP: #1476488) + + [ CI Train Bot ] + * No-change rebuild. + + -- Pete Woods Wed, 21 Oct 2015 10:57:29 +0000 + +cmake-extras (0.4+15.10.20151020-0ubuntu1) wily; urgency=medium + + [ Michi Henning ] + * Append with a space to compile flags (fixes lp:1469952). (LP: + #1469952) + + -- Pete Woods Tue, 20 Oct 2015 13:13:45 +0000 + +cmake-extras (0.4+15.10.20150918-0ubuntu1) wily; urgency=medium + + * Fix failure when no COPYRIGHT_HOLDER argument provided + + -- Pete Woods Fri, 18 Sep 2015 08:34:37 +0000 + +cmake-extras (0.4+15.10.20150622.1-0ubuntu1) wily; urgency=medium + + [ Michi Henning ] + * Enable coverage with clang. If build type is coverage and clang is + used, clang emits coverage data in gcc format, so gcovr/lcov can be + used to generate the report. + * Fixes carried over from thumbnailer, made by James to correctly + filter XML coverage data, so we don't get tons of noise about system + files in the coverage report created by Jenkins. + + [ Pete Woods ] + * Install modules using CMake to allow detection of CMake version (LP: + #1467030) + + -- CI Train Bot Mon, 22 Jun 2015 08:55:27 +0000 + +cmake-extras (0.4+15.10.20150618-0ubuntu1) wily; urgency=medium + + [ Pete Woods ] + * Move scripts to cmake-3.2 dir for compatibility with Wily + + -- CI Train Bot Thu, 18 Jun 2015 11:56:32 +0000 + +cmake-extras (0.4+15.04.20150513-0ubuntu1) vivid; urgency=medium + + [ Pete Woods ] + * Add QmlPlugin macros. + * Add Doxygen macro added: UseDoxygen.Doxyfile.in UseDoxygen.cmake + * Add GSettings macro added: UseGSettings.cmake + + [ Michi Henning ] + * Added clean-coverage target + + -- CI Train Bot Wed, 13 May 2015 15:19:10 +0000 + +cmake-extras (0.3+15.04.20141204-0ubuntu1) vivid; urgency=medium + + [ Pete Woods ] + * Add GMock macros. + * Add intltool macros + + [ Daniel Holbach ] + * Move files to /usr/share/cmake-3.0. (LP: #1394648) + + -- Ubuntu daily release Thu, 04 Dec 2014 20:53:33 +0000 + +cmake-extras (0.2+14.10.20140910-0ubuntu2) vivid; urgency=low + + * debian/control: + - add "Multi-Arch: foreign" to allow installing in a click + crossbuild chroot + * UseXGettext.cmake: + - add missing "ALL" in xgettext_create_pot_file + + -- Michael Vogt Thu, 30 Oct 2014 11:32:25 +0100 + +cmake-extras (0.2+14.10.20140910-0ubuntu1) utopic; urgency=low + + [ Pete Woods ] + * Support plural forms + + -- Ubuntu daily release Wed, 10 Sep 2014 08:10:44 +0000 + +cmake-extras (0.2+14.10.20140905-0ubuntu1) utopic; urgency=medium + + [ Pete Woods ] + * Add XGettext translation macros. + + -- Ubuntu daily release Fri, 05 Sep 2014 13:15:12 +0000 + +cmake-extras (0.1+14.10.20140527-0ubuntu1) utopic; urgency=low + + [ Allan LeSage ] + * Initial release. + * Initial commit. + * Added coverage macro files, added debian/copyright LGPL-3. + * Added debian/install for cmake macros. + + -- Ubuntu daily release Tue, 27 May 2014 14:34:20 +0000 --- cmake-extras-0.6+16.04.20160215.orig/debian/compat +++ cmake-extras-0.6+16.04.20160215/debian/compat @@ -0,0 +1 @@ +9 \ No newline at end of file --- cmake-extras-0.6+16.04.20160215.orig/debian/control +++ cmake-extras-0.6+16.04.20160215/debian/control @@ -0,0 +1,19 @@ +Source: cmake-extras +Section: libs +Priority: extra +Maintainer: Ubuntu QA Team +Build-Depends: cmake, + debhelper (>= 9), +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/cmake-extras +# if you don't have have commit access to this branch but would like to upload +# directly to Ubuntu, don't worry: your changes will be merged back into the +# upstream branch +Vcs-Bzr: lp:cmake-extras + +Package: cmake-extras +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Extra CMake utility modules. + Includes coverage modules. --- cmake-extras-0.6+16.04.20160215.orig/debian/copyright +++ cmake-extras-0.6+16.04.20160215/debian/copyright @@ -0,0 +1,41 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cmake-extras +Source: https://launchpad.net/cmake-extras + +Files: src/Findgcovr.cmake + src/FindLcov.cmake + src/EnableCoverageReport.cmake +Copyright: 2010 Johannes Wienke +License: LGPL-3 + This file may be licensed under the terms of the + GNU Lesser General Public License Version 3 (the ``LGPL''), + or (at your option) any later version. + . + Software distributed under the License is distributed + on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either + express or implied. See the LGPL for the specific language + governing rights and limitations. + . + On Debian/Ubuntu systems, the full text of the LGPL v3 can be found in + `/usr/share/common-licenses/LGPL-3' + +Files: src/FindGMock.cmake + src/FindIntltool.cmake + src/FindXGettext.cmake + src/UseXGettext.cmake + src/UseDoxygen.cmake + src/UseDoxygen.Doxyfile.in +Copyright: 2014 Canonical Ltd. +License: LGPL-3 + This file may be licensed under the terms of the + GNU Lesser General Public License Version 3 (the ``LGPL''), + or (at your option) any later version. + . + Software distributed under the License is distributed + on an ``AS IS'' basis, WITHOUT WARRANTY OF ANY KIND, either + express or implied. See the LGPL for the specific language + governing rights and limitations. + . + On Debian/Ubuntu systems, the full text of the LGPL v3 can be found in + `/usr/share/common-licenses/LGPL-3' + --- cmake-extras-0.6+16.04.20160215.orig/debian/rules +++ cmake-extras-0.6+16.04.20160215/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --fail-missing