summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control47
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..96bcae06
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+# 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: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
+Build-Depends: debhelper (>= 10.3),
+ gnome-pkg-tools (>= 0.10),
+ gnome-common,
+ yelp-tools,
+ gettext (>= 0.19.4),
+ libglib2.0-dev,
+ libgtk-3-dev (>= 3.0.0),
+ libnotify-dev (>= 0.6.1),
+ libwebkit2gtk-4.0-dev (>= 2.8.1)
+Standards-Version: 4.1.1
+Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/zenity.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/zenity.git
+Homepage: https://wiki.gnome.org/Projects/Zenity
+
+Package: zenity
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ zenity-common (= ${source:Version})
+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}
+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.
bgstack15