r25254 - in /desktop/experimental/gtk+2.0/debian: changelog gruik2devhelp.awk libgtk2.0-doc.doc-base.gtk-faq libgtk2.0-doc.doc-base.gtk2-tutorial rules

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Oct 2 12:38:08 UTC 2010


Author: sjoerd
Date: Sat Oct  2 12:38:05 2010
New Revision: 25254

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25254
Log:
Update the faq/tutorial index files names

Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/gruik2devhelp.awk
    desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.doc-base.gtk-faq
    desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.doc-base.gtk2-tutorial
    desktop/experimental/gtk+2.0/debian/rules

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=25254&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/changelog [utf-8] Sat Oct  2 12:38:05 2010
@@ -1,5 +1,6 @@
 gtk+2.0 (2.22.0-1) experimental; urgency=low
 
+  [ Sebastian Dröge ]
   * New upstream stable release:
     + debian/rules,
       debian/libgtk2.0-0.symbols:
@@ -9,7 +10,10 @@
     + debian/patches/062_udeb-no-composite.patch:
       - Dropped, merged upstream.
 
- -- Sebastian Dröge <slomo at debian.org>  Thu, 23 Sep 2010 18:10:46 +0200
+  [ Sjoerd Simons ]
+  * Update the faq/tutorial index files names
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 02 Oct 2010 13:37:13 +0100
 
 gtk+2.0 (2.21.8-1) experimental; urgency=low
 

Modified: desktop/experimental/gtk+2.0/debian/gruik2devhelp.awk
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/gruik2devhelp.awk?rev=25254&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/gruik2devhelp.awk [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/gruik2devhelp.awk [utf-8] Sat Oct  2 12:38:05 2010
@@ -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 }

Modified: desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.doc-base.gtk-faq
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/libgtk2.0-doc.doc-base.gtk-faq?rev=25254&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.doc-base.gtk-faq [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.doc-base.gtk-faq [utf-8] Sat Oct  2 12:38:05 2010
@@ -8,5 +8,5 @@
 Section: Programming/C
 
 Format: HTML
-Index: /usr/share/doc/libgtk2.0-doc/faq/book1.html
+Index: /usr/share/doc/libgtk2.0-doc/faq/index.html
 Files: /usr/share/doc/libgtk2.0-doc/faq/*.html

Modified: desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.doc-base.gtk2-tutorial
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/libgtk2.0-doc.doc-base.gtk2-tutorial?rev=25254&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.doc-base.gtk2-tutorial [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/libgtk2.0-doc.doc-base.gtk2-tutorial [utf-8] Sat Oct  2 12:38:05 2010
@@ -14,5 +14,5 @@
 Section: Programming/C
 
 Format: HTML
-Index: /usr/share/doc/libgtk2.0-doc/tutorial/book1.html
+Index: /usr/share/doc/libgtk2.0-doc/tutorial/index.html
 Files: /usr/share/doc/libgtk2.0-doc/tutorial/*.html

Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=25254&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/rules [utf-8] Sat Oct  2 12:38:05 2010
@@ -159,7 +159,7 @@
 dh_subst_files = $(patsubst %.in,%,$(wildcard $(addprefix debian/, $(addsuffix *.in, $(1)))))
 
 # Gruik gruik generation of .devhelp files for the FAQ and tutorial
-debian/gtk-%.devhelp: docs/%/html/book1.html
+debian/gtk-%.devhelp: docs/%/html/index.html
 	gawk -f debian/gruik2devhelp.awk -v name=gtk-$* $< > $@
 devhelpfiles: debian/gtk-faq.devhelp debian/gtk-tutorial.devhelp
 




More information about the pkg-gnome-commits mailing list