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

Modestas Vainius modax at alioth.debian.org
Tue May 3 19:49:47 UTC 2011


Author: modax
Date: 2011-05-03 19:49:46 +0000 (Tue, 03 May 2011)
New Revision: 18853

Modified:
   trunk/packages/qt-x11-free/debian/README.Debian
   trunk/packages/qt-x11-free/debian/rules
Log:
Remove embedded traces from debian/rules and debian/README.Debian.


Modified: trunk/packages/qt-x11-free/debian/README.Debian
===================================================================
--- trunk/packages/qt-x11-free/debian/README.Debian	2011-05-03 19:11:04 UTC (rev 18852)
+++ trunk/packages/qt-x11-free/debian/README.Debian	2011-05-03 19:49:46 UTC (rev 18853)
@@ -136,11 +136,9 @@
 calling it from within your program, install qt3-apps-dev, which contains
 the static libraries and header files required for this functionality.
 
-For Embedded Developers, the program qvfb (Qt Virtual Frambuffer) and 
-makeqpf (embedded fonts tool)have been packaged into 
-qt3-dev-tools-embedded. For developers that work on migrating their program 
-from any Qt version prior to Qt 3.x to the Qt 3.x platform you will find 
-additional tools in the qt3-dev-tools-compat.
+For developers that work on migrating their program from any Qt version prior
+to Qt 3.x to the Qt 3.x platform you will find additional tools in the
+qt3-dev-tools-compat.
 
 For using the QTranslator class and where to find the qm-file for qt as 
 well as where to place your translations,see the next section.

Modified: trunk/packages/qt-x11-free/debian/rules
===================================================================
--- trunk/packages/qt-x11-free/debian/rules	2011-05-03 19:11:04 UTC (rev 18852)
+++ trunk/packages/qt-x11-free/debian/rules	2011-05-03 19:49:46 UTC (rev 18853)
@@ -338,11 +338,6 @@
 	cp `pwd`/tools/designer/editor/*.h $(P_APPSDEV)/usr/include/qt3/
 	rm -rf `pwd`/debian/qt3-apps-dev/usr/include/qt3/preferences.ui.h
 
-	## qvfb package
-	install -m644 -D `pwd`/tools/qvfb/pda.skin `pwd`/debian/qt3-dev-tools-embedded/etc/qt3/qvfb/pda.skin
-	install -m644 -D `pwd`/tools/qvfb/pda_down.png `pwd`/debian/qt3-dev-tools-embedded/usr/share/qvfb/pda_down.png
-	install -m644 -D `pwd`/tools/qvfb/pda_up.png `pwd`/debian/qt3-dev-tools-embedded/usr/share/qvfb/pda_up.png
-
 	# remove utterly ugle symlink
 	rm -rf `pwd`/debian/qt3-dev-tools//usr/share/qt3/mkspecs/linux-g++/linux-g++
 
@@ -428,7 +423,6 @@
 	# install the manpages we have
 	dh_installman -pqt3-designer debian/maintain/man/createcw.1
 	dh_installman -pqt3-dev-tools-compat debian/maintain/man/qt20fix.1 debian/maintain/man/mergetr.1 debian/maintain/man/findtr.1 debian/maintain/man/msg2qm.1
-	dh_installman -pqt3-dev-tools-embedded debian/maintain/man/makeqpf.1 debian/maintain/man/qvfb.1
 	dh_installman -pqt3-dev-tools debian/maintain/man/qembed.1
 
 	# copy README.Debian
@@ -470,9 +464,6 @@
 	# fix shlibdeps madness
 	for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new &&  mv "$$a.new" "$$a"; done
 
-	# fix conffiles file for qt3-dev-tools-embedded
-	echo "/etc/qt3/qvfb/pda.skin" > `pwd`/debian/qt3-dev-tools-embedded/DEBIAN/conffiles
-
 	dh_gencontrol -a $(IBASE)
 	dh_md5sums -a $(IBASE)
 	dh_builddeb -a $(IBASE)




More information about the pkg-kde-commits mailing list