summaryrefslogtreecommitdiff
path: root/debian/control.in
blob: f89787001476399f7b95106137f6a9857cd12948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: zenity
Section: gnome
Priority: optional
Maintainer: Ross Burton <ross@debian.org>
Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.4.0), libglade2-dev, libgconf2-dev, libgnomecanvas2-dev
Uploaders: @GNOME_TEAM@
Standards-Version: 3.6.1.0

Package: zenity
Architecture: any
Depends: ${shlibs:Depends}, scrollkeeper (>= 0.3.9)
Replaces: gnome-utils (<< 2.4.1-1)
Conflicts: gnome-utils (<< 2.4.1-1)
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.
bgstack15