rev 6519 - trunk/packages/qt-x11-free/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sat Jun 16 22:24:58 UTC 2007


Author: pusling-guest
Date: 2007-06-16 22:24:58 +0000 (Sat, 16 Jun 2007)
New Revision: 6519

Modified:
   trunk/packages/qt-x11-free/debian/changelog
   trunk/packages/qt-x11-free/debian/rules
Log:
a documentation fix - still untested. hope it works.


Modified: trunk/packages/qt-x11-free/debian/changelog
===================================================================
--- trunk/packages/qt-x11-free/debian/changelog	2007-06-16 18:52:35 UTC (rev 6518)
+++ trunk/packages/qt-x11-free/debian/changelog	2007-06-16 22:24:58 UTC (rev 6519)
@@ -11,6 +11,7 @@
   * Add sparc to firebird archs. Thanks to Damyan Ivanov
   * Add armel support to qt3. Thanks to Riku Voipu and Lennert Beytenhek.
     (Closes: 408814)
+  * Fix typo in some documentation. (Closes: 410968) (UNTESTED!!1)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 29 May 2007 13:07:33 +0200
 

Modified: trunk/packages/qt-x11-free/debian/rules
===================================================================
--- trunk/packages/qt-x11-free/debian/rules	2007-06-16 18:52:35 UTC (rev 6518)
+++ trunk/packages/qt-x11-free/debian/rules	2007-06-16 22:24:58 UTC (rev 6519)
@@ -220,6 +220,7 @@
 	## build qt3-doc package
 	# copy all docs there first
 	install -d $(P_DOC)/usr/share/qt3/doc/html/
+	sed -i -e 's/reveives/receives/' $(P_DOC)/usr/share/qt3/doc/html/qwidget.html
 	for a in `cd $(TMP_INSTALL)/usr/share/qt3/doc/html/ && find`; do cp $(TMP_INSTALL)/usr/share/qt3/doc/html/"$$a" $(P_DOC)/usr/share/qt3/doc/html/; done
 
 	## build designer package documentation




More information about the pkg-kde-commits mailing list