diff options
author | Ted Gould <ted@canonical.com> | 2009-09-10 11:04:51 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-10 11:04:51 -0500 |
commit | 2eb52326e4abc7c766d01a03b00c31204ef74f45 (patch) | |
tree | 6dc09b8db19f900c30bf7232db6bd256037c7082 | |
parent | 772dcaf2f46646b80e08804511a1077aadb5d371 (diff) | |
parent | 1c30efea4d348d8bf9f74c1b821b9dfe16d890b9 (diff) | |
download | libayatana-indicator-2eb52326e4abc7c766d01a03b00c31204ef74f45.tar.gz libayatana-indicator-2eb52326e4abc7c766d01a03b00c31204ef74f45.tar.bz2 libayatana-indicator-2eb52326e4abc7c766d01a03b00c31204ef74f45.zip |
Upstream release 0.2.0
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 266f433..70ef98b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(libindicator, 0.2.0dev, ted@canonical.com) +AC_INIT(libindicator, 0.2.0, ted@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libindicator, 0.2.0dev) +AM_INIT_AUTOMAKE(libindicator, 0.2.0) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES]) @@ -18,6 +18,8 @@ AC_PROG_LIBTOOL AC_SUBST(VERSION) AC_CONFIG_MACRO_DIR([m4]) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + ############################## # Custom Junk ############################## diff --git a/debian/changelog b/debian/changelog index a0cbf86..2544520 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindicator (0.2.0-0ubuntu1~ppa1) UNRELEASED; urgency=low + + * Upstream release 0.2.0 + + -- Ted Gould <ted@ubuntu.com> Thu, 10 Sep 2009 11:04:31 -0500 + libindicator (0.2.0~bzr325-0ubuntu1~ppa1) karmic; urgency=low * Merging in the seperation from indicator-applet |