rev 12213 - trunk/packages/qt4-x11/debian

Fathi Boudra fabo at alioth.debian.org
Fri Sep 19 17:24:12 UTC 2008


Author: fabo
Date: 2008-09-19 17:24:11 +0000 (Fri, 19 Sep 2008)
New Revision: 12213

Added:
   trunk/packages/qt4-x11/debian/qt4-qmake.install
   trunk/packages/qt4-x11/debian/qt4-qmake.links
   trunk/packages/qt4-x11/debian/qt4-qmake.manpages
   trunk/packages/qt4-x11/debian/qt4-qmake.postinst
   trunk/packages/qt4-x11/debian/qt4-qmake.prerm
Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/control
   trunk/packages/qt4-x11/debian/libqt4-dev.install
   trunk/packages/qt4-x11/debian/libqt4-dev.links
   trunk/packages/qt4-x11/debian/libqt4-dev.manpages
   trunk/packages/qt4-x11/debian/libqt4-dev.postinst
   trunk/packages/qt4-x11/debian/libqt4-dev.prerm
Log:
Split qmake in its own qt4-qmake package. (Closes: #437354)


Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2008-09-19 17:00:06 UTC (rev 12212)
+++ trunk/packages/qt4-x11/debian/changelog	2008-09-19 17:24:11 UTC (rev 12213)
@@ -25,6 +25,8 @@
   * Add missing QHelpGlobal include in libqt4-dev package.
   * Remove doxygen build dependency.
     It is useless to generate a tag file as Qt is shipped with qt.tags file.
+  * Split qmake in its own qt4-qmake package. (Closes: #437354)
+    TODO: review description.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 18 Sep 2008 18:22:04 +0200
 

Modified: trunk/packages/qt4-x11/debian/control
===================================================================
--- trunk/packages/qt4-x11/debian/control	2008-09-19 17:00:06 UTC (rev 12212)
+++ trunk/packages/qt4-x11/debian/control	2008-09-19 17:24:11 UTC (rev 12213)
@@ -330,7 +330,8 @@
  libqt4-sql (= ${binary:Version}), libqt4-script (= ${binary:Version}),
  libqt4-xmlpatterns (= ${binary:Version}), libqt4-qt3support (= ${binary:Version}),
  libqt4-designer (= ${binary:Version}), libqt4-help (= ${binary:Version}),
- libqt4-assistant (= ${binary:Version}), libqt4-test (= ${binary:Version})
+ libqt4-assistant (= ${binary:Version}), libqt4-test (= ${binary:Version}),
+ qt4-qmake (= ${binary:Version})
 Recommends: libqt4-opengl-dev (= ${binary:Version})
 Conflicts: qt3-dev-tools (<= 3:3.3.4-7), libqtwebkit-dev
 Replaces: libqtwebkit-dev, libqt4-opengl-dev (<< 4.4.0-2)
@@ -340,7 +341,7 @@
  is its rich set of widgets that provide standard GUI functionality.
  .
  This package contains the header development files and development programs
- such as qmake (qmake-qt4) used for building Qt4 applications.
+ used for building Qt4 applications.
 
 Package: libqt4-opengl-dev
 Architecture: any
@@ -420,6 +421,16 @@
  This packages contains tools used to assist in Qt 4 development, including
  the Qt Assistant, Linguist, D-Bus Viewer and Pixel Tool applications.
 
+Package: qt4-qmake
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt 4 qmake
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains Qt 4 qmake.
+
 Package: qt4-qtconfig
 Architecture: any
 Section: x11

Modified: trunk/packages/qt4-x11/debian/libqt4-dev.install
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-dev.install	2008-09-19 17:00:06 UTC (rev 12212)
+++ trunk/packages/qt4-x11/debian/libqt4-dev.install	2008-09-19 17:24:11 UTC (rev 12213)
@@ -3,7 +3,6 @@
 usr/bin/moc-qt4
 usr/bin/qdbuscpp2xml
 usr/bin/qdbusxml2cpp
-usr/bin/qmake-qt4
 usr/bin/qt3to4
 usr/bin/rcc
 usr/bin/uic-qt4

Modified: trunk/packages/qt4-x11/debian/libqt4-dev.links
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-dev.links	2008-09-19 17:00:06 UTC (rev 12212)
+++ trunk/packages/qt4-x11/debian/libqt4-dev.links	2008-09-19 17:24:11 UTC (rev 12213)
@@ -2,7 +2,6 @@
 usr/bin/lrelease-qt4    usr/share/qt4/bin/lrelease
 usr/bin/lupdate-qt4     usr/share/qt4/bin/lupdate
 usr/bin/moc-qt4         usr/share/qt4/bin/moc
-usr/bin/qmake-qt4       usr/share/qt4/bin/qmake
 usr/bin/uic-qt4         usr/share/qt4/bin/uic
 usr/bin/rcc             usr/share/qt4/bin/rcc
 usr/lib/qt4/plugins     usr/share/qt4/plugins

Modified: trunk/packages/qt4-x11/debian/libqt4-dev.manpages
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-dev.manpages	2008-09-19 17:00:06 UTC (rev 12212)
+++ trunk/packages/qt4-x11/debian/libqt4-dev.manpages	2008-09-19 17:24:11 UTC (rev 12213)
@@ -1,5 +1,4 @@
 debian/manpages/lrelease-qt4.1
 debian/manpages/lupdate-qt4.1
 debian/manpages/moc-qt4.1
-debian/manpages/qmake-qt4.1
 debian/manpages/uic-qt4.1

Modified: trunk/packages/qt4-x11/debian/libqt4-dev.postinst
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-dev.postinst	2008-09-19 17:00:06 UTC (rev 12212)
+++ trunk/packages/qt4-x11/debian/libqt4-dev.postinst	2008-09-19 17:24:11 UTC (rev 12213)
@@ -13,11 +13,6 @@
     "/usr/share/man/man1/uic-qt4.1.gz"
 
 update-alternatives --install \
-    /usr/bin/qmake qmake "/usr/bin/qmake-qt4" "40" \
-    --slave /usr/share/man/man1/qmake.1.gz qmake.1.gz \
-    "/usr/share/man/man1/qmake-qt4.1.gz"
-
-update-alternatives --install \
     /usr/bin/lupdate lupdate "/usr/bin/lupdate-qt4" "40" \
     --slave /usr/share/man/man1/lupdate.1.gz lupdate.1.gz \
     "/usr/share/man/man1/lupdate-qt4.1.gz"

Modified: trunk/packages/qt4-x11/debian/libqt4-dev.prerm
===================================================================
--- trunk/packages/qt4-x11/debian/libqt4-dev.prerm	2008-09-19 17:00:06 UTC (rev 12212)
+++ trunk/packages/qt4-x11/debian/libqt4-dev.prerm	2008-09-19 17:24:11 UTC (rev 12213)
@@ -7,7 +7,6 @@
     remove|failed-upgrade|deconfigure)
         update-alternatives --remove moc "/usr/bin/moc-qt4"
         update-alternatives --remove uic "/usr/bin/uic-qt4"
-        update-alternatives --remove qmake "/usr/bin/qmake-qt4"
         update-alternatives --remove lupdate "/usr/bin/lupdate-qt4"
         update-alternatives --remove lrelease "/usr/bin/lrelease-qt4"
         ;;

Added: trunk/packages/qt4-x11/debian/qt4-qmake.install
===================================================================
--- trunk/packages/qt4-x11/debian/qt4-qmake.install	                        (rev 0)
+++ trunk/packages/qt4-x11/debian/qt4-qmake.install	2008-09-19 17:24:11 UTC (rev 12213)
@@ -0,0 +1 @@
+usr/bin/qmake-qt4

Added: trunk/packages/qt4-x11/debian/qt4-qmake.links
===================================================================
--- trunk/packages/qt4-x11/debian/qt4-qmake.links	                        (rev 0)
+++ trunk/packages/qt4-x11/debian/qt4-qmake.links	2008-09-19 17:24:11 UTC (rev 12213)
@@ -0,0 +1 @@
+usr/bin/qmake-qt4       usr/share/qt4/bin/qmake

Added: trunk/packages/qt4-x11/debian/qt4-qmake.manpages
===================================================================
--- trunk/packages/qt4-x11/debian/qt4-qmake.manpages	                        (rev 0)
+++ trunk/packages/qt4-x11/debian/qt4-qmake.manpages	2008-09-19 17:24:11 UTC (rev 12213)
@@ -0,0 +1 @@
+debian/manpages/qmake-qt4.1

Added: trunk/packages/qt4-x11/debian/qt4-qmake.postinst
===================================================================
--- trunk/packages/qt4-x11/debian/qt4-qmake.postinst	                        (rev 0)
+++ trunk/packages/qt4-x11/debian/qt4-qmake.postinst	2008-09-19 17:24:11 UTC (rev 12213)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+update-alternatives --install \
+    /usr/bin/qmake qmake "/usr/bin/qmake-qt4" "40" \
+    --slave /usr/share/man/man1/qmake.1.gz qmake.1.gz \
+    "/usr/share/man/man1/qmake-qt4.1.gz"
+
+#DEBHELPER#

Added: trunk/packages/qt4-x11/debian/qt4-qmake.prerm
===================================================================
--- trunk/packages/qt4-x11/debian/qt4-qmake.prerm	                        (rev 0)
+++ trunk/packages/qt4-x11/debian/qt4-qmake.prerm	2008-09-19 17:24:11 UTC (rev 12213)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    upgrade) ;;
+    remove|failed-upgrade|deconfigure)
+        update-alternatives --remove qmake "/usr/bin/qmake-qt4"
+        ;;
+esac
+
+#DEBHELPER#




More information about the pkg-kde-commits mailing list