Sory, forget patch... :-P Saluds Guillermo Reisch
>From 122a34fe423284efa76abf59053652b5881dcc85 Mon Sep 17 00:00:00 2001 From: Guillermo Reisch <guill...@adinet.com.uy> Date: Mon, 21 Apr 2014 22:15:42 -0300 Subject: [PATCH] update to upstream 3.12.0 git tag ZENITY_3_12_0
--- debian/changelog | 10 ++++++++++ debian/control | 5 +++-- debian/control.in | 3 ++- debian/rules | 5 +++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index da5045d..a947b83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +zenity (3.12.0-1) unstable; urgency=low + + * Update to upstream git tag ZENITY_3_12_0 commit 82069a6b59... + * Upstream fix #711396, #712616, #667711, #600533, #534935 + * Upstream fix #702535, #705335, #653468, #698683 + * Added dh-autoreconf to call autogen.sh before ./compile + * Added new build-depend gnome-common + + -- Guillermo Reisch <guill...@adinet.com.uy> Sat, 19 Apr 2014 19:06:34 -0300 + zenity (3.8.0-2) UNRELEASED; urgency=low * Update homepage diff --git a/debian/control b/debian/control index a4b815c..851424c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers <pkg-gnome-maintain...@lists.alioth.debian.org> -Uploaders: Emilio Pozuelo Monfort <po...@debian.org>, Frederic Peters <fpet...@debian.org>, Jordi Mallach <jo...@debian.org>, Laurent Bigonville <bi...@debian.org>, Michael Biebl <bi...@debian.org> +Uploaders: Frederic Peters <fpet...@debian.org>, Jeremy Bicha <jbi...@ubuntu.com>, Jordi Mallach <jo...@debian.org>, Laurent Bigonville <bi...@debian.org>, Michael Biebl <bi...@debian.org> Build-Depends: debhelper (>= 9), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), @@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev, libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), - libwebkitgtk-3.0-dev (>= 1.4.0) + libwebkitgtk-3.0-dev (>= 1.4.0), + gnome-common (>= 3.12.0) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity diff --git a/debian/control.in b/debian/control.in index 5f58f7d..43c8deb 100644 --- a/debian/control.in +++ b/debian/control.in @@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 9), libglib2.0-dev, libgtk-3-dev (>= 3.0.0), libnotify-dev (>= 0.6.1), - libwebkitgtk-3.0-dev (>= 1.4.0) + libwebkitgtk-3.0-dev (>= 1.4.0), + gnome-common (>= 3.12.0) Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/zenity Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/zenity diff --git a/debian/rules b/debian/rules index b5ddf8f..31c4bcf 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,8 @@ #!/usr/bin/make -f +#export DH_VERBOSE=1 + +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk @@ -11,3 +14,5 @@ DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed DEB_DH_INSTALL_ARGS += --list-missing +DEB_DH_AUTORECONF_ARGS += ./autogen.sh + -- 1.8.5.2.297.g3e57c29