From dab3be6f9685f42eb5a71ff6b6a7fc71540f7c14 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Fri, 30 Mar 2012 16:20:23 +0000 Subject: * New upstream release. * Drop obsolete Breaks/Replaces. * Watch for xz tarballs. * Update Vcs-* URLs. * Update debhelper to v9. * Bump Standards-Version to 3.9.3, with no further changes. --- debian/control.in | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'debian/control.in') diff --git a/debian/control.in b/debian/control.in index 9d614e54..752a22ee 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,19 +3,19 @@ Section: gnome Priority: optional Maintainer: Ross Burton Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), + docbook-xml, + gnome-doc-utils (>= 0.3.2), intltool (>= 0.40.0), + libglib2.0-dev, libgtk-3-dev (>= 3.0.0), - gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.6.1), - libglib2.0-dev, - libwebkitgtk-3.0-dev (>= 1.4.0), - docbook-xml -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/zenity -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/zenity + libwebkitgtk-3.0-dev (>= 1.4.0) +Standards-Version: 3.9.3 +Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/zenity +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity Homepage: http://live.gnome.org/Zenity Package: zenity @@ -23,8 +23,6 @@ Architecture: any Depends: ${misc:Depends}, ${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 rewrite of the `gdialog' command from GNOME 1. -- cgit