aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
-rw-r--r--debian/changelog22
-rw-r--r--debian/control4
3 files changed, 17 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index 74cef75..d88fdc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.2, ted@canonical.com)
+AC_INIT(indicator-application, 0.0.3, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-application, 0.0.2)
+AM_INIT_AUTOMAKE(indicator-application, 0.0.3)
AM_MAINTAINER_MODE
@@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR(m4)
###########################
GTK_REQUIRED_VERSION=2.12
-INDICATOR_REQUIRED_VERSION=0.2.0
+INDICATOR_REQUIRED_VERSION=0.3.0
DBUSMENUGTK_REQUIRED_VERSION=0.1.1
PKG_CHECK_MODULES(INDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION
diff --git a/debian/changelog b/debian/changelog
index 0bbcfbb..6573574 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+indicator-application (0.0.3-0ubuntu1~ppa1) karmic; urgency=low
+
+ * Upstream release 0.0.3
+ * Adding in documentation
+ * Adding a pkg-config .pc file for libappindicator
+ * More GtkMenu support in libappindicator
+ * debian/libappindicator-dev.install: Adding pkgconfig files.
+ * debian/control: Adding a build dep on gtk-doc-tools
+ * debian/control: Increasing libdbusmenu requirements to 0.1.8
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 13:34:40 -0600
+
indicator-application (0.0.2-0~ppa3) karmic; urgency=low
* debian/watch:
@@ -7,16 +19,6 @@ indicator-application (0.0.2-0~ppa3) karmic; urgency=low
-- Ken VanDine <ken.vandine@canonical.com> Thu, 10 Dec 2009 09:00:06 -0500
-indicator-application (0.0.2-0ubuntu1~ppa2) karmic; urgency=low
-
- * Upstream update
- * Adding in documentation
- * Adding a pkg-config .pc file for libappindicator
- * debian/libappindicator-dev.install: Adding pkgconfig files.
- * debian/control: Adding a build dep on gtk-doc-tools
-
- -- Ted Gould <ted@ubuntu.com> Wed, 09 Dec 2009 12:08:33 -0600
-
indicator-application (0.0.2-0ubuntu1~ppa1) karmic; urgency=low
* Upstream release 0.0.2
diff --git a/debian/control b/debian/control
index 11b02d9..bd84152 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 5.0),
libindicate-dev (>= 0.2.0),
libindicate-gtk-dev (>= 0.2.0),
libindicator-dev (>= 0.3.0),
- libdbusmenu-gtk-dev (>= 0.1.1),
- libdbusmenu-glib-dev (>= 0.1.1)
+ libdbusmenu-gtk-dev (>= 0.1.8),
+ libdbusmenu-glib-dev (>= 0.1.8)
Standards-Version: 3.8.0
Homepage: https://launchpad.net/indicator-application
Vcs-Bzr: http://bazaar.launchpa.net/~indicator-applet-developers/indicator-application/karmic