--- connectivity-api-0.0.1+14.04.20140312.orig/debian/changelog +++ connectivity-api-0.0.1+14.04.20140312/debian/changelog @@ -0,0 +1,12 @@ +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.04.20140312.orig/debian/compat +++ connectivity-api-0.0.1+14.04.20140312/debian/compat @@ -0,0 +1 @@ +9 --- connectivity-api-0.0.1+14.04.20140312.orig/debian/control +++ connectivity-api-0.0.1+14.04.20140312/debian/control @@ -0,0 +1,54 @@ +Source: connectivity-api +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cmake, + dbus, + debhelper (>= 9), + doxygen, + gcc-4.7, + g++-4.7, + google-mock, + graphviz, + lcov, + libdbus-1-dev, + libdbus-cpp-dev, + libgtest-dev, + libprocess-cpp-dev, + libproperties-cpp-dev, + network-manager-dev, + pkg-config, +Standards-Version: 3.9.5 +Section: libs +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 +Section: libs +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 +Recommends: libconnectivity-cpp-doc +Depends: ${misc:Depends}, + libconnectivity-cpp0 (= ${binary:Version}), + libproperties-cpp-dev +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.04.20140312.orig/debian/copyright +++ connectivity-api-0.0.1+14.04.20140312/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.04.20140312.orig/debian/libconnectivity-cpp-dev.install +++ connectivity-api-0.0.1+14.04.20140312/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.04.20140312.orig/debian/libconnectivity-cpp-doc.install +++ connectivity-api-0.0.1+14.04.20140312/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.04.20140312.orig/debian/libconnectivity-cpp0.install +++ connectivity-api-0.0.1+14.04.20140312/debian/libconnectivity-cpp0.install @@ -0,0 +1 @@ +usr/lib/*/*.so.* --- connectivity-api-0.0.1+14.04.20140312.orig/debian/rules +++ connectivity-api-0.0.1+14.04.20140312/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.7 +export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.7 + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/connectivity-cpp -DCMAKE_C_COMPILER=$(DEB_HOST_GNU_TYPE)-gcc-4.7 -DCMAKE_CXX_COMPILER=$(DEB_HOST_GNU_TYPE)-g++-4.7 + +%: + dh $@ --fail-missing