diff options
author | Ted Gould <ted@gould.cx> | 2009-12-11 10:38:53 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-11 10:38:53 -0600 |
commit | c5d3cf30ad2764dc18a8cb92d81fbeff69053eaa (patch) | |
tree | dc974c470f69f800fcc562b3ef97a4f644f74100 | |
parent | c52a9148787ba353658735ccd0bb6efbb34a0dc6 (diff) | |
parent | d3038937c5f5621da42952a026c61e1f5f74e83a (diff) | |
download | ayatana-indicator-application-c5d3cf30ad2764dc18a8cb92d81fbeff69053eaa.tar.gz ayatana-indicator-application-c5d3cf30ad2764dc18a8cb92d81fbeff69053eaa.tar.bz2 ayatana-indicator-application-c5d3cf30ad2764dc18a8cb92d81fbeff69053eaa.zip |
* Upstream release 0.0.4
* Adding files to the tarball
* Putting version number in docs
* Removing cruft in docs
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | configure.ac | 5 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | docs/reference/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/libappindicator-docs.sgml.in (renamed from docs/reference/libappindicator-docs.sgml) | 3 |
5 files changed, 17 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index d63fda6..d05078e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,10 @@ SUBDIRS = data \ EXTRA_DIST = \ gtk-doc.make \ omf.make \ - xmldocs.make + xmldocs.make \ + autogen.sh \ + COPYING.LGPL.2.1 \ + COPYING.LGPL.3 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall diff --git a/configure.ac b/configure.ac index d88fdc8..33d296c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.0.3, ted@canonical.com) +AC_INIT(indicator-application, 0.0.4, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.0.3) +AM_INIT_AUTOMAKE(indicator-application, 0.0.4) AM_MAINTAINER_MODE @@ -93,6 +93,7 @@ example/Makefile docs/Makefile docs/reference/Makefile docs/reference/version.xml +docs/reference/libappindicator-docs.sgml ]) ########################### diff --git a/debian/changelog b/debian/changelog index 7b70927..0488e14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ -indicator-application (0.0.3-0ubuntu2~ppa1) karmic; urgency=low +indicator-application (0.0.4-0ubuntu1~ppa1) UNRELEASED; urgency=low + * Upstream release 0.0.4 + * Adding files to the tarball + * Putting version number in docs + * Removing cruft in docs * debian/patches/clean_up_docs.patch: Remove as merged upstream. - -- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 20:31:52 -0600 + -- Ted Gould <ted@ubuntu.com> Fri, 11 Dec 2009 10:37:42 -0600 indicator-application (0.0.3-0ubuntu1) karmic; urgency=low diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 67582f2..1292f4d 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -83,7 +83,7 @@ include $(top_srcdir)/gtk-doc.local.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += version.xml.in +EXTRA_DIST += version.xml.in libappindicator-docs.sgml.in # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types diff --git a/docs/reference/libappindicator-docs.sgml b/docs/reference/libappindicator-docs.sgml.in index ee72614..3a8e5de 100644 --- a/docs/reference/libappindicator-docs.sgml +++ b/docs/reference/libappindicator-docs.sgml.in @@ -7,6 +7,9 @@ <book id="index"> <bookinfo> <title>libappindicator Reference Manual</title> + <releaseinfo> + for libappindicator @VERSION@ + </releaseinfo> </bookinfo> <chapter> |