~ubuntu-desktop/libcanberra/ubuntu

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Steve Langasek
  • Date: 2017-11-21 22:05:30 UTC
  • Revision ID: vorlon@debian.org-20171121220530-ygqf4s78d12vo9qf
Tags: 0.30-4ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Add Vcs-Bzr field
  - libcanberra0 depends on sound-theme-freedesktop
  - Build depend on libglib2.0-dev
  - Add support for unity-settings-daemon
  - Disable login sound by default
  - Show in Unity as well as GNOME
  - Hide from startup applications
  - gnome-session-canberra recommends libcanberra-pulse
* Dropped changes, no longer needed:
  - Build-depend on libx11-dev, and add libx11-dev to depends for
    libcanberra-gtk-dev and libcanberra-gtk3-dev: libx11-dev is
    consistently pulled in via gtk.
* Team upload
* d/watch: Use format version 4
* d/watch: Use @PACKAGE@ and @ANY_VERSION@ tokens
* Run gtkdocize to update build system (Closes: #876596)
* Set Rules-Requires-Root: no
* Switch from cdbs to dh
* Move to debhelper compat level 10
  - Don't use dh-autoreconf explicitly, it is now the default
* Standards-Version: 4.1.1 (no further changes required)
* Give all packages distinct short descriptions
* Enable PIE hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6
6
Uploaders: @GNOME_TEAM@
7
 
Build-Depends: debhelper (>= 9.20160114~),
8
 
               cdbs (>= 0.4.93~),
9
 
               dh-autoreconf,
 
7
Build-Depends: debhelper (>= 10~),
10
8
               gnome-pkg-tools,
11
9
               m4,
12
10
               libltdl-dev | libltdl7-dev (>= 2.2.6),
16
14
               libglib2.0-dev (>= 2.32),
17
15
               libgtk-3-dev (>= 3.0.0),
18
16
               libgtk2.0-dev (>= 2.22),
19
 
               libx11-dev,
20
17
               libtdb-dev (>> 1.1) [!hurd-any],
21
18
               gtk-doc-tools,
22
19
               libpulse-dev (>= 0.9.11),
23
20
               libgstreamer1.0-dev
24
 
Standards-Version: 3.9.7
 
21
Standards-Version: 4.1.1
25
22
Vcs-Bzr: http://launchpad.net/~ubuntu-desktop/libcanberra/ubuntu
26
23
XS-Debian-Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/libcanberra/
27
24
XS-Debian-Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/libcanberra/
28
25
Homepage: http://0pointer.de/lennart/projects/libcanberra/
 
26
Rules-Requires-Root: no
29
27
 
30
28
Package: libcanberra0
31
29
Architecture: any
49
47
Depends: ${shlibs:Depends},
50
48
         ${misc:Depends},
51
49
         libcanberra0 (= ${binary:Version})
52
 
Description: simple abstract interface for playing event sounds
 
50
Description: simple interface for playing event sounds (development files)
53
51
 libcanberra defines a simple abstract interface for playing event
54
52
 sounds.
55
53
 .
102
100
Depends: ${shlibs:Depends}, ${misc:Depends}
103
101
Breaks: libcanberra-gtk-dev (<< 0.26)
104
102
Replaces: libcanberra-gtk-dev (<< 0.26)
105
 
Description: simple abstract interface for playing event sounds
 
103
Description: simple interface for playing event sounds (GTK+ shared development files)
106
104
 libcanberra-gtk provides a few functions that simplify
107
105
 libcanberra usage from GTK+.
108
106
 .
122
120
   libcanberra-gtk0 (= ${binary:Version}),
123
121
   libcanberra-dev (= ${binary:Version}),
124
122
   libgtk2.0-dev (>= 2.20),
125
 
   libx11-dev,
126
123
   libcanberra-gtk-common-dev
127
 
Description: simple abstract interface for playing event sounds
 
124
Description: simple interface for playing event sounds (GTK+ 2 development files)
128
125
 libcanberra-gtk provides a few functions that simplify
129
126
 libcanberra usage from GTK+.
130
127
 .
166
163
 libcanberra-gtk3-0 (= ${binary:Version}),
167
164
 libcanberra-dev (= ${binary:Version}),
168
165
 libcanberra-gtk-common-dev,
169
 
 libgtk-3-dev,
170
 
 libx11-dev
171
 
Description: simple abstract interface for playing event sounds
 
166
 libgtk-3-dev
 
167
Description: simple interface for playing event sounds (GTK+ 3 development files)
172
168
 libcanberra-gtk3 provides a few functions that simplify
173
169
 libcanberra usage from GTK+ 3.0.
174
170
 .