debian/ 0000755 0000000 0000000 00000000000 12261215715 007170 5 ustar debian/copyright 0000644 0000000 0000000 00000001767 12260601506 011132 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dleyna-server
Source: https://github.com/01org/dleyna-server
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 00000003471 12260601506 010574 0 ustar Source: dleyna-server
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.3),
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-server.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pkg-dleyna-server.git;a=summary
Package: dleyna-server
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 Servers
dleyna-server is a DBus user session service that allows clients to
discover and manipulate DLNA Digital Media servers (DMS).
.
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-server-dbg
Section: debug
Priority: extra
Architecture: any
Depends: dleyna-server (= ${binary:Version}),
${misc:Depends}
Description: DBus service to interact with DLNA Digital Media Servers (debug files)
dleyna-server is a DBus user session service that allows clients to
discover and manipulate DLNA Digital Media servers (DMS).
.
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 00000000120 12260601506 010206 0 ustar version=3
https://01.org/dleyna/downloads .*/dleyna-server-(\d[\d\.]*)\.tar\.gz
debian/compat 0000644 0000000 0000000 00000000002 12260601506 010362 0 ustar 9
debian/changelog 0000644 0000000 0000000 00000002047 12260601506 011041 0 ustar dleyna-server (0.4.0-1) unstable; urgency=low
[ Ludovic Ferrandis ]
* Update to 0.1.2.
+ Ship the internal library in a private directory
* Enabled verbose logs to let blhc check for hardening flags
[ Emanuele Aina ]
* New upstream release.
+ Bugfixes.
+ Added the new TypeEx property and fixed Type
+ Update following the publish_object() connector API change
+ Add Network Filtering support
+ Fix SearchObjectsEx() return value signature
+ Don't return empty properties in GetAll
+ Add new BrowseObjects API
+ Introduce the Changed signal and deprecate LastChange in favor of it
+ 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 15:03:23 +0100
dleyna-server (0.1.1-1) unstable; urgency=low
* Initial release. (Closes: #710237)
-- Emanuele Aina Wed, 22 May 2013 10:01:22 +0100
debian/source/ 0000755 0000000 0000000 00000000000 12260601506 010464 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12260601506 011672 0 ustar 3.0 (quilt)
debian/dleyna-server.install 0000644 0000000 0000000 00000000157 12260601506 013337 0 ustar etc/dleyna-server-service.conf
usr/lib/dleyna-server/
usr/lib/*/*/*.so.*
usr/lib/*/pkgconfig/
usr/share/dbus-1
debian/rules 0000755 0000000 0000000 00000000570 12260601506 010246 0 ustar #!/usr/bin/make -f
%:
dh $@ --with autoreconf --parallel
override_dh_auto_configure:
dh_auto_configure -- \
--libexecdir=/usr/lib/dleyna-server \
--disable-silent-rules
override_dh_strip:
dh_strip --dbg-package=dleyna-server-dbg
override_dh_makeshlibs:
# we only ship our shared library in a private location
override_dh_install:
dh_install --list-missing