[Pkg-kde-commits] rev 1324 - trunk/packages/qt-x11-free/debian

Adeodato Simó adeodato at costa.debian.org
Mon Jul 18 08:51:02 UTC 2005


Author: adeodato
Date: 2005-07-18 08:51:01 +0000 (Mon, 18 Jul 2005)
New Revision: 1324

Modified:
   trunk/packages/qt-x11-free/debian/changelog
   trunk/packages/qt-x11-free/debian/rules
Log:
Included from Christopher's changes:
  * Include createcw source for qt3-designer. (Closes: #305919)


Modified: trunk/packages/qt-x11-free/debian/changelog
===================================================================
--- trunk/packages/qt-x11-free/debian/changelog	2005-07-18 08:41:29 UTC (rev 1323)
+++ trunk/packages/qt-x11-free/debian/changelog	2005-07-18 08:51:01 UTC (rev 1324)
@@ -53,6 +53,8 @@
 
   * Add linguist manpage. Thanks to Jeremy Laine. (Closes: #268882)
 
+  * Include createcw source for qt3-designer. (Closes: #305919)
+
   * Add missing qvfbhdr.h. (Closes: #182366, the qinterlacestyle.h
     mentioned in this bug report was already included in recent versions.)
 

Modified: trunk/packages/qt-x11-free/debian/rules
===================================================================
--- trunk/packages/qt-x11-free/debian/rules	2005-07-18 08:41:29 UTC (rev 1323)
+++ trunk/packages/qt-x11-free/debian/rules	2005-07-18 08:51:01 UTC (rev 1324)
@@ -406,6 +406,17 @@
 	# install the qmake binary
 	rm -rf `pwd`/debian/qt3-dev-tools/usr/bin/qmake
 	install -D `pwd`/qmake/qmake `pwd`/debian/qt3-dev-tools/usr/bin/qmake
+
+	# Install source for the designer tools, such as createcw.
+	cp -ra tools/designer/tools debian/qt3-designer/usr/share/qt3/tools
+	rm -f debian/qt3-designer/usr/share/qt3/tools/createcw/createcw
+	rm -rf debian/qt3-designer/usr/share/qt3/tools/createcw/.moc
+	rm -rf debian/qt3-designer/usr/share/qt3/tools/createcw/.obj
+	rm -f debian/qt3-designer/usr/share/qt3/tools/createcw/Makefile
+	rm -f debian/qt3-designer/usr/share/qt3/tools/conv2ui/conv2ui
+	rm -rf debian/qt3-designer/usr/share/qt3/tools/conv2ui/.moc
+	rm -rf debian/qt3-designer/usr/share/qt3/tools/conv2ui/.obj
+	rm -f debian/qt3-designer/usr/share/qt3/tools/conv2ui/Makefile
 	
 	# run remaining debhelper scripts
 	dh_installdocs -a $(IBASE) -XREADME.Debian




More information about the Pkg-kde-commits mailing list