aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--configure.ac5
-rw-r--r--debian/changelog20
-rw-r--r--docs/reference/Makefile.am2
-rw-r--r--docs/reference/libappindicator-docs.sgml.in (renamed from docs/reference/libappindicator-docs.sgml)6
5 files changed, 17 insertions, 21 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 e3cc52f..c7e6f23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,14 @@
-indicator-application (0.0.4-0ubuntu1) lucid; urgency=low
+indicator-application (0.0.4-0ubuntu1~ppa1) karmic; urgency=low
* Upstream release 0.0.4
- * debian/rules:
- - removed the disable-scrollkeeper configure arg
- * debian/patches/clean_up_docs.patch
- - removed, merged upstream
- * debian/control:
- - removed Build-Depend for scrollkeeper
+ * Adding files to the tarball
+ * Putting version number in docs
+ * Removing cruft in docs
+ * debian/patches/clean_up_docs.patch: Remove as merged upstream.
- -- Ken VanDine <ken.vandine@canonical.com> Fri, 11 Dec 2009 09:18:58 -0500
+ -- Ted Gould <ted@ubuntu.com> Fri, 11 Dec 2009 10:40:09 -0600
-indicator-application (0.0.3-0ubuntu1) lucid; urgency=low
+indicator-application (0.0.3-0ubuntu1) karmic; urgency=low
* Upstream release 0.0.3
* Adding in documentation
@@ -23,8 +21,6 @@ indicator-application (0.0.3-0ubuntu1) lucid; urgency=low
[Ken VanDine]
* debian/control
- set Vcs-Bzr to ~ubuntu-desktop
- - set libappindicator-doc arch all
- - make libappindicator-dev depend on libappindicator0
* debian/libappindicator-doc.install
- install the developer docs
* debian/rules
@@ -32,8 +28,6 @@ indicator-application (0.0.3-0ubuntu1) lucid; urgency=low
- added simple-patchsys.mk
* debian/patches/clean_up_docs.patch
- Remove template values and set a proper title
- * debian/copyright
- - Include the proper licenses (LGPL-2.1 and LGPL-3)
-- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 13:34:40 -0600
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 a8eb058..3a8e5de 100644
--- a/docs/reference/libappindicator-docs.sgml
+++ b/docs/reference/libappindicator-docs.sgml.in
@@ -8,14 +8,12 @@
<bookinfo>
<title>libappindicator Reference Manual</title>
<releaseinfo>
- for libappindicator [VERSION]
- The latest version of this documentation can be found on-line at
- <ulink role="online-location" url="http://[SERVER]/libappindicator/index.html">http://[SERVER]/libappindicator/</ulink>.
+ for libappindicator @VERSION@
</releaseinfo>
</bookinfo>
<chapter>
- <title>[Insert title here]</title>
+ <title>Base Classes for Applications</title>
<xi:include href="xml/app-indicator.xml"/>
</chapter>