summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2006-09-22 11:21:41 +0000
committerLoïc Minier <lool@dooz.org>2006-09-22 11:21:41 +0000
commit13d1787ed805aa72f83b75cef5e5e807a3e5c9ee (patch)
tree39b35a4391aa18c8dc076343f123deca02ac2745
parentMark as UNRELEASED. (diff)
downloadzenity-13d1787ed805aa72f83b75cef5e5e807a3e5c9ee.tar.gz
zenity-13d1787ed805aa72f83b75cef5e5e807a3e5c9ee.tar.bz2
zenity-13d1787ed805aa72f83b75cef5e5e807a3e5c9ee.zip
* This upstream release switches COPYING from LGPL to GPL by mistake, but
the headers still point to the LGPL. * Bump up the libnotify-dev build-dep to >= 0.4.2-2 which was rebuilt with gtkstatusicon support.
-rw-r--r--debian/changelog11
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0fb94fd0..bb3e6e75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-zenity (2.16.0-1) UNRELEASED; urgency=low
+zenity (2.16.0-1) experimental; urgency=low
+ [ Josselin Mouette ]
* New upstream release.
* 01_manpage_fix.patch: removed, integrated upstream.
* Standards version is 3.7.2.
@@ -7,7 +8,13 @@ zenity (2.16.0-1) UNRELEASED; urgency=low
* Remove build-dependency on libpopt.
* Build-depend on libnotify-dev.
- -- Josselin Mouette <joss@debian.org> Wed, 13 Sep 2006 19:44:19 +0200
+ [ Loic Minier ]
+ * This upstream release switches COPYING from LGPL to GPL by mistake, but
+ the headers still point to the LGPL.
+ * Bump up the libnotify-dev build-dep to >= 0.4.2-2 which was rebuilt with
+ gtkstatusicon support.
+
+ -- Loic Minier <lool@dooz.org> Fri, 22 Sep 2006 12:32:09 +0200
zenity (2.14.3-2) UNRELEASED; urgency=low
diff --git a/debian/control b/debian/control
index 4685f407..1314e713 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: zenity
Section: gnome
Priority: optional
Maintainer: Ross Burton <ross@debian.org>
-Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.1)
+Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.2-2)
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Clément Stenac <zorglub@debian.org>, Dafydd Harries <daf@debian.org>, Guilherme de S. Pastore <gpastore@debian.org>, Gustavo Franco <stratus@debian.org>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Marco Cabizza <marco87@gmail.com>, Oystein Gisnas <oystein@gisnas.net>, Ondřej Surý <ondrej@debian.org>, Sebastien Bacher <seb128@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Standards-Version: 3.7.2
diff --git a/debian/control.in b/debian/control.in
index dc2611e2..a3ab6612 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,7 +2,7 @@ Source: zenity
Section: gnome
Priority: optional
Maintainer: Ross Burton <ross@debian.org>
-Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.1)
+Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.2-2)
Uploaders: @GNOME_TEAM@
Standards-Version: 3.7.2
bgstack15