summaryrefslogtreecommitdiff
path: root/debian/control
blob: b87d6a1a122b7662a1ecbcde50bc70631e859d62 (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
# This file is autogenerated. DO NOT EDIT!
# 
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.

Source: zenity
Section: gnome
Priority: optional
Maintainer: Ross Burton <ross@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 5),
               cdbs (>= 0.4.4),
               gnome-pkg-tools (>= 0.10),
               intltool (>= 0.40.0),
               libgtk2.0-dev (>= 2.15.1),
               gnome-doc-utils (>= 0.3.2),
               libnotify-dev (>= 0.4.3-2),
               libnotify-dev-gtk2.10,
               libglib2.0-dev
Standards-Version: 3.8.4

Package: zenity
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Conflicts: 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.
bgstack15