~ubuntu-branches/debian/stretch/cheese/stretch

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
5
5
Uploaders: @GNOME_TEAM@
6
 
Standards-Version: 3.8.3
 
6
Standards-Version: 3.8.4
7
7
Homepage: http://live.gnome.org/Cheese/
8
8
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/
9
9
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/cheese/
10
10
Build-Depends: cdbs (>= 0.4.41),
11
 
 debhelper (>= 5),
12
 
 gnome-pkg-tools (>= 0.10),
13
 
 intltool (>= 0.40.0),
14
 
 gnome-doc-utils,
15
 
 rarian-compat,
16
 
 libglib2.0-dev (>= 2.16.0),
17
 
 libgtk2.0-dev (>= 2.17.4),
18
 
 libgnome-desktop-dev (>= 2.26.0),
19
 
 libgconf2-dev (>= 2.16.0),
20
 
 libgstreamer0.10-dev (>= 0.10.20),
21
 
 libgstreamer-plugins-base0.10-dev (>= 0.10.20),
22
 
 libebook1.2-dev (>= 1.12.0),
23
 
 libcairo2-dev (>= 1.4.0),
24
 
 libdbus-1-dev (>= 1.0),
25
 
 libdbus-glib-1-dev (>= 0.7),
26
 
 libhal-dev (>= 0.5.9),
27
 
 libpango1.0-dev (>= 1.18.0),
28
 
 librsvg2-dev (>= 2.18.0),
29
 
 x11proto-core-dev
 
11
               debhelper (>= 5),
 
12
               gnome-pkg-tools (>= 0.10),
 
13
               intltool (>= 0.40.0),
 
14
               gnome-doc-utils,
 
15
               rarian-compat,
 
16
               libglib2.0-dev (>= 2.16.0),
 
17
               libgtk2.0-dev (>= 2.19.1),
 
18
               libgnome-desktop-dev (>= 2.26.0),
 
19
               libgconf2-dev (>= 2.16.0),
 
20
               libgstreamer0.10-dev (>= 0.10.23),
 
21
               libgstreamer-plugins-base0.10-dev (>= 0.10.23),
 
22
               libcairo2-dev (>= 1.4.0),
 
23
               libdbus-1-dev (>= 1.0),
 
24
               libdbus-glib-1-dev (>= 0.7),
 
25
               libpango1.0-dev (>= 1.18.0),
 
26
               librsvg2-dev (>= 2.18.0),
 
27
               x11proto-core-dev,
 
28
               libcanberra-gtk-dev,
 
29
               libxtst-dev,
 
30
               libgudev-1.0-dev | not+linux-gnu
30
31
 
31
32
Package: cheese
32
33
Architecture: any
33
34
Depends: ${shlibs:Depends},
34
 
 ${misc:Depends},
35
 
 gstreamer0.10-plugins-base,
36
 
 gstreamer0.10-plugins-good,
37
 
 gstreamer0.10-x
 
35
         ${misc:Depends},
 
36
         cheese-common (= ${source:Version}),
 
37
         gstreamer0.10-plugins-base,
 
38
         gstreamer0.10-plugins-good,
 
39
         gstreamer0.10-x
38
40
Recommends: gvfs
39
41
Description: A tool to take pictures and videos from your webcam
40
42
 Cheese is a cheesy program to take pictures and videos from your web
41
43
 cam. It also provides some graphical effects in order to please the
42
 
 users play instinct.
 
44
 user's play instinct.
 
45
 
 
46
Package: cheese-common
 
47
Architecture: all
 
48
Depends: ${misc:Depends}
 
49
Replaces: cheese (<< 2.30.1-1)
 
50
Conflicts: cheese (<< 2.30.1-1)
 
51
Description: Common files for the Cheese tool to take pictures and videos
 
52
 Cheese is a cheesy program to take pictures and videos from your web
 
53
 cam. It also provides some graphical effects in order to please the
 
54
 user's play instinct.
 
55
 .
 
56
 This package contains the common files and translations.
 
57
 
 
58
Package: libcheese-gtk18
 
59
Architecture: any
 
60
Section: libs
 
61
Depends: ${shlibs:Depends},
 
62
         ${misc:Depends}
 
63
Description: A tool to take pictures and videos from your webcam - widgets
 
64
 Cheese is a cheesy program to take pictures and videos from your web
 
65
 cam. It also provides some graphical effects in order to please the
 
66
 user's play instinct.
 
67
 .
 
68
 This package contains the shared library.
 
69
 
 
70
Package: libcheese-gtk-dev
 
71
Architecture: any
 
72
Section: libdevel
 
73
Depends: libcheese-gtk18 (= ${binary:Version}),
 
74
         libgtk2.0-dev,
 
75
         libgstreamer0.10-dev,
 
76
         libcanberra-gtk-dev,
 
77
         ${misc:Depends},
 
78
         ${shlibs:Depends}
 
79
Description: A tool to take pictures and videos from your webcam - widgets dev
 
80
 Cheese is a cheesy program to take pictures and videos from your web
 
81
 cam. It also provides some graphical effects in order to please the
 
82
 user's play instinct.
 
83
 .
 
84
 This package contains the development headers and API documentation.