aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-02-25 22:23:29 +0100
committerSebastien Bacher <seb128@ubuntu.com>2010-02-25 22:23:29 +0100
commite9aea6f9478ec403fee9e6791c178e4fe95da560 (patch)
treea9d9a216588a548f250031c723c56450cbbb6e4b
parent2de657413f7d244e92e1fe2efbc2c412ec862f4d (diff)
parent436e5f16715448637e71fad02689d99eb7a2d8c6 (diff)
downloadlibayatana-indicator-e9aea6f9478ec403fee9e6791c178e4fe95da560.tar.gz
libayatana-indicator-e9aea6f9478ec403fee9e6791c178e4fe95da560.tar.bz2
libayatana-indicator-e9aea6f9478ec403fee9e6791c178e4fe95da560.zip
releasing version 0.3.4-0ubuntu10.3.4-0ubuntu1
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog14
-rw-r--r--debian/control2
3 files changed, 18 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 24293c5..2601ea5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(libindicator, 0.3.3, ted@canonical.com)
+AC_INIT(libindicator, 0.3.4, ted@canonical.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libindicator, 0.3.3)
+AM_INIT_AUTOMAKE(libindicator, 0.3.4)
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])
@@ -28,7 +28,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
GTK_REQUIRED_VERSION=2.18
DBUS_REQUIRED_VERSION=0.76
-GIO_UNIX_REQUIRED_VERSION=2.23
+GIO_UNIX_REQUIRED_VERSION=2.22
PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION
gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION
diff --git a/debian/changelog b/debian/changelog
index 12f819d..9027ddb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libindicator (0.3.4-0ubuntu1) lucid; urgency=low
+
+ * Upstream Release 0.3.4
+ * Reducing gio-unix dependency to 2.22
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Feb 2010 11:27:18 -0600
+
+libindicator (0.3.3-0ubuntu2) lucid; urgency=low
+
+ * debian/control:
+ Reducing libglib dependency down to 2.22 for Karmic builds
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 24 Feb 2010 21:05:01 -0600
+
libindicator (0.3.3-0ubuntu1) lucid; urgency=low
* debian/control:
diff --git a/debian/control b/debian/control
index 52a36ed..686f637 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 5.0),
cdbs (>= 0.4.41),
- libglib2.0-dev (>= 2.23),
+ libglib2.0-dev (>= 2.22),
libgtk2.0-dev (>= 2.12.0),
libdbus-glib-1-dev,
libtool,