summaryrefslogtreecommitdiff
path: root/debian/control.in
blob: dc2611e20f436b2007e7e7dfb31913d73bb858fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.1)
Uploaders: @GNOME_TEAM@
Standards-Version: 3.7.2

Package: zenity
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, scrollkeeper (>= 0.3.9)
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