~ubuntu-branches/debian/sid/mono-upnp/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-02-16 03:45:17 UTC
  • Revision ID: package-import@ubuntu.com-20120216034517-9ex3x0yopm5s6ulq
Tags: 0.1.0-1
Initial release (Closes: #659954)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: mono-upnp
 
2
Section: cli-mono
 
3
Priority: optional
 
4
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
 
5
Uploaders: Chow Loong Jin <hyperair@debian.org>
 
6
Build-Depends: debhelper (>= 8.0.0),
 
7
               dh-autoreconf,
 
8
               mono-devel (>= 2.4.3),
 
9
               cli-common-dev (>= 0.5.7),
 
10
               libgtk2.0-cil-dev,
 
11
               libglib2.0-cil-dev,
 
12
               libglade2.0-cil-dev,
 
13
               libmono-addins-cil-dev,
 
14
               libtaglib-cil-dev,
 
15
               libnunit-cil-dev,
 
16
               nunit-console,
 
17
               monodoc-base
 
18
Standards-Version: 3.9.2
 
19
Homepage: https://github.com/mono/mono-upnp
 
20
Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/mono-upnp.git
 
21
Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/mono-upnp.git;a=summary
 
22
 
 
23
Package: mono-upnp-bin
 
24
Architecture: all
 
25
Depends: libmono-upnp-cil (= ${binary:Version}), ${cli:Depends}, ${misc:Depends}
 
26
Description: client/server libraries for UPnP -- executables
 
27
 Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play
 
28
 specification, which can be found at http://www.upnp.org.
 
29
 .
 
30
 Mono.Upnp includes the following projects:
 
31
  - Mono.Ssdp: An implementation of the Simple Discovery Protocol.
 
32
  - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections
 
33
    2-6.
 
34
  - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP
 
35
    devices and services on the network.
 
36
  - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video
 
37
    MediaServer1 Device Control Protocol.
 
38
  - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which
 
39
    serves media from the filesystem.
 
40
  - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console
 
41
    program which serves media from the filesystem.
 
42
  - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft
 
43
    MSMediaServerRegistrar1 Device Control Protocol.
 
44
 .
 
45
 This package contains a sample Gtk+ user interface for inspecting UPnP devices
 
46
 and services on the network, as well as a sample media server.
 
47
 
 
48
Package: libmono-upnp-cil
 
49
Architecture: all
 
50
Depends: ${cli:Depends}, ${misc:Depends}
 
51
Description: client/server libraries for UPnP -- CIL assemblies
 
52
 Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play
 
53
 specification, which can be found at http://www.upnp.org.
 
54
 .
 
55
 Mono.Upnp includes the following projects:
 
56
  - Mono.Ssdp: An implementation of the Simple Discovery Protocol.
 
57
  - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections
 
58
    2-6.
 
59
  - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP
 
60
    devices and services on the network.
 
61
  - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video
 
62
    MediaServer1 Device Control Protocol.
 
63
  - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which
 
64
    serves media from the filesystem.
 
65
  - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console
 
66
    program which serves media from the filesystem.
 
67
  - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft
 
68
    MSMediaServerRegistrar1 Device Control Protocol.
 
69
 .
 
70
 This package contains Mono.Upnp and Mono.Ssdp CIL assemblies required for
 
71
 building and linking applications using this library.
 
72
 
 
73
Package: libmono-upnp-cil-dev
 
74
Architecture: all
 
75
Depends: libmono-upnp-cil (= ${binary:Version}), ${misc:Depends}
 
76
Description: client/server libraries for the UPnP -- development files
 
77
 Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play
 
78
 specification, which can be found at http://www.upnp.org.
 
79
 .
 
80
 Mono.Upnp includes the following projects:
 
81
  - Mono.Ssdp: An implementation of the Simple Discovery Protocol.
 
82
  - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections
 
83
    2-6.
 
84
  - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP
 
85
    devices and services on the network.
 
86
  - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video
 
87
    MediaServer1 Device Control Protocol.
 
88
  - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which
 
89
    serves media from the filesystem.
 
90
  - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console
 
91
    program which serves media from the filesystem.
 
92
  - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft
 
93
    MSMediaServerRegistrar1 Device Control Protocol.
 
94
 .
 
95
 This package contains the development files used for building applications and
 
96
 libraries which use this library.
 
97
 
 
98
Package: monodoc-mono-upnp-manual
 
99
Section: doc
 
100
Architecture: all
 
101
Depends: monodoc-manual, ${misc:Depends}
 
102
Description: Compiled XML documentation for mono-upnp
 
103
 Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play
 
104
 specification, which can be found at http://www.upnp.org.
 
105
 .
 
106
 Mono.Upnp includes the following projects:
 
107
  - Mono.Ssdp: An implementation of the Simple Discovery Protocol.
 
108
  - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections
 
109
    2-6.
 
110
  - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP
 
111
    devices and services on the network.
 
112
  - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video
 
113
    MediaServer1 Device Control Protocol.
 
114
  - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which
 
115
    serves media from the filesystem.
 
116
  - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console
 
117
    program which serves media from the filesystem.
 
118
  - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft
 
119
    MSMediaServerRegistrar1 Device Control Protocol.
 
120
 .
 
121
 This package contains the compiled XML documentation for Mono.Upnp.