From 655f3112e5aa4f39f50031a14085bfb10e3a683e Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Mon, 7 Feb 2011 02:19:46 +0000 Subject: * New upstream release. * debian/control.in: - Bump Build-dependencies - Drop libnotify-dev-gtk2.10 build-dependency - Add zenity-common package - Bump Standards-Version to 3.9.1 (no further changes) - Bump debhelper version - Use Breaks instead of Conflicts - Add Homepage field - Add Vcs-* field * Switch to dpkg-source 3.0 (quilt) format * debian/watch: Bump version to 3 * debian/zenity.install, zenity-common.install: - Move all arch independent files to zenity-data * debian/rules: Remove unneeded stuff --- debian/control | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 43f0a428..04cb7e36 100644 --- a/debian/control +++ b/debian/control @@ -7,24 +7,27 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Josselin Mouette , Loic Minier , Luca Falavigna , Sebastian Dröge -Build-Depends: debhelper (>= 5), +Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Josselin Mouette , Laurent Bigonville , Loic Minier , Luca Falavigna , Sebastian Dröge +Build-Depends: debhelper (>= 8), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), intltool (>= 0.40.0), - libgtk2.0-dev (>= 2.15.1), + libgtk3.0-dev (>= 2.91.0), gnome-doc-utils (>= 0.3.2), - libnotify-dev (>= 0.4.3-2), - libnotify-dev-gtk2.10, + libnotify-dev (>= 0.6.1), libglib2.0-dev, docbook-xml -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/zenity +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/zenity +Homepage: http://live.gnome.org/Zenity Package: zenity Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends} -Conflicts: libgtkada2-bin (<< 2.12.0-4) + ${shlibs:Depends}, + zenity-common (= ${source:Version}) +Breaks: 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 @@ -32,3 +35,17 @@ Description: Display graphical dialog boxes from shell scripts . Zenity includes a gdialog wrapper script so that it can be used with legacy scripts. + +Package: zenity-common +Architecture: all +Depends: ${misc:Depends} +Breaks: zenity (<< 2.91.5-1~) +Replaces: zenity (<< 2.91.5-1~) +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. -- cgit