[maemo-commits] [maemo-commits] r10733 - projects/haf/trunk/pango1.0/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Mar 23 08:51:36 EET 2007
Author: tko
Date: 2007-03-23 08:51:35 +0200 (Fri, 23 Mar 2007)
New Revision: 10733

Modified:
   projects/haf/trunk/pango1.0/debian/changelog
   projects/haf/trunk/pango1.0/debian/rules
Log:
  * debian/rules: Do not compress index.sgml files so that gtkdoc-fixxref can
    access those and generate better cross reference when building gtk+ API
    docs.


Modified: projects/haf/trunk/pango1.0/debian/changelog
===================================================================
--- projects/haf/trunk/pango1.0/debian/changelog	2007-03-22 19:32:42 UTC (rev 10732)
+++ projects/haf/trunk/pango1.0/debian/changelog	2007-03-23 06:51:35 UTC (rev 10733)
@@ -1,3 +1,13 @@
+pango1.0 (1.14.10-1osso4.2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+  * debian/rules: Do not compress index.sgml files so that gtkdoc-fixxref can
+    access those and generate better cross reference when building gtk+ API
+    docs.
+
+ -- Tommi Komulainen <tommi.komulainen at nokia.com>  Fri, 23 Mar 2007 08:50:02 +0200
+
 pango1.0 (1.14.10-1osso4.1) unstable; urgency=low
 
   * Increasing the version, the rebuilding is needed with libdbus-1-3

Modified: projects/haf/trunk/pango1.0/debian/rules
===================================================================
--- projects/haf/trunk/pango1.0/debian/rules	2007-03-22 19:32:42 UTC (rev 10732)
+++ projects/haf/trunk/pango1.0/debian/rules	2007-03-23 06:51:35 UTC (rev 10733)
@@ -282,7 +282,7 @@
 	#dh_installexamples -i
 	#dh_installinfo -i
 	dh_installchangelogs -i $(BUILD_DIR)/ChangeLog
-	dh_compress -i
+	dh_compress -i -Xindex.sgml
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_gencontrol -i
@@ -316,7 +316,7 @@
 
 	dh_strip -a --dbg-package=libpango$(apiver)-$(soname)
 
-	dh_compress -a
+	dh_compress -a -Xindex.sgml
 	dh_fixperms -a
 	dh_makeshlibs -plibpango$(apiver)-$(soname) -X usr/lib/pango/$(modver)/modules -V "libpango${apiver}-${soname} (>= ${version})"
 	dh_makeshlibs -n -plibpango$(apiver)-common


More information about the maemo-commits mailing list