debian/ 0000755 0000000 0000000 00000000000 12260600436 007165 5 ustar debian/gbp.conf 0000644 0000000 0000000 00000000036 12260600252 010577 0 ustar [DEFAULT]
pristine-tar = True
debian/copyright 0000644 0000000 0000000 00000001763 12260600252 011123 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dleyna-core
Source: https://github.com/01org/dleyna-core
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 00000005145 12260600252 010571 0 ustar Source: dleyna-core
Section: libs
Priority: optional
Maintainer: Emanuele Aina
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libglib2.0-dev,
libgupnp-1.0-dev (>= 0.19.1)
Standards-Version: 3.9.5
Homepage: https://01.org/dleyna/
Vcs-Git: git://anonscm.debian.org/collab-maint/pkg-dleyna-core.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pkg-dleyna-core.git;a=summary
Package: libdleyna-core-1.0-3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Utility functions for higher level dLeyna components
dleyna-core is a library of utility functions that are used by the higher
level dLeyna libraries that communicate with DLNA devices, e.g.,
dleyna-server. In brief, it provides APIs for logging, error, settings and
task management and an IPC abstraction API.
.
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: libdleyna-core-1.0-dev
Architecture: any
Section: libdevel
Depends: libdleyna-core-1.0-3 (= ${binary:Version}),
libglib2.0-dev,
libgupnp-1.0-dev (>= 0.19.1),
pkg-config,
${misc:Depends}
Description: Utility functions for higher level dLeyna components (development files)
dleyna-core is a library of utility functions that are used by the higher
level dLeyna libraries that communicate with DLNA devices, e.g.,
dleyna-server. In brief, it provides APIs for logging, error, settings and
task management and an IPC abstraction API.
.
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 development files.
Package: libdleyna-core-1.0-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libdleyna-core-1.0-3 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Utility functions for higher level dLeyna components (debug files)
dleyna-core is a library of utility functions that are used by the higher
level dLeyna libraries that communicate with DLNA devices, e.g.,
dleyna-server. In brief, it provides APIs for logging, error, settings and
task management and an IPC abstraction API.
.
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/libdleyna-core-1.0-3.lintian-overrides 0000644 0000000 0000000 00000000403 12260600252 016063 0 ustar # We have just a couple of reverse-rependencies which usually get released in
# sync with the library.
# Tracking symbols version is likely not worth the effort for a library which
# is expected to to bump its soname relatively often.
no-symbols-control-file
debian/watch 0000644 0000000 0000000 00000000116 12260600252 010210 0 ustar version=3
https://01.org/dleyna/downloads .*/dleyna-core-(\d[\d\.]*)\.tar\.gz
debian/compat 0000644 0000000 0000000 00000000002 12260600252 010357 0 ustar 9
debian/libdleyna-core-1.0-3.install 0000644 0000000 0000000 00000000021 12260600252 014067 0 ustar usr/lib/*/*.so.*
debian/changelog 0000644 0000000 0000000 00000001472 12260600252 011037 0 ustar dleyna-core (0.4.0-1) unstable; urgency=low
[ Emanuele Aina ]
* New upstream release.
+ Change publish_object() signature
+ Add Network Filtering support
+ Fix queued task cancellation
+ Update: Save, monitoring, notification
* Bump soname.
* Override symbols versioning check by lintian, the library is expected to
bump the soname often enough to make versioning not worth the effort.
* Bump Standards-Version to 3.9.5 (no changes).
[ Logan Rosen ]
* Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el
(Closes: #733571)
-- Emanuele Aina Mon, 30 Dec 2013 12:49:10 +0100
dleyna-core (0.1.0-1) unstable; urgency=low
* Initial release. (Closes: #710233)
-- Emanuele Aina Fri, 07 Jun 2013 13:51:34 +0200
debian/source/ 0000755 0000000 0000000 00000000000 12260600252 010461 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12260600252 011667 0 ustar 3.0 (quilt)
debian/libdleyna-core-1.0-dev.install 0000644 0000000 0000000 00000000061 12260600252 014507 0 ustar usr/lib/*/*.so
usr/lib/*/pkgconfig/
usr/include/
debian/rules 0000755 0000000 0000000 00000000332 12260600252 010237 0 ustar #!/usr/bin/make -f
%:
dh $@ --with autoreconf --parallel
override_dh_strip:
dh_strip --dbg-package=libdleyna-core-1.0-dbg
override_dh_makeshlibs:
dh_makeshlibs -V
override_dh_install:
dh_install --list-missing