--- properties-cpp-0.0.1+14.04.20140121.orig/debian/changelog +++ properties-cpp-0.0.1+14.04.20140121/debian/changelog @@ -0,0 +1,43 @@ +properties-cpp (0.0.1+14.04.20140121-0ubuntu1) trusty; urgency=low + + [ thomas-voss ] + * Refactor to rely on default move-operator for core::Connection. + Enable property chaining. Make sure that an abandoned connection + safely accesses its private member. Make ScopedConnection a movable + type. + + [ Łukasz 'sil2100' Zemczak ] + * Let's get rid of lcov as a build-dep. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 12 + + -- Ubuntu daily release Tue, 21 Jan 2014 11:50:25 +0000 + +properties-cpp (0.0.1+14.04.20140110-0ubuntu1) trusty; urgency=low + + * Automatic snapshot from revision 9 + + -- Ubuntu daily release Fri, 10 Jan 2014 10:40:44 +0000 + +properties-cpp (0.0.1+14.04.20131216-0ubuntu1) trusty; urgency=low + + [ Thomas Voß ] + * Initial release. + + [ thomas-voss ] + * Initial commit. + * Add packaging setup. + * Add a README.md. Add a COPYING file. + * Merged lp:~thomas-voss/properties-cpp/cleanup. + * Merged lp:~thomas-voss/properties-cpp/adjust-namespace-to-core. + * Merged lp:~thomas-voss/properties-cpp/fix-pkgconfig-include-path. + * Removed license statements from build files. + + [ Timo Jyrinki ] + * s/process-cpp/properties-cpp/ and expanding descriptions. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 8 + + -- Ubuntu daily release Mon, 16 Dec 2013 08:17:31 +0000 --- properties-cpp-0.0.1+14.04.20140121.orig/debian/compat +++ properties-cpp-0.0.1+14.04.20140121/debian/compat @@ -0,0 +1 @@ +9 --- properties-cpp-0.0.1+14.04.20140121.orig/debian/control +++ properties-cpp-0.0.1+14.04.20140121/debian/control @@ -0,0 +1,38 @@ +Source: properties-cpp +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + debhelper (>= 9), + doxygen, + google-mock, + graphviz, + libgtest-dev, +Standards-Version: 3.9.5 +Section: libs +Homepage: https://launchpad.net/properties-cpp +# If you aren't a member of ~phablet-team but need to upload packaging changes, +# just go ahead. ~phablet-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~phablet-team/properties-cpp/trunk +Vcs-Browser: https://bazaar.launchpad.net/~phablet-team/properties-cpp/trunk/files + +Package: libproperties-cpp-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Recommends: libproperties-cpp-doc +Depends: ${misc:Depends}, +Description: C++11 library providing properties/signals. - dev headers + Properties-cpp is a C++11 library providing properties/signals. + . + This package includes all the development headers and libraries for + properties-cpp. + +Package: libproperties-cpp-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, +Description: Documentation files for libproperties-cpp-dev + Properties-cpp is a C++11 library providing properties/signals. + . + This package includes the documentation files for the libproperties-cpp + development. --- properties-cpp-0.0.1+14.04.20140121.orig/debian/copyright +++ properties-cpp-0.0.1+14.04.20140121/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: properties-cpp +Source: https://launchpad.net/properties-cpp + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3.0 + This package 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, version 3 of + the License. + . + 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 + Lesser 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 Lesser General + Public License can be found in /usr/share/common-licenses/LGPL-3. + --- properties-cpp-0.0.1+14.04.20140121.orig/debian/libproperties-cpp-dev.install +++ properties-cpp-0.0.1+14.04.20140121/debian/libproperties-cpp-dev.install @@ -0,0 +1,3 @@ +usr/include/core/* +usr/lib/*/pkgconfig/* + --- properties-cpp-0.0.1+14.04.20140121.orig/debian/libproperties-cpp-doc.install +++ properties-cpp-0.0.1+14.04.20140121/debian/libproperties-cpp-doc.install @@ -0,0 +1 @@ +usr/share/doc/properties-cpp/ \ No newline at end of file --- properties-cpp-0.0.1+14.04.20140121.orig/debian/rules +++ properties-cpp-0.0.1+14.04.20140121/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --fail-missing