source: pkg/viola/main/nautilus/trunk/debian/control.in @ 3516

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