debian/0000755000000000000000000000000012261215715007170 5ustar debian/copyright0000644000000000000000000000176712260601506011132 0ustar 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/control0000644000000000000000000000347112260601506010574 0ustar 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/watch0000644000000000000000000000012012260601506010206 0ustar version=3 https://01.org/dleyna/downloads .*/dleyna-server-(\d[\d\.]*)\.tar\.gz debian/compat0000644000000000000000000000000212260601506010362 0ustar 9 debian/changelog0000644000000000000000000000204712260601506011041 0ustar 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/0000755000000000000000000000000012260601506010464 5ustar debian/source/format0000644000000000000000000000001412260601506011672 0ustar 3.0 (quilt) debian/dleyna-server.install0000644000000000000000000000015712260601506013337 0ustar etc/dleyna-server-service.conf usr/lib/dleyna-server/ usr/lib/*/*/*.so.* usr/lib/*/pkgconfig/ usr/share/dbus-1 debian/rules0000755000000000000000000000057012260601506010246 0ustar #!/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