* Re-enable FAQ and Tutorial which were fixed upstream at some point; update
installation dirs.
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
|
* Run "make check" test suite for all flavors except if DEB_BUILD_OPTIONS
|
||||||
contains the "nocheck" keyword; ignore failures.
|
contains the "nocheck" keyword; ignore failures.
|
||||||
* Add support for DEB_BUILD_OPTIONS_PARALLEL.
|
* 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
|
gtk+2.0 (2.10.11-1) experimental; urgency=low
|
||||||
|
|
||||||
|
@ -8,5 +8,5 @@ Abstract: This document is intended to answer questions that are
|
|||||||
Section: Apps/Programming
|
Section: Apps/Programming
|
||||||
|
|
||||||
Format: HTML
|
Format: HTML
|
||||||
Index: /usr/share/doc/libgtk2.0-doc/gtk-faq/book1.html
|
Index: /usr/share/doc/libgtk2.0-doc/faq/html/book1.html
|
||||||
Files: /usr/share/doc/libgtk2.0-doc/gtk-faq/*.html
|
Files: /usr/share/doc/libgtk2.0-doc/faq/html/*.html
|
18
debian/libgtk2.0-doc.doc-base.gtk2-tutorial
vendored
Normal file
18
debian/libgtk2.0-doc.doc-base.gtk2-tutorial
vendored
Normal 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
|
12
debian/libgtk2.0-doc.install.in
vendored
12
debian/libgtk2.0-doc.install.in
vendored
@ -1,13 +1,9 @@
|
|||||||
# from Debian
|
# from Debian
|
||||||
# XXX FAQ and Tutorial disabled for now, upstream seems to not
|
debian/gtk-faq.devhelp usr/share/doc/@DOC_PKG@/gtk-faq
|
||||||
# have docbook
|
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
|
# from the shared flavor
|
||||||
debian/install/shared/usr/share/doc/@DOC_PKG@ usr/share/doc
|
debian/install/shared/usr/share/doc/@DOC_PKG@ usr/share/doc
|
||||||
# from the source
|
# from the source
|
||||||
# XXX FAQ and Tutorial disabled for now, upstream seems to not
|
docs/faq/html usr/share/doc/@DOC_PKG@/faq
|
||||||
# have docbook
|
docs/tutorial/html usr/share/doc/@DOC_PKG@/tutorial
|
||||||
#docs/faq/html usr/share/doc/@DOC_PKG@/gtk-faq
|
|
||||||
#docs/gtk-tutorial/html usr/share/doc/@DOC_PKG@/gtk-tutorial
|
|
||||||
docs/*.txt usr/share/doc/@DOC_PKG@
|
docs/*.txt usr/share/doc/@DOC_PKG@
|
||||||
|
Reference in New Issue
Block a user