--- cmake-extras-0.2+14.10.20140905~rtm.orig/debian/changelog +++ cmake-extras-0.2+14.10.20140905~rtm/debian/changelog @@ -0,0 +1,16 @@ +cmake-extras (0.2+14.10.20140905~rtm-0ubuntu1) 14.09; 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.2+14.10.20140905~rtm.orig/debian/compat +++ cmake-extras-0.2+14.10.20140905~rtm/debian/compat @@ -0,0 +1 @@ +9 \ No newline at end of file --- cmake-extras-0.2+14.10.20140905~rtm.orig/debian/control +++ cmake-extras-0.2+14.10.20140905~rtm/debian/control @@ -0,0 +1,17 @@ +Source: cmake-extras +Section: libs +Priority: extra +Maintainer: Ubuntu QA Team +Build-Depends: 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 +Depends: ${misc:Depends} +Description: Extra CMake utility modules. + Includes coverage modules. --- cmake-extras-0.2+14.10.20140905~rtm.orig/debian/copyright +++ cmake-extras-0.2+14.10.20140905~rtm/debian/copyright @@ -0,0 +1,18 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cmake-extras +Source: https://launchpad.net/cmake-extras + +Files: * +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' --- cmake-extras-0.2+14.10.20140905~rtm.orig/debian/install +++ cmake-extras-0.2+14.10.20140905~rtm/debian/install @@ -0,0 +1 @@ +*.cmake /usr/share/cmake-2.8/Modules/ \ No newline at end of file --- cmake-extras-0.2+14.10.20140905~rtm.orig/debian/rules +++ cmake-extras-0.2+14.10.20140905~rtm/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --fail-missing