From c137b795849bc9fcfb20cdb479aacc652e70e6b0 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 24 Sep 2009 18:04:48 +0000 Subject: * New upstream release. * debian/control: - Bumped standards-version to 3.8.3. No changes needed. - libglade2-dev B-D removed, it's no more needed as per configure.ac requirements. - libglib2.0-dev B-D added as per configure.ac requirements. * debian/copyright: - added missing copyright holders. * debian/patches/01_focus_windows: - removed, applied upstream * debian/rules: - simple-patchsys include removed as far as we have no patches to get applied anymore. --- debian/changelog | 18 +++++++ debian/control | 6 +-- debian/control.in | 6 +-- debian/copyright | 5 ++ debian/patches/01_focus_windows.patch | 96 ----------------------------------- debian/rules | 1 - 6 files changed, 29 insertions(+), 103 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b2a4fbcd..85edfda4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +zenity (2.28.0-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Bumped standards-version to 3.8.3. No changes needed. + - libglade2-dev B-D removed, it's no more needed as per + configure.ac requirements. + - libglib2.0-dev B-D added as per configure.ac requirements. + * debian/copyright: + - added missing copyright holders. + * debian/patches/01_focus_windows: + - removed, applied upstream + * debian/rules: + - simple-patchsys include removed as far as we have no + patches to get applied anymore. + + -- Andrea Veri Thu, 24 Sep 2009 18:47:12 +0200 + zenity (2.26.0-2) unstable; urgency=low * Only conflict with libgtkada-bin << 2.12.0-4, add replaces. diff --git a/debian/control b/debian/control index d28f6e7c..16ec241d 100644 --- a/debian/control +++ b/debian/control @@ -8,12 +8,12 @@ Build-Depends: debhelper (>= 5), intltool (>= 0.40.0), scrollkeeper, libgtk2.0-dev (>= 2.15.1), - libglade2-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), - libnotify-dev-gtk2.10 + libnotify-dev-gtk2.10, + libglib2.0-dev Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Package: zenity Architecture: any diff --git a/debian/control.in b/debian/control.in index ac7ea9d5..c4e52cad 100644 --- a/debian/control.in +++ b/debian/control.in @@ -8,12 +8,12 @@ Build-Depends: debhelper (>= 5), intltool (>= 0.40.0), scrollkeeper, libgtk2.0-dev (>= 2.15.1), - libglade2-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), - libnotify-dev-gtk2.10 + libnotify-dev-gtk2.10, + libglib2.0-dev Uploaders: @GNOME_TEAM@ -Standards-Version: 3.8.1 +Standards-Version: 3.8.3 Package: zenity Architecture: any diff --git a/debian/copyright b/debian/copyright index d10ebc0f..bf424387 100644 --- a/debian/copyright +++ b/debian/copyright @@ -12,6 +12,11 @@ Copyright: Copyright (C) 2002-2005 Sun Microsystems, Inc. Copyright (C) 2003 Mike Newman Copyright (C) 2005-2009 Lucas Rocha + Copyright (C) 1999, 2000 Red Hat Inc + Copyright (C) 1998 James Henstridge + Copyright (C) 2006 Christian Persch + Copyright (C) 2001 CodeFactory AB + Copyright (C) 2001, 2002 Anders Carlsson License: diff --git a/debian/patches/01_focus_windows.patch b/debian/patches/01_focus_windows.patch index df8c6fd9..e69de29b 100644 --- a/debian/patches/01_focus_windows.patch +++ b/debian/patches/01_focus_windows.patch @@ -1,96 +0,0 @@ -Debian #528455 -GNOME #561131 -zenity windows don't appear with the focus - ---- src/zenity.glade.orig 2009-08-18 18:24:11.718036836 +0200 -+++ src/zenity.glade 2009-08-18 18:25:45.013694578 +0200 -@@ -16,7 +16,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -177,7 +177,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -288,7 +288,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -385,7 +385,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -510,7 +510,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -613,7 +613,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -736,7 +736,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -862,7 +862,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -998,7 +998,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - -@@ -1111,7 +1111,7 @@ - False - GDK_WINDOW_TYPE_HINT_DIALOG - GDK_GRAVITY_NORTH_WEST -- False -+ True - False - False - diff --git a/debian/rules b/debian/rules index 3d35a594..969dd4a3 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk -- cgit