~ubuntu-branches/ubuntu/wily/mate-indicator-applet/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel, Martin Wimpress, Mike Gabriel
  • Date: 2015-08-24 11:54:46 UTC
  • mfrom: (4.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150824115446-m0lot0l7z22ueqkb
Tags: 1.10.0-1
[ Martin Wimpress ]
* debian/control:
  + Process with wrap-and-sort.

[ Mike Gabriel ]
* Upload to unstable.
* debian/control:
  + Drop from B-D: libgtk2.0-dev. This plus various other B-D changes applied
    in m-i-a 1.10.0-1~exp1 fix #788216. (Closes: #788216).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
           John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>,
7
7
           Stefano Karapetsas <stefano@karapetsas.com>,
8
8
           Vangelis Mouhtsis <vangelis@gnugr.org>,
 
9
           Martin Wimpress <code@flexion.org>,
9
10
Build-Depends: debhelper (>= 9),
10
 
               cdbs,
11
 
               libgtk2.0-dev (>= 2.12.0),
 
11
               gtk-doc-tools,
 
12
               intltool,
 
13
               libdbus-glib-1-dev,
 
14
               libindicator-dev (>= 0.3.90),
12
15
               libmate-panel-applet-dev,
13
 
               libdbus-glib-1-dev,
14
16
               libtool,
15
 
               intltool,
16
17
               libxml2-dev,
17
 
               gtk-doc-tools,
18
 
               libindicator-dev (>= 0.3.6),
19
 
               mate-common
20
 
Standards-Version: 3.9.5
 
18
               mate-common (>= 1.10),
 
19
               yelp-tools,
 
20
Standards-Version: 3.9.6
21
21
Homepage: http://www.mate-desktop.org
22
22
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-indicator-applet.git;a=summary
23
23
Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-indicator-applet.git
24
24
 
25
25
Package: mate-indicator-applet
26
26
Architecture: any
27
 
Depends: ${shlibs:Depends},
 
27
Depends: mate-indicator-applet-common (= ${source:Version}),
 
28
         mate-panel,
28
29
         ${misc:Depends},
29
 
         mate-panel
30
 
Recommends: indicator-messages-gtk2
31
 
Suggests: indicator-application-gtk2,
32
 
          indicator-sound-gtk2
33
 
Provides: indicator-renderer
 
30
         ${shlibs:Depends},
 
31
Provides: indicator-renderer,
34
32
Description: MATE panel indicator applet
35
 
 indicator-applet is an applet to display information from
36
 
 various applications consistently in the MATE panel.
37
 
 .
38
 
 Currently this includes support for messaging applications in the
39
 
 indicator-messages package.
 
33
 A small applet to display information from various applications
 
34
 consistently in the panel.
 
35
 .
 
36
 The indicator applet exposes Ayatana Indicators in the MATE Panel.
 
37
 Ayatana Indicators are an initiative by Canonical to provide crisp and
 
38
 clean system and application status indication. They take the form of an
 
39
 icon and associated menu, displayed (usually) in the desktop panel.
 
40
 Existing indicators include the Message Menu, Battery Menu and Sound
 
41
 menu.
 
42
 
 
43
Package: mate-indicator-applet-common
 
44
Architecture: all
 
45
Depends: ${misc:Depends},
 
46
Breaks: mate-indicator-applet (<< 1.9.0),
 
47
Description: MATE panel indicator applet (common files)
 
48
 A small applet to display information from various applications
 
49
 consistently in the panel.
 
50
 .
 
51
 The indicator applet exposes Ayatana Indicators in the MATE Panel.
 
52
 Ayatana Indicators are an initiative by Canonical to provide crisp and
 
53
 clean system and application status indication. They take the form of an
 
54
 icon and associated menu, displayed (usually) in the desktop panel.
 
55
 Existing indicators include the Message Menu, Battery Menu and Sound
 
56
 menu.
 
57
 .
 
58
 This package contains the architecture independent files.
 
59
 
 
60
Package: mate-indicator-applet-dbg
 
61
Section: debug
 
62
Priority: extra
 
63
Architecture: any
 
64
Depends: mate-indicator-applet (= ${binary:Version}),
 
65
         ${misc:Depends},
 
66
Description: MATE panel indicator applet (debugging symbols)
 
67
 A small applet to display information from various applications
 
68
 consistently in the panel.
 
69
 .
 
70
 The indicator applet exposes Ayatana Indicators in the MATE Panel.
 
71
 Ayatana Indicators are an initiative by Canonical to provide crisp and
 
72
 clean system and application status indication. They take the form of an
 
73
 icon and associated menu, displayed (usually) in the desktop panel.
 
74
 Existing indicators include the Message Menu, Battery Menu and Sound
 
75
 menu.
 
76
 .
 
77
 This package contains debugging symbols for the mate-indicator-applet package.
 
78
 It is provided to help debugging problems.
 
79
 .
 
80
 The debugging symbols are installed in /usr/lib/debug and will
 
81
 automatically be used by gdb.