source: pkg/main/gnome-panel/trunk/debian/control @ 1542

Revision 1542, 4.3 KB checked in by alanbach-guest, 6 years ago (diff)

gnome-panel 2.18.2 updates

Line 
1Source: gnome-panel
2Section: gnome
3Priority: optional
4Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
5Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6Standards-Version: 3.7.2
7Build-Depends: cdbs (>= 0.4.41),
8               debhelper (>= 5),
9               intltool (>= 0.35.0),
10               gnome-pkg-tools (>= 0.10),
11               dpkg-dev (>= 1.13.19),
12               scrollkeeper (>= 0.3.14-9.1),
13               libxmu-dev,
14               libxres-dev,
15               gnome-doc-utils,
16               libxau-dev,
17               libgtk2.0-dev (>= 2.10.0),
18               libgnomeui-dev (>= 2.16.0-2),
19               libgnome-desktop-dev (>= 2.11.1),
20               libglade2-dev (>= 1:2.5.0),
21               libgnome2-dev (>= 2.13.0),
22               libbonoboui2-dev (>= 2.1.1),
23               liborbit2-dev (>= 1:2.12.1-1),
24               libgnomevfs2-dev (>= 2.14.2),
25               libwnck-dev (>= 2.13.5),
26               libgconf2-dev (>= 2.6.1),
27               libecal1.2-dev (>= 1.6.0) [!hurd-i386],
28               libedataserverui1.2-dev (>= 1.2.0) [!hurd-i386],
29               libcairo2-dev (>= 1.0.0),
30               libdbus-glib-1-dev (>= 0.60),
31               gtk-doc-tools,
32               libgnome-menu-dev (>= 2.16.1-1),
33               libpango1.0-dev (>= 1.15.4),
34               libedataserver1.2-dev (>= 1.2.0)
35
36Package: gnome-panel
37Architecture: any
38Depends: ${shlibs:Depends},
39         ${misc:Depends},
40         gnome-panel-data (>= ${gnome:Version}),
41         gnome-panel-data (<< ${gnome:NextVersion}),
42         gnome-desktop-data (>= 2.10.0-1),
43         gnome-control-center (>= 1:2.8.2-3),
44         gnome-menus (>= 2.11.1-1),
45         gnome-about (>= 2.10.0-1),
46         menu-xdg (>= 0.2)
47Recommends: gnome-applets (>= 2.12.1-1),
48            gnome-session,
49            evolution-data-server,
50            gnome-icon-theme (>= 2.18)
51Suggests: yelp,
52          gnome2-user-guide,
53          gnome-terminal | x-terminal-emulator,
54          gnome-system-tools,
55          nautilus
56Description: launcher and docking facility for GNOME
57 The GNOME Panel is an essential part of the GNOME Desktop, providing
58 toolbar-like “panels” which can be attached to the sides of your desktop.
59 They are used to launch applications and embed a number of other
60 functions, such as quick launch icons, the clock, the notification area,
61 volume controls and the battery charge indicator, and utilities ranging
62 from weather forecast to system monitoring.
63
64Package: libpanel-applet2-0
65Section: libs
66Architecture: any
67Depends: ${misc:Depends},
68         ${shlibs:Depends}
69Description: library for GNOME Panel applets
70 This library is used by GNOME Panel applets.
71
72Package: gnome-panel-dbg
73Section: libdevel
74Priority: extra
75Architecture: any
76Depends: ${misc:Depends},
77         gnome-panel (= ${binary:Version}),
78         libpanel-applet2-0 (= ${binary:Version})
79Description: GNOME Panel and library for panel applets - debugging symbols
80 This package contains debugging symbols for gnome-panel and the
81 libpanel-applet library. It is provided to help debugging problem in
82 the panel itself or in the library. The debugging symbols are installed
83 in /usr/lib/debug and will automatically be used by gdb.
84
85Package: libpanel-applet2-dev
86Section: libdevel
87Architecture: any
88Depends: ${misc:Depends},
89         libpanel-applet2-0 (= ${binary:Version}),
90         liborbit2-dev (>= 1:2.12.4-1),
91         libgtk2.0-dev (>= 2.10.0),
92         libgnomeui-dev (>= 2.5.4),
93         libglade2-dev (>= 1:2.5.0),
94         libbonoboui2-dev (>= 2.1.1)
95Description: library for GNOME Panel applets - development files
96 This packages provides the include files and static library for the GNOME
97 Panel applet library functions.
98
99Package: libpanel-applet2-doc
100Section: doc
101Architecture: all
102Depends: ${misc:Depends}
103Suggests: doc-base
104Description: library for GNOME Panel applets - documentation files
105 This packages provides the documentation files for the GNOME Panel applet
106 library functions.
107
108Package: gnome-panel-data
109Section: gnome
110Architecture: all
111Depends: ${misc:Depends},
112         scrollkeeper (>= 0.3.14-9.1),
113         gconf2 (>= 2.14.0-2)
114Recommends: gnome-panel
115Description: common files for the GNOME Panel
116 This package includes some files that are needed by the GNOME Panel
117 (Pixmaps, .desktop files and internationalization files).
Note: See TracBrowser for help on using the repository browser.