--- music-hub-0.0+13.10.20130920.orig/debian/libmusic-hub-dev.install +++ music-hub-0.0+13.10.20130920/debian/libmusic-hub-dev.install @@ -0,0 +1,2 @@ +usr/include +usr/lib/*/lib*.so --- music-hub-0.0+13.10.20130920.orig/debian/libmusic-hub0.install +++ music-hub-0.0+13.10.20130920/debian/libmusic-hub0.install @@ -0,0 +1 @@ +usr/lib/*/lib*.so.* --- music-hub-0.0+13.10.20130920.orig/debian/copyright +++ music-hub-0.0+13.10.20130920/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: music-hub +Source: https://launchpad.net/music-hub + +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; either + 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". --- music-hub-0.0+13.10.20130920.orig/debian/libmusic-hub-doc.install +++ music-hub-0.0+13.10.20130920/debian/libmusic-hub-doc.install @@ -0,0 +1 @@ +usr/share/doc/music-hub/html --- music-hub-0.0+13.10.20130920.orig/debian/control +++ music-hub-0.0+13.10.20130920/debian/control @@ -0,0 +1,56 @@ +Source: music-hub +Priority: optional +Section: libs +Maintainer: Ubuntu Developers +Build-Depends: cmake, + dbus-cpp-dev, + dbus-test-runner, + debhelper (>= 9), + doxygen, + libboost-dev (>=1.53), + libdbus-1-dev, + libgoogle-glog-dev, + pkg-config, +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/music-hub +# 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/music-hub/trunk + +Package: libmusic-hub-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Pre-Depends: dpkg (>= 1.15.6~) +Depends: libmusic-hub0 (= ${binary:Version}), + ${misc:Depends}, +Suggests: libmusic-hub-doc +Description: Simple and lightweight music playback service - development files + Music Hub is a simple and lightweight service for music playback using + DBus. + . + This package contains the development files. + +Package: libmusic-hub0 +Architecture: any +Multi-Arch: same +Pre-Depends: dpkg (>= 1.15.6~) +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: Simple and lightweight music playback service + Music Hub is a simple and lightweight service for music playback using + DBus. + . + This package contains the library itself. + +Package: libmusic-hub-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Recommends: libmusic-hub-dev +Description: Simple and lightweight music playback service - documentation + Music Hub is a simple and lightweight service for music playback using + DBus. + . + This package contains the documentation. --- music-hub-0.0+13.10.20130920.orig/debian/compat +++ music-hub-0.0+13.10.20130920/debian/compat @@ -0,0 +1 @@ +9 --- music-hub-0.0+13.10.20130920.orig/debian/rules +++ music-hub-0.0+13.10.20130920/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ --fail-missing -- -B build + +override_dh_auto_test: + dbus-test-runner -t make -p "-C" -p "build" -p test --- music-hub-0.0+13.10.20130920.orig/debian/changelog +++ music-hub-0.0+13.10.20130920/debian/changelog @@ -0,0 +1,34 @@ +music-hub (0.0+13.10.20130920-0ubuntu1) saucy; urgency=low + + [ David Henningsson ] + * Wire up tracklist to the player interface. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 9 + + -- Ubuntu daily release Fri, 20 Sep 2013 10:54:48 +0000 + +music-hub (0.0+13.10.20130905-0ubuntu1) saucy; urgency=low + + [ David Henningsson ] + * Merged "missing stop method" and "add missing c'tor". + + [ Ubuntu daily release ] + * Automatic snapshot from revision 7 + + -- Ubuntu daily release Thu, 05 Sep 2013 04:54:12 +0000 + +music-hub (0.0+13.10.20130823-0ubuntu1) saucy; urgency=low + + [ Thomas Voß ] + * Initial release. + + [ Timo Jyrinki ] + * Automatic snapshot from revision 2 (bootstrap) + * Add COPYING, enable multi-arch and add missing copyright header. + * Final tweaks to the packaging. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 5 + + -- Ubuntu daily release Fri, 23 Aug 2013 11:14:28 +0000