[maemo-commits] [maemo-commits] r10731 - projects/haf/branches/gtk+/maemo-gtk-2-10/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Mar 22 18:45:36 EET 2007
Author: tko
Date: 2007-03-22 18:45:34 +0200 (Thu, 22 Mar 2007)
New Revision: 10731

Modified:
   projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog
   projects/haf/branches/gtk+/maemo-gtk-2-10/debian/rules
Log:
  * API documentation updates.
  * debian/rules: Do not compress index.sgml files so that gtkdoc-fixxref can
    access those and generate better cross reference when building hildon API
    docs.


Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog	2007-03-22 16:41:52 UTC (rev 10730)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/debian/changelog	2007-03-22 16:45:34 UTC (rev 10731)
@@ -1,3 +1,14 @@
+gtk+2.0 (2:2.10.6-0osso9) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+  * API documentation updates.
+  * debian/rules: Do not compress index.sgml files so that gtkdoc-fixxref can
+    access those and generate better cross reference when building hildon API
+    docs.
+
+ -- Tommi Komulainen <tommi.komulainen at nokia.com>  Thu, 22 Mar 2007 18:44:47 +0200
+
 gtk+2.0 (2:2.10.6-0osso8) unstable; urgency=low
 
   *** NOTE: starting with this version we are ABI incompatible with maemo gtk+

Modified: projects/haf/branches/gtk+/maemo-gtk-2-10/debian/rules
===================================================================
--- projects/haf/branches/gtk+/maemo-gtk-2-10/debian/rules	2007-03-22 16:41:52 UTC (rev 10730)
+++ projects/haf/branches/gtk+/maemo-gtk-2-10/debian/rules	2007-03-22 16:45:34 UTC (rev 10731)
@@ -232,7 +232,7 @@
 
 	dh_installinfo -i
 	dh_installchangelogs -i $(SOURCE_DIR)/ChangeLog
-	dh_compress -i
+	dh_compress -i -Xindex.sgml
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i
@@ -265,7 +265,7 @@
 	dh_installinfo -a
 	dh_installchangelogs -a $(SOURCE_DIR)/ChangeLog
 	dh_strip -a --dbg-package=libgtk2.0-$(soname)
-	dh_compress -a
+	dh_compress -a -Xindex.sgml
 	dh_fixperms -a
 	dh_makeshlibs -a -Nlibgtk$(apiver)-$(soname)-dbg
 	dh_makeshlibs -n -X usr/lib/gtk-$(apiver) -plibgtk$(apiver)-$(soname)$(suffix) -V "libgtk${apiver}-${soname}${suffix} (>= 2:2.10.6)"


More information about the maemo-commits mailing list