source: pkg/main/eel2/trunk/debian/control @ 3259

Revision 3259, 3.0 KB checked in by alanbach-guest, 5 years ago (diff)
  • New upstream stable release
  • Sync'd with Debian 2.20.0-4
Line 
1Source: eel2
2Section: devel
3Priority: optional
4Maintainer: Josselin Mouette <joss@debian.org>
5Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>
6Build-Depends: debhelper (>= 5),
7               gettext,
8               libgtk2.0-dev (>= 2.9.4),
9               libgnomeui-dev (>= 2.16.0-2),
10               libgail-dev (>= 1.9),
11               cdbs (>= 0.4.41),
12               libgnomevfs2-dev (>= 2.9.1),
13               gnome-pkg-tools (>= 0.13),
14               dpkg-dev (>= 1.13.19),
15               libxt-dev,
16               libgnome-menu-dev (>= 2.16.1-1),
17               libgnome-desktop-dev (>= 2.1.4),
18               libxml-parser-perl,
19               libart-2.0-dev (>= 2.3.8),
20               libgconf2-dev,
21               libglib2.0-dev (>= 2.6.0),
22               libxml2-dev (>= 2.4.7),
23               libglade2-dev,
24               libxrender-dev,
25               quilt,
26               intltool (>= 0.35.0)
27Standards-Version: 3.7.3
28
29Package: libeel2-dev
30Section: libdevel
31Architecture: any
32Depends: ${misc:Depends},
33         libeel2-2.20 (= ${binary:Version}),
34         libgnomevfs2-dev (>= 2.9.1),
35         libart-2.0-dev (>= 2.3.8),
36         libgail-dev (>= 1.9),
37         libgnome-menu-dev (>= 2.14.0),
38         libgnome-desktop-dev (>= 2.1.4),
39         libgconf2-dev,
40         libglib2.0-dev (>= 2.6.0),
41         libgnomeui-dev (>= 2.16.0-2),
42         libgtk2.0-dev (>= 2.9.4),
43         libxml2-dev (>= 2.4.7),
44         libglade2-dev,
45         libxrender-dev
46Description: Eazel Extensions Library - development files (GNOME2)
47 This package provides the necessary development libraries and include
48 files to allow you to develop with Eel.
49 .
50 The Eazel Extensions Library is a collection of widgets and extensions
51 to many modules of the GNOME platform.  These widgets and extensions
52 were developed by hackers working on Nautilus.   For the duration of
53 the Nautilus 1.0 development cycle, the code was internal to Nautilus
54 and its components.
55
56Package: libeel2-2.20
57Section: libs
58Architecture: any
59Depends: ${misc:Depends},
60         ${shlibs:Depends},
61         libeel2-data
62Recommends: synaptic, app-install-data
63Description: Eazel Extensions Library (for GNOME2)
64 The Eazel Extensions Library is a collection of widgets and extensions
65 to many modules of the GNOME platform.  These widgets and extensions
66 were developed by hackers working on Nautilus.   For the duration of
67 the Nautilus 1.0 development cycle, the code was internal to Nautilus
68 and its components.
69
70Package: libeel2-data
71Section: libs
72Architecture: all
73Depends: ${misc:Depends}
74Recommends: libeel2-2.20
75Description: Eazel Extensions Library - data files (for GNOME2)
76 This package includes locale data and fonts for EEL.
77 .
78 The Eazel Extensions Library is a collection of widgets and extensions
79 to many modules of the GNOME platform.  These widgets and extensions
80 were developed by hackers working on Nautilus.   For the duration of
81 the Nautilus 1.0 development cycle, the code was internal to Nautilus
82 and its components.
Note: See TracBrowser for help on using the repository browser.