rev 9967 - in branches/qt4-x11/debian: . patches

Modestas Vainius modax-guest at alioth.debian.org
Fri Apr 4 00:53:18 UTC 2008


Author: modax-guest
Date: 2008-04-04 00:53:18 +0000 (Fri, 04 Apr 2008)
New Revision: 9967

Added:
   branches/qt4-x11/debian/not-installed
Modified:
   branches/qt4-x11/debian/changelog
   branches/qt4-x11/debian/libqt4-dbg.install
   branches/qt4-x11/debian/libqt4-script.install
   branches/qt4-x11/debian/patches/05_append_qt4_target.diff
   branches/qt4-x11/debian/qt4-dev-tools.install
   branches/qt4-x11/debian/rules
Log:
* lrelease and lupdate have been moved. fix 05_ patch
* Update *.install files
* Add debian/not-installed
* Avoid calling ./configure repeatedly

Qt 4.4 RC1 should be fully buildable.

Modified: branches/qt4-x11/debian/changelog
===================================================================
--- branches/qt4-x11/debian/changelog	2008-04-03 23:01:37 UTC (rev 9966)
+++ branches/qt4-x11/debian/changelog	2008-04-04 00:53:18 UTC (rev 9967)
@@ -1,4 +1,4 @@
-qt4-x11 (4.4.0~rc1-1~pre1) experimental; urgency=low
+qt4-x11 (4.4.0~rc1-1~pre2) experimental; urgency=low
 
   * New upstream release.
 
@@ -23,14 +23,23 @@
     * 0220-no-x-recursion-in-xerrhandler.diff - adjust offsets.
   * Refresh Debian patches:
     * 02_launch_assistant-qt4.diff - adjust offsets.
-    * 05_append_qt4_target.diff - adopt to upstream changes.
+    * 05_append_qt4_target.diff - adopt to upstream changes. lrelease and
+      lupdate have been moved to tools/linguist/, adjust offsets.
     * 50_kfreebsd_build_fix.diff - adjust offsets.
     * 80_hurd_max_path.diff - adjust offsets.
   * Remove Debian patches:
     * 08_load_ssl.diff - different fix applied upstream.
+  * Update *.install files:
+    * libqt4-script.install: remove libqtscriptdbus.so
+    * qt4-dev-tools.install: a few renames of the language files,
+      s/assistant-qt3/assistant-qt4/, add usr/bin/xmlpatterns
   * Add libqt4-core transitional package.
+  * Add debian/not-installed to document files which are deliberately not
+    installed
+  * Avoid calling ./configure repeatedly during build/install: tie ./configure
+    to config.status
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 03 Apr 2008 21:44:50 +0300
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 04 Apr 2008 03:34:39 +0300
 
 qt4-x11 (4.4.0~beta1-1) experimental; urgency=low
 

Modified: branches/qt4-x11/debian/libqt4-dbg.install
===================================================================
--- branches/qt4-x11/debian/libqt4-dbg.install	2008-04-03 23:01:37 UTC (rev 9966)
+++ branches/qt4-x11/debian/libqt4-dbg.install	2008-04-04 00:53:18 UTC (rev 9967)
@@ -30,6 +30,5 @@
 usr/lib/qt4/plugins/imageformats/libqsvg.so.debug
 usr/lib/qt4/plugins/imageformats/libqtiff.so.debug
 usr/lib/qt4/plugins/inputmethods/libqimsw-multi.so.debug
-usr/lib/qt4/plugins/script/libqtscriptdbus.so.debug
 usr/lib/qt4/plugins/sqldrivers/libqsql*.so.debug
 

Modified: branches/qt4-x11/debian/libqt4-script.install
===================================================================
--- branches/qt4-x11/debian/libqt4-script.install	2008-04-03 23:01:37 UTC (rev 9966)
+++ branches/qt4-x11/debian/libqt4-script.install	2008-04-04 00:53:18 UTC (rev 9967)
@@ -1,3 +1 @@
 usr/lib/libQtScript.so.*
-usr/lib/qt4/plugins/script/libqtscriptdbus.so
-

