aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-12-11 09:21:42 -0500
committerKen VanDine <ken.vandine@canonical.com>2009-12-11 09:21:42 -0500
commit7263623ea488e23ec6316a82bd966158e0e39fcd (patch)
tree475208b09506344a90edeb70c45b047794870c9c /debian/patches
parentc5ceaf1d34d09e5249590be452b7ee4c348d8898 (diff)
downloadayatana-indicator-application-7263623ea488e23ec6316a82bd966158e0e39fcd.tar.gz
ayatana-indicator-application-7263623ea488e23ec6316a82bd966158e0e39fcd.tar.bz2
ayatana-indicator-application-7263623ea488e23ec6316a82bd966158e0e39fcd.zip
* Upstream release 0.0.4
* debian/rules: - removed disable-scrollkeeper - set DOC_SERVER used for docs * debian/patches/clean_up_docs.patch - removed, merged upstream
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/clean_up_docs.patch48
1 files changed, 41 insertions, 7 deletions
diff --git a/debian/patches/clean_up_docs.patch b/debian/patches/clean_up_docs.patch
index 0b054fe..39ff62c 100644
--- a/debian/patches/clean_up_docs.patch
+++ b/debian/patches/clean_up_docs.patch
@@ -1,15 +1,49 @@
-=== modified file 'docs/reference/libappindicator-docs.sgml'
+=== modified file 'configure.ac'
+--- configure.ac 2009-12-10 19:18:44 +0000
++++ configure.ac 2009-12-11 14:17:10 +0000
+@@ -16,6 +16,7 @@
+ AC_PROG_LIBTOOL
+
+ AC_SUBST(VERSION)
++AC_SUBST(DOC_SERVER)
+ AC_CONFIG_MACRO_DIR([m4])
+
+ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+@@ -93,6 +94,7 @@
+ docs/Makefile
+ docs/reference/Makefile
+ docs/reference/version.xml
++docs/reference/libappindicator-docs.sgml
+ ])
+
+ ###########################
+
+=== modified file 'docs/reference/Makefile.am'
+--- docs/reference/Makefile.am 2009-12-08 22:02:28 +0000
++++ docs/reference/Makefile.am 2009-12-11 14:09:14 +0000
+@@ -83,7 +83,7 @@
+
+ # 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
+
+=== renamed file 'docs/reference/libappindicator-docs.sgml' => 'docs/reference/libappindicator-docs.sgml.in'
--- docs/reference/libappindicator-docs.sgml 2009-12-08 19:22:45 +0000
-+++ docs/reference/libappindicator-docs.sgml 2009-12-10 20:40:50 +0000
-@@ -7,15 +7,10 @@
- <book id="index">
++++ docs/reference/libappindicator-docs.sgml.in 2009-12-11 14:16:59 +0000
+@@ -8,14 +8,14 @@
<bookinfo>
<title>libappindicator Reference Manual</title>
-- <releaseinfo>
+ <releaseinfo>
- for libappindicator [VERSION]
-- The latest version of this documentation can be found on-line at
++ 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>.
-- </releaseinfo>
++ <ulink role="online-location" url="http://@DOC_SERVER@/libappindicator/current/index.html">http://@DOC_SERVER@/libappindicator/current/</ulink>.
+ </releaseinfo>
</bookinfo>
<chapter>