~ubuntu-branches/ubuntu/trusty/libupnp4/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Nick Leverton
  • Date: 2010-03-08 18:26:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308182614-y3j47t5ddhrza6be
Tags: 1.8.0~svn20090313-1
* ACK NMU (thanks to gregor herrmann and Stefan Potyra).
* Pull from svn, see upstream changes.gz for details
  (Closes: #492160, FTBFS on GNU/kFreeBSD, thanks to Petr Salinger).
* Update Sections and general Policy to 3.8.4
* Use debhelper 7 dh instead of dbs
* Generate and update symbols file
* Rename libs to libupnp4, libixml4 and libthreadutil4, to allow
  co-installing libupnp3 and libupnp4.
* New patch 04-string-access-functions.patch: add _strget_ accessors
  to API, to avoid remembering to call UpnpString_get_String in clients.
* New patch 05-const-tidyup.patch for a few constness fixes.
* Upstream patch 06-patch-statevar-query.patch for missing CRNL.
* New patch 07-neaten-debug.patch to improve debug readability
* New patch 08-renewals-sid.patch to fix autorenewals.
* New patch 09-update-doc.patch to generate up to date -doc package.
* New patch 10-upnpinit-ntoa.patch to replace inet_ntoa by inet_ntop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Homepage: http://pupnp.sourceforge.net/
5
5
Maintainer: Nick Leverton <nick@leverton.org>
6
 
Build-Depends: debhelper, dbs, quilt, autoconf, automake, libtool
7
 
Standards-Version: 3.8.0
 
6
Build-Depends: debhelper (>= 7.0.50), quilt, autoconf, automake, libtool, doxygen, graphviz
 
7
Standards-Version: 3.8.4
8
8
 
9
9
Package: libupnp4
10
 
Conflicts: libupnp3
11
 
Priority: extra
12
10
Architecture: any
13
 
Depends: ${shlibs:Depends}
14
 
Description: Portable SDK for UPnP Devices (shared libraries)
15
 
 The Portable SDK for UPnP Devices (libupnp) provides developers with an
16
 
 API and open source code for building control points, devices, and
17
 
 bridges that are compliant with Version 1.0 of the Universal Plug and
18
 
 Play Device Architecture Specification - see http://www.upnp.org/ for
19
 
 specifications.
20
 
 .
21
 
 The libupnp4 package contains the runtime libraries for uPnP.
22
11
Section: libs
 
12
Depends: ${shlibs:Depends}, ${misc:Depends}
 
13
Conflicts: libupnp3 (<< 1.6.6-4~)
 
14
Description: Portable SDK for UPnP Devices, version 1.8 (shared libraries)
 
15
 The Portable SDK for UPnP Devices (libupnp) provides developers with an
 
16
 API and open source code for building control points, devices, and
 
17
 bridges that are compliant with Version 1.0 of the Universal Plug and
 
18
 Play Device Architecture Specification - see http://www.upnp.org/ for
 
19
 specifications.
 
20
 .
 
21
 The libupnp4 package contains the runtime libraries for libupnp
 
22
 version 1.8.
23
23
 
24
24
Package: libupnp4-dev
25
 
Priority: extra
26
25
Architecture: any
27
 
Depends: libupnp4 (= ${binary:Version})
28
 
Provides: libupnp-dev
 
26
Section: libdevel
 
27
Depends: libupnp4 (= ${binary:Version}), ${misc:Depends}
29
28
Conflicts: libupnp3-dev, libupnp-dev (<< ${binary:Version})
30
 
Replaces: libupnp-dev
31
 
Description: Portable SDK for UPnP Devices (development files)
 
29
Suggests: libupnp4-doc
 
30
Description: Portable SDK for UPnP Devices, version 1.8 (development files)
32
31
 The Portable SDK for UPnP Devices (libupnp) provides developers with an
33
32
 API and open source code for building control points, devices, and
34
33
 bridges that are compliant with Version 1.0 of the Universal Plug and
37
36
 .
38
37
 The libupnp4-dev package contains the header files, documentation and
39
38
 debug versions of libraries needed for development of programs using
40
 
 uPnP.
41
 
Section: libdevel
 
39
 libupnp version 1.8.
42
40
 
43
41
Package: libupnp4-dbg
44
 
Conflicts: libupnp3-dbg
45
 
Priority: extra
46
42
Architecture: any
47
 
Depends: libupnp4 (= ${binary:Version})
 
43
Section: debug
 
44
Depends: libupnp4 (= ${binary:Version}), ${misc:Depends}
 
45
Conflicts: libupnp3-dbg (<< 1.6.6-4~)
48
46
Description: debugging symbols for libupnp4
49
47
 The Portable SDK for UPnP Devices (libupnp) provides developers with an
50
48
 API and open source code for building control points, devices, and
57
55
 issues.
58
56
 .
59
57
 Most people will not need this package.
60
 
Section: libdevel
 
58
 
 
59
Package: libupnp4-doc
 
60
Architecture: all
 
61
Section: doc
 
62
Depends: ${misc:Depends}
 
63
Description: Documentation for the libupnp4 (pupnp) library
 
64
 The Portable SDK for UPnP Devices (libupnp) provides developers with an
 
65
 API and open source code for building control points, devices, and
 
66
 bridges that are compliant with Version 1.0 of the Universal Plug and
 
67
 Play Device Architecture Specification - see http://www.upnp.org/ for
 
68
 specifications.
 
69
 .
 
70
 This package contains the HTML documentation for the libupnp4 library
 
71
 in /usr/share/doc/libupnp4-doc/
61
72