Cope with new naming/building the gtk documentation
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -14,8 +14,12 @@ gtk+3.0 (2.91.0-1) experimental; urgency=low
|
||||
* Update build-depends to cairo >= 1.10.0 and glib-2.0 >= 2.27.0
|
||||
* debian/patches/070_mandatory-relibtoolize.patch
|
||||
+ Updated
|
||||
* Update the faq/tutorial index files names
|
||||
* debian/control.in:
|
||||
+ Add dependency on docbook-utils for db2html to generate the documentation
|
||||
html during build
|
||||
|
||||
-- Sjoerd Simons <sjoerd@debian.org> Sat, 09 Oct 2010 20:35:55 +0100
|
||||
-- Sjoerd Simons <sjoerd@debian.org> Sat, 09 Oct 2010 22:04:32 +0100
|
||||
|
||||
gtk+2.0 (2.21.5-1) experimental; urgency=low
|
||||
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -36,6 +36,7 @@ Build-Depends: debhelper (>= 7.0.50~),
|
||||
shared-mime-info
|
||||
Build-Depends-Indep: gtk-doc-tools (>= 1.8),
|
||||
docbook-xml,
|
||||
docbook-utils,
|
||||
libglib2.0-doc,
|
||||
libatk1.0-doc,
|
||||
libpango1.0-doc,
|
||||
|
1
debian/control.in
vendored
1
debian/control.in
vendored
@ -36,6 +36,7 @@ Build-Depends: debhelper (>= 7.0.50~),
|
||||
shared-mime-info
|
||||
Build-Depends-Indep: gtk-doc-tools (>= 1.8),
|
||||
docbook-xml,
|
||||
docbook-utils,
|
||||
libglib2.0-doc,
|
||||
libatk1.0-doc,
|
||||
libpango1.0-doc,
|
||||
|
2
debian/gruik2devhelp.awk
vendored
2
debian/gruik2devhelp.awk
vendored
@ -3,7 +3,7 @@
|
||||
BEGIN { print "<?xml version=\"1.0\"?>";
|
||||
level=1 }
|
||||
|
||||
title == 1 { print "<book title=\"" gensub("^>(.*)</TITLE$","\\1",1) "\" name =\"" name "\" link=\"book1.html\">";
|
||||
title == 1 { print "<book title=\"" gensub("^>(.*)</TITLE$","\\1",1) "\" name =\"" name "\" link=\"index.html\">";
|
||||
print "<chapters>";
|
||||
title=0 }
|
||||
/^><TITLE/ { title=1 }
|
||||
|
2
debian/libgtk3.0-doc.doc-base.gtk-faq
vendored
2
debian/libgtk3.0-doc.doc-base.gtk-faq
vendored
@ -8,5 +8,5 @@ Abstract: This document is intended to answer questions that are
|
||||
Section: Programming/C
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/libgtk3.0-doc/faq/book1.html
|
||||
Index: /usr/share/doc/libgtk3.0-doc/faq/index.html
|
||||
Files: /usr/share/doc/libgtk3.0-doc/faq/*.html
|
||||
|
2
debian/libgtk3.0-doc.doc-base.gtk3-tutorial
vendored
2
debian/libgtk3.0-doc.doc-base.gtk3-tutorial
vendored
@ -14,5 +14,5 @@ Abstract: GTK+ (GIMP Toolkit) is a library for creating graphical user
|
||||
Section: Programming/C
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/libgtk3.0-doc/tutorial/book1.html
|
||||
Index: /usr/share/doc/libgtk3.0-doc/tutorial/index.html
|
||||
Files: /usr/share/doc/libgtk3.0-doc/tutorial/*.html
|
||||
|
Reference in New Issue
Block a user