diff options
Diffstat (limited to 'debian/control.in')
-rw-r--r-- | debian/control.in | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 00000000..4300e34c --- /dev/null +++ b/debian/control.in @@ -0,0 +1,44 @@ +Source: zenity +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper-compat (= 13), + dh-sequence-gnome, + itstool, + libglib2.0-dev, + libgtk-3-dev (>= 3.16.0), + libnotify-dev (>= 0.6.1), + libwebkit2gtk-4.1-dev (>= 2.8.1) [!hurd-i386 !ia64 !kfreebsd-any !sh4], + meson (>= 0.53.0) +Rules-Requires-Root: no +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/gnome-team/zenity +Vcs-Git: https://salsa.debian.org/gnome-team/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 +Multi-Arch: foreign +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. |