~ubuntu-branches/ubuntu/wily/totem-pl-parser/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons, Andreas Henriksson, Michael Biebl, Sjoerd Simons
  • Date: 2013-11-06 22:12:24 UTC
  • mfrom: (1.8.1) (1.5.17 sid)
  • Revision ID: package-import@ubuntu.com-20131106221224-q0dz7djdccvvz4k0
Tags: 3.10.0-1
[ Andreas Henriksson ]
* New upstream release.
* Update build-dependencies according to configure.ac:
  - Bump libsoup-gnome2.4-dev to >= 2.43.0
  - Bump libarchive-dev to >= 3.0
  - Drop libquvi-dev (new quvi has incompatible license)
* Rename package for new SONAME (17->18)
* Update debian/libtotem-plparser18.symbols

[ Michael Biebl ]
* Remove libquvi-dev dependency from libtotem-plparser-dev, the library no
  longer links against libquvi.

[ Sjoerd Simons ]
* Add replaces on libtotem-plparser17 for the translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
Section: libs
8
8
Priority: optional
9
9
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10
 
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Martin Pitt <mpitt@debian.org>, Michael Biebl <biebl@debian.org>
 
10
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
11
11
Build-Depends: debhelper (>= 8),
12
12
               autotools-dev,
13
13
               cdbs (>= 0.4.90),
14
14
               gnome-pkg-tools,
15
15
               intltool (>= 0.35),
16
16
               libxml-parser-perl,
17
 
               libglib2.0-dev (>= 2.34),
 
17
               libglib2.0-dev (>= 2.31.0),
18
18
               libxml2-dev,
19
19
               libgmime-2.6-dev,
20
 
               libsoup-gnome2.4-dev,
21
 
               libarchive-dev (>= 2.8.4),
22
 
               libquvi-dev (>= 0.2.15),
 
20
               libsoup-gnome2.4-dev (>= 2.43.0),
 
21
               libarchive-dev (>= 3.0),
23
22
               gtk-doc-tools (>= 1.11),
24
23
               libglib2.0-doc,
25
24
               libgirepository1.0-dev (>= 0.10.7-1~),
26
25
               gobject-introspection (>= 0.9.12-4~)
27
 
Standards-Version: 3.9.3
28
 
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/totem-pl-parser
 
26
Standards-Version: 3.9.4
 
27
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/totem-pl-parser
29
28
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/totem-pl-parser
30
29
 
31
30
Package: libtotem-plparser-dev
32
31
Section: libdevel
33
32
Architecture: any
34
33
Depends: ${misc:Depends},
35
 
         libtotem-plparser17 (= ${binary:Version}),
 
34
         libtotem-plparser18 (= ${binary:Version}),
36
35
         gir1.2-totem-plparser-1.0 (= ${binary:Version}),
37
 
         libglib2.0-dev (>= 2.31.0),
 
36
         libglib2.0-dev,
38
37
         libxml2-dev,
39
38
         libgmime-2.6-dev,
40
 
         libquvi-dev,
41
39
         libarchive-dev
42
40
Replaces: libtotem-plparser10
43
41
Description: Totem Playlist Parser library - development files
46
44
 .
47
45
 This package contains the development headers and documentation.
48
46
 
49
 
Package: libtotem-plparser17
 
47
Package: libtotem-plparser18
50
48
Architecture: any
51
49
Depends: ${shlibs:Depends},
52
50
         ${misc:Depends}
53
 
Replaces: libtotem-plparser10, libtotem-plparser12
 
51
Replaces: libtotem-plparser10, libtotem-plparser12, libtotem-plparser17
54
52
Description: Totem Playlist Parser library - runtime files
55
53
 totem-pl-parser is a simple GObject-based library to parse a host of
56
54
 playlist formats, as well as save those.
61
59
Section: debug
62
60
Priority: extra
63
61
Architecture: any
64
 
Depends: libtotem-plparser17 (= ${binary:Version}),
 
62
Depends: libtotem-plparser18 (= ${binary:Version}),
65
63
         ${misc:Depends},
66
64
         ${shlibs:Depends}
67
65
Description: Totem Playlist Parser library - debugging symbols