source: pkg/main/nautilus/trunk/debian/control @ 3276

Revision 3276, 4.5 KB checked in by alanbach-guest, 5 years ago (diff)
  • Removed launchpad-integration build-dep
Line 
1Source: nautilus
2Section: gnome
3Priority: optional
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5XSBC-Original-Maintainer: Josselin Mouette <joss@debian.org>
6Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
7Build-Depends: debhelper (>= 5),
8               cdbs (>= 0.4.41),
9               quilt,
10               gettext,
11               libgtk2.0-dev (>= 2.11.6),
12               libgnomeui-dev (>= 2.16.0-2),
13               libbonobo2-dev (>= 2.15),
14               libeel2-dev (>= 2.21.90),
15               librsvg2-dev (>= 2.16.0-2),
16               libgnome-desktop-dev (>= 2.9.91),
17               libesd0-dev (>= 0.2.27),
18               libgconf2-dev (>= 2.6.1-2),
19               librsvg2-common (>= 2.16.0-2),
20               desktop-base (>= 0.2),
21               libxml-parser-perl,
22               gnome-pkg-tools (>= 0.10),
23               dpkg-dev (>= 1.13.19),
24               libxt-dev,
25               libexif-dev (>= 0.6.12),
26               liborbit2-dev (>= 2.4.0),
27               libxml2-dev (>= 2.4.7),
28               libstartup-notification0-dev (>= 0.8),
29               docbook-utils,
30               libselinux1-dev,
31               libglib2.0-dev (>= 2.15.6),
32               libgnome2-dev (>= 2.14.0),
33               libpango1.0-dev (>= 1.1.2),
34               x11proto-core-dev,
35               libexempi-dev (>= 1.99.5),
36               intltool (>= 0.35.0)
37Standards-Version: 3.7.3
38
39Package: nautilus
40Architecture: any
41Provides: nautilus-extensions-2.0
42Depends: ${shlibs:Depends},
43         ${misc:Depends},
44         nautilus-data (>= ${gnome:Version}),
45         nautilus-data (<< ${gnome:NextVersion}),
46         shared-mime-info,
47         gnome-control-center (>= 2.6),
48         desktop-file-utils (>= 0.7),
49         gvfs-backends
50Recommends: desktop-base (>= 0.2),
51            eject,
52            nautilus-cd-burner (>= 2.6),
53            librsvg2-common,
54            gamin | fam,
55            xdg-user-dirs
56Suggests: eog,
57          evince | pdf-viewer,
58          totem | mp3-decoder
59Conflicts: libnautilus2-2,
60           libnautilus2-dev
61Replaces: libnautilus2-2
62Description: file manager and graphical shell for GNOME
63 Nautilus is the official file manager for the GNOME desktop. It allows
64 to browse directories, preview files and launch applications associated
65 with them. It is also responsible for handling the icons on the GNOME
66 desktop. It works on local and remote filesystems.
67 .
68 Several icon themes and components for viewing different kinds of files
69 are available in separate packages.
70 .
71 URL: http://www.gnome.org/projects/nautilus/
72
73Package: nautilus-dbg
74Architecture: any
75Priority: extra
76Depends: nautilus (= ${binary:Version})
77Replaces: libnautilus-extension1-dbg
78Description: file manager and graphical shell for GNOME - debugging version
79 Nautilus is the official file manager for the GNOME desktop. It allows
80 to browse directories, preview files and launch applications associated
81 with them. It is also responsible for handling the icons on the GNOME
82 desktop. It works on local and remote filesystems.
83 .
84 Several icon themes and components for viewing different kinds of files
85 are available in separate packages.
86 .
87 URL: http://www.gnome.org/projects/nautilus/
88 .
89 This development package contains unstripped binaries compiled with
90 debugging symbols needed by gdb.
91 
92Package: libnautilus-extension1
93Architecture: any
94Section: libs
95Depends: ${misc:Depends},
96         ${shlibs:Depends}
97Conflicts: libnautilus2-2
98Replaces: libnautilus2-2
99Description: libraries for nautilus components - runtime version
100 Nautilus is the official file manager and graphical shell for the
101 GNOME desktop.
102 .
103 This package contains a few runtime libraries needed by nautilus' extensions.
104
105Package: libnautilus-extension-dev
106Architecture: any
107Section: libdevel
108Depends: libnautilus-extension1 (= ${binary:Version}),
109         libgtk2.0-dev (>= 2.10.0),
110         ${shlibs:Depends}
111Conflicts: libnautilus2-dev
112Replaces: libnautilus2-dev
113Description: libraries for nautilus components - development version
114 Nautilus is the official file manager and graphical shell for the
115 GNOME desktop.
116 .
117 This package provides the necessary development libraries and include
118 files to develop and compile Nautilus extensions.
119
120Package: nautilus-data
121Architecture: all
122Depends: scrollkeeper, ${misc:Depends}
123Conflicts: nautilus (<< 2.14.1-3)
124Replaces: nautilus (<< 2.16)
125Recommends: nautilus
126Description: data files for nautilus
127 Nautilus is the official file manager and graphical shell for the
128 GNOME desktop.
129 .
130 This package contains pictures, localization files and other data
131 needed by nautilus.
Note: See TracBrowser for help on using the repository browser.