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/changelog | 11 +++++++++++ debian/compat | 2 +- debian/control | 20 +++++++++----------- debian/control.in | 18 ++++++++---------- debian/watch | 2 +- 5 files changed, 30 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3ec8f996..8698eb7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +zenity (3.4.0-1) unstable; urgency=low + + * 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. + + -- Jordi Mallach Fri, 30 Mar 2012 18:10:48 +0200 + zenity (3.2.0-1) unstable; urgency=low * New upstream release. diff --git a/debian/compat b/debian/compat index 45a4fb75..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 4961e83b..85ff4135 100644 --- a/debian/control +++ b/debian/control @@ -7,20 +7,20 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Frederic Peters , Josselin Mouette , Laurent Bigonville , Michael Biebl -Build-Depends: debhelper (>= 8), +Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Frederic Peters , Jordi Mallach , Josselin Mouette , Laurent Bigonville , Michael Biebl +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 @@ -28,8 +28,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. 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. diff --git a/debian/watch b/debian/watch index 815bdb21..5c06107b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://ftp.gnome.org/pub/gnome/sources/zenity/([\d\.]+[02468])/zenity-([\d\.]+)\.tar\.bz2 +http://ftp.gnome.org/pub/gnome/sources/zenity/([\d\.]+[02468])/zenity-([\d\.]+)\.tar\.xz -- cgit