debian/ 0000755 0000000 0000000 00000000000 12261214730 007164 5 ustar debian/copyright 0000644 0000000 0000000 00000001773 12261214573 011134 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dleyna-renderer
Source: https://github.com/01org/dleyna-renderer
Files: *
Copyright: 2012-2013 Intel Corporation
License: LGPL-2.1
License: LGPL-2.1
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 2.1 of the License, or (at your option) any later version.
.
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-2.1".
debian/control 0000644 0000000 0000000 00000003521 12261214573 010575 0 ustar Source: dleyna-renderer
Section: net
Priority: optional
Maintainer: Emanuele Aina
Uploaders: Ludovic Ferrandis
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libglib2.0-dev,
libgssdp-1.0-dev (>= 0.13.2),
libgupnp-1.0-dev (>= 0.20.5),
libgupnp-av-1.0-dev (>= 0.11.5),
libgupnp-dlna-2.0-dev (>= 0.9.4),
libsoup2.4-dev,
libdleyna-core-1.0-dev (>= 0.4.0)
Standards-Version: 3.9.5
Homepage: https://01.org/dleyna/
Vcs-Git: git://anonscm.debian.org/collab-maint/pkg-dleyna-renderer.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pkg-dleyna-renderer.git;a=summary
Package: dleyna-renderer
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libdleyna-connector-dbus-1.0-1 (>= 0.2.0)
Description: DBus service to interact with DLNA Digital Media Renderers
dleyna-renderer is a DBus user session service that allows clients to
discover and manipulate DLNA Digital Media Renderers (DMR).
.
dLeyna is an umbrella project hosting a number of middleware components
designed to make it easy for developers to integrate DLNA functionality into
their applications.
Package: dleyna-renderer-dbg
Section: debug
Priority: extra
Architecture: any
Depends: dleyna-renderer (= ${binary:Version}),
${misc:Depends}
Description: DBus service to interact with DLNA Digital Media Renderers (debug files)
dleyna-renderer is a DBus user session service that allows clients to
discover and manipulate DLNA Digital Media Renderers (DMR).
.
dLeyna is an umbrella project hosting a number of middleware components
designed to make it easy for developers to integrate DLNA functionality into
their applications.
.
This package contains the debug files.
debian/watch 0000644 0000000 0000000 00000000122 12261214573 010215 0 ustar version=3
https://01.org/dleyna/downloads .*/dleyna-renderer-(\d[\d\.]*)\.tar\.gz
debian/compat 0000644 0000000 0000000 00000000002 12261214573 010367 0 ustar 9
debian/changelog 0000644 0000000 0000000 00000002265 12261214573 011050 0 ustar dleyna-renderer (0.4.0-1) unstable; urgency=low
[ Ludovic Ferrandis ]
* Update to 0.1.3.
+ Ship the internal library in a private directory
+ Fix bug in UPnP introspection
+ Use object paths in LostRenderer, FoundRenderer and GetRenderers()
* Enabled verbose logs to let blhc check for hardening flags
[ Emanuele Aina ]
* New upstream release.
+ Bugfixes.
+ MPRIS OpenUri() now tells the renderer to start playing
+ Add SetUri() method to do what OpenUri() previously did
+ Add OpenNextUri() method
+ Update following the publish_object() connector API change
+ Enable Seek() by bytes
+ Return object paths in GetRenderers(), LostRenderer() and FoundRenderer()
as documented
+ Add Network Filtering support
+ Add 'NeverQuit' property to Manager
* Bump Standards-Version to 3.9.5 (no changes).
[ Logan Rosen ]
* Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el
-- Emanuele Aina Mon, 30 Dec 2013 13:57:48 +0100
dleyna-renderer (0.1.1-1) unstable; urgency=low
* Initial release. (Closes: #710236)
-- Emanuele Aina Wed, 22 May 2013 10:01:22 +0100
debian/source/ 0000755 0000000 0000000 00000000000 12261214573 010471 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12261214573 011677 0 ustar 3.0 (quilt)
debian/rules 0000755 0000000 0000000 00000000574 12261214573 010257 0 ustar #!/usr/bin/make -f
%:
dh $@ --with autoreconf --parallel
override_dh_auto_configure:
dh_auto_configure -- \
--libexecdir=/usr/lib/dleyna-renderer \
--disable-silent-rules
override_dh_strip:
dh_strip --dbg-package=dleyna-renderer-dbg
override_dh_makeshlibs:
# we only ship our shared library in a private location
override_dh_install:
dh_install --list-missing
debian/dleyna-renderer.install 0000644 0000000 0000000 00000000163 12261214573 013641 0 ustar etc/dleyna-renderer-service.conf
usr/lib/dleyna-renderer/
usr/lib/*/*/*.so.*
usr/lib/*/pkgconfig/
usr/share/dbus-1