--- connectivity-api-0.0.1+14.10.20140709.2.orig/debian/changelog +++ connectivity-api-0.0.1+14.10.20140709.2/debian/changelog @@ -0,0 +1,39 @@ +connectivity-api (0.0.1+14.10.20140709.2-0ubuntu1) utopic; urgency=low + + [ Ubuntu daily release ] + * New rebuild forced + + [ Antti Kaijanmäki ] + * Flight Mode support. + + -- Ubuntu daily release Wed, 09 Jul 2014 10:12:57 +0000 + +connectivity-api (0.0.1+14.10.20140514.1-0ubuntu1) utopic; urgency=low + + [ Jussi Pakkanen ] + * fixes related to indicator-network-cpp landing. + + [ Antti Kaijanmäki ] + * fixes related to indicator-network-cpp landing. + + -- Ubuntu daily release Wed, 14 May 2014 11:51:06 +0000 + +connectivity-api (0.0.1+14.04.20140312-0ubuntu2) utopic; urgency=medium + + * debian/control: not forcing gcc 4.7 anymore, and depending on latest + dbus-cpp + + -- Ricardo Salveti de Araujo Tue, 13 May 2014 17:45:31 -0300 + +connectivity-api (0.0.1+14.04.20140312-0ubuntu1) trusty; urgency=low + + [ Antti Kaijanmäki ] + * Initial release. + * initial commit. + * Merge old ci-testrun + * Changes based on packaging review. + + [ Pete Woods ] + * Initial commit + + -- Ubuntu daily release Wed, 12 Mar 2014 00:17:01 +0000 --- connectivity-api-0.0.1+14.10.20140709.2.orig/debian/compat +++ connectivity-api-0.0.1+14.10.20140709.2/debian/compat @@ -0,0 +1 @@ +9 --- connectivity-api-0.0.1+14.10.20140709.2.orig/debian/control +++ connectivity-api-0.0.1+14.10.20140709.2/debian/control @@ -0,0 +1,52 @@ +Source: connectivity-api +Priority: optional +Section: libs +Maintainer: Ubuntu Developers +Build-Depends: cmake, + dbus, + debhelper (>= 9), + doxygen, + google-mock, + graphviz, + lcov, + libdbus-1-dev, + libdbus-cpp-dev (>= 3.0.0+14.10.20140709), + libgtest-dev, + libprocess-cpp-dev, + libproperties-cpp-dev, + network-manager-dev, + pkg-config, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/connectivity-api +Vcs-Bzr: lp:connectivity-api +Vcs-Browser: https://bazaar.launchpad.net/~unity-api-team/connectivity-api/trunk.14.04/files + +Package: libconnectivity-cpp0 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + network-manager, +# urfkill, +Description: C++11 library providing connectivity API. + Connectivity API provides information on system networking. + +Package: libconnectivity-cpp-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + libconnectivity-cpp0 (= ${binary:Version}), + libdbus-cpp-dev, + libproperties-cpp-dev, +Suggests: libconnectivity-cpp-doc +Description: C++11 library providing connectivity API. - dev headers + All the development headers and libraries for libconnectivity-cpp. + +Package: libconnectivity-cpp-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, +Description: Documentation files for libconnectivity-cpp-dev + Documentation files for the libconnectivity-cpp development. --- connectivity-api-0.0.1+14.10.20140709.2.orig/debian/copyright +++ connectivity-api-0.0.1+14.10.20140709.2/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: process-cpp +Source: https://launchpad.net/process-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 Lesser 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. + --- connectivity-api-0.0.1+14.10.20140709.2.orig/debian/libconnectivity-cpp-dev.install +++ connectivity-api-0.0.1+14.10.20140709.2/debian/libconnectivity-cpp-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*/*.so +usr/lib/pkgconfig/* \ No newline at end of file --- connectivity-api-0.0.1+14.10.20140709.2.orig/debian/libconnectivity-cpp-doc.install +++ connectivity-api-0.0.1+14.10.20140709.2/debian/libconnectivity-cpp-doc.install @@ -0,0 +1 @@ +usr/share/doc/connectivity-cpp/ \ No newline at end of file --- connectivity-api-0.0.1+14.10.20140709.2.orig/debian/libconnectivity-cpp0.install +++ connectivity-api-0.0.1+14.10.20140709.2/debian/libconnectivity-cpp0.install @@ -0,0 +1 @@ +usr/lib/*/*.so.* --- connectivity-api-0.0.1+14.10.20140709.2.orig/debian/rules +++ connectivity-api-0.0.1+14.10.20140709.2/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/dpkg/default.mk + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/connectivity-cpp + +%: + dh $@ --fail-missing