debian/0000755000000000000000000000000012217255441007171 5ustar debian/watch0000644000000000000000000000020212217254212010207 0ustar # Compulsory line, this is a version 3 file version=3 http://github.com/mono/mono-upnp/downloads .*/mono-upnp-([0-9.]+)\.tar\.gz debian/monodoc-mono-upnp-manual.install0000644000000000000000000000022312217254212015410 0ustar Mono.Upnp.tree /usr/lib/monodoc/sources Mono.Upnp.zip /usr/lib/monodoc/sources debian/Mono.Upnp.source /usr/lib/monodoc/sources debian/rules0000755000000000000000000000125712217254212010251 0ustar #!/usr/bin/make -f override_dh_autoreconf: dh_autoreconf autoreconf -- -I. override_dh_auto_configure: dh_auto_configure -- GMCS=/usr/bin/mono-csc # Don't install tests override_dh_install: dh_install -XTests.dll --list-missing override_dh_auto_build: dh_auto_build -- ASSEMBLY_COMPILER_COMMAND=/usr/bin/mono-csc mkdir -p monodoc mdoc update \ -fno-assembly-versions \ -L$(CURDIR)/bin \ --out=monodoc \ $(CURDIR)/bin/*.dll mdoc assemble \ --format ecma \ --out $(CURDIR)/Mono.Upnp \ $(CURDIR)/monodoc dh_auto_clean: dh_auto_clean rm -rf monodoc # Disable tests -- one of them requires network access. override_dh_auto_test: %: dh $@ --with=cli,autoreconf debian/mono-upnp-bin.install0000644000000000000000000000004512217254212013251 0ustar /usr/bin/* /usr/lib/mono-upnp/*.exe* debian/Mono.Upnp.source0000644000000000000000000000025712217254212012243 0ustar debian/patches/0000755000000000000000000000000012217254212010613 5ustar debian/patches/series0000644000000000000000000000012112217254212012022 0ustar 0001-Do-not-sign-assemblies.patch 0002-Amend-InternalsVisibleTo-directives.patch debian/patches/0002-Amend-InternalsVisibleTo-directives.patch0000644000000000000000000000716712217254212021167 0ustar From: Chow Loong Jin Date: Thu, 16 Feb 2012 02:28:40 +0800 Subject: Amend InternalsVisibleTo directives Replace PublicKey=$hash with PublicKey=null since we're no longer signing assemblies. --- .../Mono.Upnp.Dcp.MediaServer1/AssemblyInfo.cs | 10 +--------- src/Mono.Upnp/Mono.Upnp/AssemblyInfo.cs | 21 ++------------------ 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/AssemblyInfo.cs b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/AssemblyInfo.cs index 3f118b5..fc173c0 100644 --- a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/AssemblyInfo.cs +++ b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/AssemblyInfo.cs @@ -49,12 +49,4 @@ using System.Runtime.CompilerServices; // if desired. See the Mono documentation for more information about signing. [assembly: AssemblyDelaySign (false)] -[assembly: InternalsVisibleTo ("Mono.Upnp.Dcp.MediaServer1.Tests, PublicKey=" + - "00240000048000009400000006020000002400005253" + - "41310004000011000000C3030A2933D77BEDEF4CB040" + - "07AF2DFBAEC11AB77693AD580B6B6900B1441006A8FE" + - "CA691E010996573F3DF3E273F4589468125D446128DF" + - "93A1CEEA9407A948990CE3DE2E5531BF4D3063ECA91E" + - "10D4C84B6A77FCDC88F0FDEB9A0FED16D866687DACB8" + - "5659DB48FD017FD94222433D9C453813A591F4E1CF25" + - "CFD2ABFBFE94")] +[assembly: InternalsVisibleTo ("Mono.Upnp.Dcp.MediaServer1.Tests")] diff --git a/src/Mono.Upnp/Mono.Upnp/AssemblyInfo.cs b/src/Mono.Upnp/Mono.Upnp/AssemblyInfo.cs index 264b6c3..4973419 100644 --- a/src/Mono.Upnp/Mono.Upnp/AssemblyInfo.cs +++ b/src/Mono.Upnp/Mono.Upnp/AssemblyInfo.cs @@ -25,22 +25,5 @@ using System.Runtime.CompilerServices; // if desired. See the Mono documentation for more information about signing. [assembly: AssemblyDelaySign (false)] -[assembly: InternalsVisibleTo ("Mono.Upnp.Dcp.MediaServer1, PublicKey=" + - "00240000048000009400000006020000002400" + - "0052534131000400001100000007CA7138D878" + - "FFB4E68E1222C8FD84557E0336F4FB76D83774" + - "13CC48DAB29CE14BEA65AAB4250A04FB059F39" + - "CCE2593DC29ADAF8954E922F4A6354B6DEB71E" + - "909137B33DEA212BB04F1492FBDFE50B0B7614" + - "2974F2E5D86049D7F44706839CD76C57FAC02E" + - "86C977188DD5185F5DDBA8EE46CA8F6F40224F" + - "9D8653092BBAFE9F")] - -[assembly: InternalsVisibleTo ("Mono.Upnp.Dcp.MediaServer1.FileSystem, PublicKey=" + - "0024000004800000940000000602000000240000525341310" + - "0040000110000007FD08FD4F03157DEE6573823B967BCF78D" + - "A200777DF681030D1C8EC06BEA3BE2C9CEC6735CF0046953E" + - "1949882B0FB1D6F13ED43A72465BDA6EB3DA794D98D3921AF" + - "D24996E2FFE2FCF87B2B715DA8F20363314259C8F280E71C7" + - "46781846E73D54C383DC32B8C19038F317F9394815C0307BE" + - "92D0BA9CB278C2019B31A28D83")] +[assembly: InternalsVisibleTo ("Mono.Upnp.Dcp.MediaServer1")] +[assembly: InternalsVisibleTo ("Mono.Upnp.Dcp.MediaServer1.FileSystem")] -- debian/patches/0001-Do-not-sign-assemblies.patch0000644000000000000000000001422412217254212016440 0ustar From: Chow Loong Jin Date: Thu, 16 Feb 2012 02:16:36 +0800 Subject: Do not sign assemblies Mono.Upnp is an unstable library, so drop all -keyfile: parameters from compiler flags to avoid signing assemblies. This prevents clilibs from being generated for this package, and all packages that the .dll's are copied into. --- src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make | 4 ++-- .../Makefile.am | 4 ++-- .../Mono.Upnp.Dcp.MediaServer1/Makefile.am | 4 ++-- src/Mono.Upnp/Mono.Upnp/Makefile.am | 4 ++-- tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make b/src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make index 45b378f..ed1d036 100644 --- a/src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make +++ b/src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.make @@ -4,7 +4,7 @@ if ENABLE_DEBUG ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" "-keyfile:$(srcdir)/mono-ssdp.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" ASSEMBLY = ../../../bin/Mono.Ssdp.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library @@ -18,7 +18,7 @@ endif if ENABLE_RELEASE ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-ssdp.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ ASSEMBLY = ../../../bin/Mono.Ssdp.dll ASSEMBLY_MDB = COMPILE_TARGET = library diff --git a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am index 912bfe3..5265400 100644 --- a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am +++ b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST = if ENABLE_DEBUG ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-filesystem.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library @@ -30,7 +30,7 @@ endif if ENABLE_RELEASE ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-filesystem.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll ASSEMBLY_MDB = COMPILE_TARGET = library diff --git a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Makefile.am b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Makefile.am index d67e31d..c93676a 100644 --- a/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Makefile.am +++ b/src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST = if ENABLE_DEBUG ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE" "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE" ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library @@ -26,7 +26,7 @@ endif if ENABLE_RELEASE ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.dll ASSEMBLY_MDB = COMPILE_TARGET = library diff --git a/src/Mono.Upnp/Mono.Upnp/Makefile.am b/src/Mono.Upnp/Mono.Upnp/Makefile.am index 32f73fc..e6c3155 100644 --- a/src/Mono.Upnp/Mono.Upnp/Makefile.am +++ b/src/Mono.Upnp/Mono.Upnp/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST = if ENABLE_DEBUG ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE" "-keyfile:$(srcdir)/mono-upnp.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug -define:DEBUG "-define:DEBUG,TRACE" ASSEMBLY = ../../../bin/Mono.Upnp.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library @@ -22,7 +22,7 @@ endif if ENABLE_RELEASE ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-upnp.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize+ ASSEMBLY = ../../../bin/Mono.Upnp.dll ASSEMBLY_MDB = COMPILE_TARGET = library diff --git a/tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am b/tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am index 9e9f33f..b4a9265 100644 --- a/tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am +++ b/tests/Mono.Upnp.Dcp.MediaServer1.Tests/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST = if ENABLE_DEBUG ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-tests.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" ASSEMBLY = ../../bin/Mono.Upnp.Dcp.MediaServer1.Tests.dll ASSEMBLY_MDB = $(ASSEMBLY).mdb COMPILE_TARGET = library @@ -30,7 +30,7 @@ endif if ENABLE_RELEASE ASSEMBLY_COMPILER_COMMAND = gmcs -ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-tests.snk" +ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -optimize- ASSEMBLY = ../../bin/Mono.Upnp.Dcp.MediaServer1.Tests.dll ASSEMBLY_MDB = COMPILE_TARGET = library -- debian/control0000644000000000000000000001323212217254212010570 0ustar Source: mono-upnp Section: cli-mono Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Chow Loong Jin Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, mono-devel (>= 2.4.3), cli-common-dev (>= 0.5.7), libgtk2.0-cil-dev, libglib2.0-cil-dev, libglade2.0-cil-dev, libmono-addins-cil-dev, libtaglib-cil-dev, libnunit-cil-dev, nunit-console, monodoc-base Standards-Version: 3.9.4 Homepage: https://github.com/mono/mono-upnp Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/mono-upnp.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/mono-upnp.git;a=summary Package: mono-upnp-bin Architecture: all Depends: libmono-upnp-cil (= ${binary:Version}), ${cli:Depends}, ${misc:Depends} Description: client/server libraries for UPnP -- executables Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specification, which can be found at http://www.upnp.org. . Mono.Upnp includes the following projects: - Mono.Ssdp: An implementation of the Simple Discovery Protocol. - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections 2-6. - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP devices and services on the network. - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video MediaServer1 Device Control Protocol. - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which serves media from the filesystem. - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console program which serves media from the filesystem. - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft MSMediaServerRegistrar1 Device Control Protocol. . This package contains a sample Gtk+ user interface for inspecting UPnP devices and services on the network, as well as a sample media server. Package: libmono-upnp-cil Architecture: all Depends: ${cli:Depends}, ${misc:Depends} Description: client/server libraries for UPnP -- CIL assemblies Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specification, which can be found at http://www.upnp.org. . Mono.Upnp includes the following projects: - Mono.Ssdp: An implementation of the Simple Discovery Protocol. - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections 2-6. - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP devices and services on the network. - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video MediaServer1 Device Control Protocol. - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which serves media from the filesystem. - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console program which serves media from the filesystem. - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft MSMediaServerRegistrar1 Device Control Protocol. . This package contains Mono.Upnp and Mono.Ssdp CIL assemblies required for building and linking applications using this library. Package: libmono-upnp-cil-dev Architecture: all Depends: libmono-upnp-cil (= ${binary:Version}), ${misc:Depends} Description: client/server libraries for the UPnP -- development files Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specification, which can be found at http://www.upnp.org. . Mono.Upnp includes the following projects: - Mono.Ssdp: An implementation of the Simple Discovery Protocol. - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections 2-6. - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP devices and services on the network. - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video MediaServer1 Device Control Protocol. - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which serves media from the filesystem. - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console program which serves media from the filesystem. - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft MSMediaServerRegistrar1 Device Control Protocol. . This package contains the development files used for building applications and libraries which use this library. Package: monodoc-mono-upnp-manual Section: doc Architecture: all Depends: monodoc-manual, ${misc:Depends} Description: Compiled XML documentation for mono-upnp Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play specification, which can be found at http://www.upnp.org. . Mono.Upnp includes the following projects: - Mono.Ssdp: An implementation of the Simple Discovery Protocol. - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections 2-6. - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP devices and services on the network. - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video MediaServer1 Device Control Protocol. - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which serves media from the filesystem. - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console program which serves media from the filesystem. - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft MSMediaServerRegistrar1 Device Control Protocol. . This package contains the compiled XML documentation for Mono.Upnp. debian/compat0000644000000000000000000000000212217254212010362 0ustar 8 debian/copyright0000644000000000000000000001507412217254212011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mono.Upnp Upstream-Contact: Alexander Kojevnikov Source: https://www.github.com/mono/mono-upnp/downloads Files: * Copyright: 2008-2009, S&S Black Ltd 2009-2010, Scott Thomas Peterson License: MIT/X11 Files: src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ConnectionManager1/ProtocolInfo.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/AlbumOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/AudioBookOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/AudioBroadcastOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/AudioItemOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/GenreOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/ImageItemOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/MovieOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/MusicAlbumOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/MusicArtistOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/MusicTrackOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/MusicVideoClipOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/PersonOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/PhotoOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/PlaylistContainerOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/PlaylistItemOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/TextItemOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/VideoBroadcastOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1.AV/VideoItemOptions.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.ContentDirectory1/ObjectOptions.cs Copyright: 2010, Yavor Georgiev License: MIT/X11 Files: src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/AsyncReceiveBuffer.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/HttpDatagram.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/HttpDatagramType.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/Log.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/NotifyListener.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/Protocol.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/ServiceCache.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/SsdpSocket.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp.Internal/TimeoutDispatcher.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp/BrowseService.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp/Browser.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp/Client.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp/MulticastReader.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp/Service.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp/ServiceArgs.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp/ServiceHandler.cs src/Mono.Ssdp/Mono.Ssdp/Mono.Ssdp/ServiceOperation.cs src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Internal/Log.cs src/Mono.Upnp/Mono.Upnp/Mono.Upnp.Internal/TimeoutDispatcher.cs src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer/Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer/Options.cs Copyright: 2008, Novell, Inc License: MIT/X11 Files: debian/* Copyright: 2012, Chow Loong Jin License: GPL-2+ License: MIT/X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of this license can be found in /usr/share/common-licenses/GPL-2. debian/libmono-upnp-cil.install0000644000000000000000000000003212217254212013733 0ustar /usr/lib/mono-upnp/*.dll* debian/source/0000755000000000000000000000000012217254212010464 5ustar debian/source/format0000644000000000000000000000001412217254212011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000235312217254212011041 0ustar mono-upnp (0.1.2-2) unstable; urgency=low * Rebuild against libtaglib2.1-cil * [4d44d0d] No-change bump of Standards-Version to 3.9.4 -- Chow Loong Jin Sat, 21 Sep 2013 16:27:45 +0800 mono-upnp (0.1.2-1) unstable; urgency=low * [57f7e57] Imported Upstream version 0.1.2 * [9c4f44b] Drop upstreamed 0003-ServiceController-….patch -- Chow Loong Jin Fri, 01 Jun 2012 05:14:38 +0800 mono-upnp (0.1.1-2) unstable; urgency=low [ Iain Lane ] * [bc5a6d1] Fix syntax error in monodoc source file [ Chow Loong Jin ] * [00825c9] Refresh 0002-Amend….patch * [1548994] Cherry-pick patch which makes Mono.Upnp honour retryAttempts * [33aa4a7] d/copyright: Update to copyright-format 1.0 * [082849e] d/control: Bump Standards-Version -- Chow Loong Jin Tue, 17 Apr 2012 15:45:39 +0800 mono-upnp (0.1.1-1) unstable; urgency=low * [4ac7529] Imported Upstream version 0.1.1: - Fixes crash with Banshee UPnP extension (LP: #945566) -- Chow Loong Jin Wed, 21 Mar 2012 17:57:59 +0800 mono-upnp (0.1.0-1) unstable; urgency=low * Initial release (Closes: #659954) -- Chow Loong Jin Thu, 16 Feb 2012 03:45:17 +0800 debian/libmono-upnp-cil-dev.install0000644000000000000000000000002312217254212014507 0ustar /usr/lib/pkgconfig