r17478 - in /desktop/experimental/gtk+2.0/debian: changelog libgtk2.0-doc.install.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Nov 12 00:39:27 UTC 2008


Author: joss
Date: Wed Nov 12 00:39:27 2008
New Revision: 17478

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17478
Log:
Really install the faq and tutorial files correctly so that the 
devhelp file is read. (The devhelp files need updating but I have no 
idea how to do.)

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.install.in

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=17478&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Wed Nov 12 00:39:27 2008
@@ -1,3 +1,11 @@
+gtk+2.0 (2.14.4-4) UNRELEASED; urgency=low
+
+  * Really install the faq and tutorial files correctly so that the 
+    devhelp file is read. (The devhelp files need updating but I have no 
+    idea how to do.)
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 12 Nov 2008 01:01:29 +0100
+
 gtk+2.0 (2.14.4-3) experimental; urgency=low
 
   * libgail*.install: fix installation paths. Closes: #505105.

Modified: desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/libgtk2.0-doc.install.in?rev=17478&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.install.in (original)
+++ desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.install.in Wed Nov 12 00:39:27 2008
@@ -1,10 +1,10 @@
 # from Debian
-debian/gtk-faq.devhelp usr/share/doc/@DOC_PKG@/faq/html
-debian/gtk-tutorial.devhelp usr/share/doc/@DOC_PKG@/tutorial/html
+debian/gtk-faq.devhelp usr/share/doc/@DOC_PKG@/faq
+debian/gtk-tutorial.devhelp usr/share/doc/@DOC_PKG@/tutorial
 # from the shared flavor
 debian/install/shared/usr/share/gtk-doc/html/gtk* usr/share/doc/@DOC_PKG@
 debian/install/shared/usr/share/gtk-doc/html/gdk* usr/share/doc/@DOC_PKG@
 # from the source
-docs/faq/html usr/share/doc/@DOC_PKG@/faq
-docs/tutorial/html usr/share/doc/@DOC_PKG@/tutorial
+docs/faq/html/* usr/share/doc/@DOC_PKG@/faq
+docs/tutorial/html/* usr/share/doc/@DOC_PKG@/tutorial
 docs/*.txt usr/share/doc/@DOC_PKG@




More information about the pkg-gnome-commits mailing list