blob: 9d614e54fc195f223aa3cb790414c8e867a9a583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
Source: zenity
Section: gnome
Priority: optional
Maintainer: Ross Burton <ross@debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 8),
cdbs (>= 0.4.4),
gnome-pkg-tools (>= 0.10),
intltool (>= 0.40.0),
libgtk-3-dev (>= 3.0.0),
gnome-doc-utils (>= 0.3.2),
libnotify-dev (>= 0.6.1),
libglib2.0-dev,
libwebkitgtk-3.0-dev (>= 1.4.0),
docbook-xml
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/zenity
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/zenity
Homepage: http://live.gnome.org/Zenity
Package: zenity
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
zenity-common (= ${source:Version})
Breaks: libgtkada2-bin (<< 2.12.0-4)
Replaces: libgtkada2-bin (<< 2.12.0-4)
Description: Display graphical dialog boxes from shell scripts
Zenity allows you to display GTK+ dialogs from shell scripts; it is a
rewrite of the `gdialog' command from GNOME 1.
.
Zenity includes a gdialog wrapper script so that it can be used with
legacy scripts.
Package: zenity-common
Architecture: all
Depends: ${misc:Depends}
Breaks: zenity (<< 2.91.5-1~)
Replaces: zenity (<< 2.91.5-1~)
Description: Display graphical dialog boxes from shell scripts (common files)
Zenity allows you to display GTK+ dialogs from shell scripts; it is a
rewrite of the `gdialog' command from GNOME 1.
.
Zenity includes a gdialog wrapper script so that it can be used with
legacy scripts.
.
This package contains architecture independent files.
|