Added: branches/qt4-x11/debian/not-installed
===================================================================
--- branches/qt4-x11/debian/not-installed	                        (rev 0)
+++ branches/qt4-x11/debian/not-installed	2008-04-04 00:53:18 UTC (rev 9967)
@@ -0,0 +1,19 @@
+usr/share/qt4/translations/qvfb_pl.qm
+usr/share/qt4/translations/qvfb_zh_TW.qm
+usr/share/qt4/translations/qvfb_zh_CN.qm
+usr/lib/libQtSvg.la
+usr/lib/libQtXml.la
+usr/lib/libQtSql.la
+usr/lib/libQtWebKit.la
+usr/lib/libQtOpenGL.la
+usr/lib/libQtNetwork.la
+usr/lib/libQtGui.la
+usr/lib/libQt3Support.la
+usr/lib/libQtTest.la
+usr/lib/libQtCLucene.la
+usr/lib/libQtScript.la
+usr/lib/libQtXmlPatterns.la
+usr/lib/libQtHelp.la
+usr/lib/libQtCore.la
+usr/lib/libQtDBus.la
+

Modified: branches/qt4-x11/debian/patches/05_append_qt4_target.diff
===================================================================
--- branches/qt4-x11/debian/patches/05_append_qt4_target.diff	2008-04-03 23:01:37 UTC (rev 9966)
+++ branches/qt4-x11/debian/patches/05_append_qt4_target.diff	2008-04-04 00:53:18 UTC (rev 9967)
@@ -135,6 +135,28 @@
  
  depend:
  	makedepend -D__MAKEDEPEND__ $(CPPFLAGS) $(DEPEND_SRC)
+--- a/tools/linguist/lrelease/lrelease.pro
++++ b/tools/linguist/lrelease/lrelease.pro
+@@ -29,7 +29,7 @@
+ SOURCES += $$PROPARSERPATH/proitems.cpp \
+         $$PROPARSERPATH/proreader.cpp
+ 
+-TARGET          = lrelease
++TARGET          = lrelease-qt4
+ INCLUDEPATH     += ../shared
+ DESTDIR         = ../../../bin
+ 
+--- a/tools/linguist/lupdate/lupdate.pro
++++ b/tools/linguist/lupdate/lupdate.pro
+@@ -42,7 +42,7 @@
+         $$PROPARSERPATH/proreader.cpp
+ 
+ 
+-TARGET          = lupdate
++TARGET          = lupdate-qt4
+ INCLUDEPATH     += ../shared
+ DESTDIR          = ../../../bin
+ 
 --- a/src/tools/moc/moc.pro
 +++ b/src/tools/moc/moc.pro
 @@ -1,5 +1,5 @@

Modified: branches/qt4-x11/debian/qt4-dev-tools.install
===================================================================
--- branches/qt4-x11/debian/qt4-dev-tools.install	2008-04-03 23:01:37 UTC (rev 9966)
+++ branches/qt4-x11/debian/qt4-dev-tools.install	2008-04-04 00:53:18 UTC (rev 9967)
@@ -6,18 +6,17 @@
 usr/bin/qcollectiongenerator
 usr/bin/qhelpconverter
 usr/bin/qhelpgenerator
+usr/bin/xmlpatterns
 usr/share/qt4/phrasebooks/*
+usr/share/qt4/translations/assistant_adp_de.qm
+usr/share/qt4/translations/assistant_adp_ja.qm
+usr/share/qt4/translations/assistant_adp_pl.qm
+usr/share/qt4/translations/assistant_adp_zh_CN.qm
+usr/share/qt4/translations/assistant_adp_zh_TW.qm
 usr/share/qt4/translations/assistant_de.qm
-usr/share/qt4/translations/assistant_ja.qm
 usr/share/qt4/translations/assistant_pl.qm
-usr/share/qt4/translations/assistant_zh_CN.qm
-usr/share/qt4/translations/assistant_zh_TW.qm
 usr/share/qt4/translations/linguist_de.qm
 usr/share/qt4/translations/linguist_ja.qm
 usr/share/qt4/translations/linguist_pl.qm
 usr/share/qt4/translations/linguist_zh_CN.qm
 usr/share/qt4/translations/linguist_zh_TW.qm
-# This is a bug. It must be assistant_adp.
-# Reported to Trolltech
-usr/share/qt4/translations/assistant_new_de.qm
-usr/share/qt4/translations/assistant_new_pl.qm

Modified: branches/qt4-x11/debian/rules
===================================================================
--- branches/qt4-x11/debian/rules	2008-04-03 23:01:37 UTC (rev 9966)
+++ branches/qt4-x11/debian/rules	2008-04-04 00:53:18 UTC (rev 9967)
@@ -48,7 +48,9 @@
         PLATFORM_ARG = glibc-g++
 endif
 
-common-configure-arch::
+common-configure-arch:: config.status
+
+config.status:
 ifeq ($(DEB_HOST_ARCH),hppa)
 	mkdir -p debian/hppa-tmp
 	echo "Testing whether getdents kernel bug is present on this buildd - see #433768"




More information about the pkg-kde-commits mailing list