* Re-enable FAQ and Tutorial which were fixed upstream at some point; update

installation dirs.
This commit is contained in:
Loïc Minier
2007-04-10 20:19:01 +00:00
parent fa4984f6d9
commit 6b6235ba4e
4 changed files with 27 additions and 11 deletions

4
debian/changelog vendored
View File

@ -7,8 +7,10 @@ gtk+2.0 (2.10.11-2) UNRELEASED; urgency=low
* Run "make check" test suite for all flavors except if DEB_BUILD_OPTIONS
contains the "nocheck" keyword; ignore failures.
* Add support for DEB_BUILD_OPTIONS_PARALLEL.
* Re-enable FAQ and Tutorial which were fixed upstream at some point; update
installation dirs.
-- Loic Minier <lool@dooz.org> Wed, 04 Apr 2007 15:12:49 +0200
-- Loic Minier <lool@dooz.org> Tue, 10 Apr 2007 22:18:23 +0200
gtk+2.0 (2.10.11-1) experimental; urgency=low

View File

@ -8,5 +8,5 @@ Abstract: This document is intended to answer questions that are
Section: Apps/Programming
Format: HTML
Index: /usr/share/doc/libgtk2.0-doc/gtk-faq/book1.html
Files: /usr/share/doc/libgtk2.0-doc/gtk-faq/*.html
Index: /usr/share/doc/libgtk2.0-doc/faq/html/book1.html
Files: /usr/share/doc/libgtk2.0-doc/faq/html/*.html

View File

@ -0,0 +1,18 @@
Document: gtk2-tutorial
Title: GTK+2.0 Tutorial
Author: Tony Gale and Ian Main
Abstract: GTK (GIMP Toolkit) is a library for creating graphical user
interfaces. It is licensed using the LGPL license, so you can develop
open software, free software, or even commercial non-free software
using GTK without having to spend anything for licenses or royalties.
.
This tutorial is an attempt to document as much as possible of GTK,
but it is by no means complete. This tutorial assumes a good
understanding of C, and how to create C programs. It would be a great
benefit for the reader to have previous X programming experience, but
it shouldn't be necessary.
Section: Apps/Programming
Format: HTML
Index: /usr/share/doc/libgtk2.0-doc/tutorial/html/book1.html
Files: /usr/share/doc/libgtk2.0-doc/tutorial/html/*.html

View File

@ -1,13 +1,9 @@
# from Debian
# XXX FAQ and Tutorial disabled for now, upstream seems to not
# have docbook
#debian/gtk-faq.devhelp usr/share/doc/@DOC_PKG@/gtk-faq
#debian/gtk-tutorial.devhelp usr/share/doc/@DOC_PKG@/gtk-tutorial
debian/gtk-faq.devhelp usr/share/doc/@DOC_PKG@/gtk-faq
debian/gtk-tutorial.devhelp usr/share/doc/@DOC_PKG@/gtk-tutorial
# from the shared flavor
debian/install/shared/usr/share/doc/@DOC_PKG@ usr/share/doc
# from the source
# XXX FAQ and Tutorial disabled for now, upstream seems to not
# have docbook
#docs/faq/html usr/share/doc/@DOC_PKG@/gtk-faq
#docs/gtk-tutorial/html usr/share/doc/@DOC_PKG@/gtk-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@