--- location-service-0.0.1+13.10.20130813.orig/debian/ubuntu-location-service-doc.install +++ location-service-0.0.1+13.10.20130813/debian/ubuntu-location-service-doc.install @@ -0,0 +1 @@ +usr/share/LocationService/doc/html --- location-service-0.0.1+13.10.20130813.orig/debian/copyright +++ location-service-0.0.1+13.10.20130813/debian/copyright @@ -0,0 +1,37 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: location-service +Source: http://launchpad.net/location-service + +Files: cmake/* +Copyright: 2010-2011 Johannes Wienke +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General + Public License as published by the Free Software Foundation; + either version 2, or (at your option) any later version. + . + This program 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 General Public License for more details. + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +Files: * +Copyright: 2013 Canonical Ltd. +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3 as + published by the Free Software Foundation. + . + This program 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. + . + On Debian systems, the full text of the GNU Lesser General Public + License version 3 can be found in the file + `/usr/share/common-licenses/LGPL-3'. + --- location-service-0.0.1+13.10.20130813.orig/debian/libubuntu-location-service-dev.install +++ location-service-0.0.1+13.10.20130813/debian/libubuntu-location-service-dev.install @@ -0,0 +1,3 @@ +usr/include/ubuntu-location-service-0 +usr/lib/*/libubuntu-location-service.so +usr/lib/pkgconfig/ubuntu-location-service.pc --- location-service-0.0.1+13.10.20130813.orig/debian/libubuntu-location-service0.install +++ location-service-0.0.1+13.10.20130813/debian/libubuntu-location-service0.install @@ -0,0 +1 @@ +usr/lib/*/libubuntu-location-service.so.* --- location-service-0.0.1+13.10.20130813.orig/debian/control +++ location-service-0.0.1+13.10.20130813/debian/control @@ -0,0 +1,75 @@ +Source: location-service +Section: utils +Priority: optional +Maintainer: Thomas Voß +Build-Depends: cmake, + curl, + dbus-cpp-dev, + dbus-test-runner, + debhelper (>= 9), + doxygen, + geoclue-ubuntu-geoip, + google-mock (>= 1.6.0+svn437), + lcov, + libboost-program-options-dev, + libboost-system-dev, + libdbus-1-dev, + libgoogle-glog-dev, + libgtest-dev, + libiw-dev, + libplatform-hardware-api-headers, + libplatform-hardware-api1-dev, + ruby-ronn, +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/location-service +# 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/location-service/trunk +Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/location-service/trunk/files + +Package: libubuntu-location-service0 +Section: libs +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: location service aggregating position/velocity/heading + updates and exporting them over dbus. + . + Contains the shared library needed by client applications. + +Package: libubuntu-location-service-dev +Section: libdevel +Architecture: any +Multi-Arch: foreign +Depends: libubuntu-location-service0 (= ${binary:Version}), + ${misc:Depends}, +Suggests: ubuntu-location-service-doc, +Description: location service aggregating position/velocity/heading + updates and exporting them over dbus. + . + Contains header files required to develop clients talking to the ubuntu + location service. + +Package: ubuntu-location-service-examples +Architecture: any +Multi-Arch: same +Depends: ${misc:Depends}, + ${shlibs:Depends}, + ubuntu-location-service-doc, +Description: location service aggregating position/velocity/heading + updates and exporting them over dbus. + . + Contains example service and client. + +Package: ubuntu-location-service-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libubuntu-location-service-dev, +Recommends: ubuntu-location-service-examples, +Description: location service aggregating position/velocity/heading + updates and exporting them over dbus. + . + Contains documentation for service and client. --- location-service-0.0.1+13.10.20130813.orig/debian/compat +++ location-service-0.0.1+13.10.20130813/debian/compat @@ -0,0 +1 @@ +9 --- location-service-0.0.1+13.10.20130813.orig/debian/ubuntu-location-service-examples.install +++ location-service-0.0.1+13.10.20130813/debian/ubuntu-location-service-examples.install @@ -0,0 +1,3 @@ +etc/dbus-1/system.d/ +usr/lib/*/ubuntu-location-service/examples/client +usr/lib/*/ubuntu-location-service/examples/service --- location-service-0.0.1+13.10.20130813.orig/debian/rules +++ location-service-0.0.1+13.10.20130813/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --parallel --fail-missing + +override_dh_install: + dh_install -Xubuntu-location-service.1 --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/ubuntu-location-service --- location-service-0.0.1+13.10.20130813.orig/debian/ubuntu-location-service-examples.manpages +++ location-service-0.0.1+13.10.20130813/debian/ubuntu-location-service-examples.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/doc/ubuntu-location-service/man/ubuntu-location-service.1 --- location-service-0.0.1+13.10.20130813.orig/debian/changelog +++ location-service-0.0.1+13.10.20130813/debian/changelog @@ -0,0 +1,75 @@ +location-service (0.0.1+13.10.20130813-0ubuntu1) saucy; urgency=low + + [ Thomas Voß ] + * Adjust build and runtime dependency to use the hardware bits of the + platform API. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 22 + + -- Ubuntu daily release Tue, 13 Aug 2013 10:06:35 +0000 + +location-service (0.0.1+13.10.20130711-0ubuntu1) saucy; urgency=low + + [ Didier Roche ] + * Adapt to new gmock snapshot (which doesn't ship anymore shared lib). + (LP: #1185265) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 20 + + -- Ubuntu daily release Thu, 11 Jul 2013 02:01:50 +0000 + +location-service (0.0.1+13.10.20130709-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 18 + + -- Ubuntu daily release Tue, 09 Jul 2013 02:02:37 +0000 + +location-service (0.0.1+13.10.20130705-0ubuntu1) saucy; urgency=low + + [ Didier Roche ] + * Ship a -doc package now to install the documentation. In addition to + it, build in parallel as well as check for missing files. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 16 + + -- Ubuntu daily release Fri, 05 Jul 2013 02:01:11 +0000 + +location-service (0.0.1daily13.06.18-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 14 + + -- Ubuntu daily release Tue, 18 Jun 2013 02:03:05 +0000 + +location-service (0.0.1daily13.06.17-0ubuntu1) saucy; urgency=low + + * Automatic snapshot from revision 13 + + -- Ubuntu daily release Mon, 17 Jun 2013 02:02:04 +0000 + +location-service (0.0.1daily13.06.14.1-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * debian/compat, debian/rules, debian/control, debian/copyright: + - Modifications related to compliance with our packaging standards + * Automatic snapshot from revision 6 (bootstrap) + + [ Thomas Voß ] + * Clean up the overall source tree and add additional tests. + * * Fix test-cases to rely on proper floating point comparisons. + + [ Didier Roche ] + * add section and -dev -> binary dep + * Fix the FTBFS due to the new saucy toolchain. Add multi-arch + support, fix the binary paths (libexec). Fix some lintian issues. + + [ Łukasz 'sil2100' Zemczak ] + * Fix the FTBFS due to the new saucy toolchain. Add multi-arch + support, fix the binary paths (libexec). Fix some lintian issues. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 12 + + -- Ubuntu daily release Fri, 14 Jun 2013 15:25:24 +0000 --- location-service-0.0.1+13.10.20130813.orig/debian/source/format +++ location-service-0.0.1+13.10.20130813/debian/source/format @@ -0,0 +1 @@ +1.0