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

Adeodato Simó adeodato@costa.debian.org
Tue, 12 Jul 2005 20:29:38 +0000


Author: adeodato
Date: 2005-07-12 20:29:37 +0000 (Tue, 12 Jul 2005)
New Revision: 1274

Modified:
   trunk/packages/qt-x11-free/debian/changelog
   trunk/packages/qt-x11-free/debian/qt3-assistant.menu
   trunk/packages/qt-x11-free/debian/qt3-designer.menu
   trunk/packages/qt-x11-free/debian/qt3-linguist.menu
   trunk/packages/qt-x11-free/debian/qt3-qtconfig.menu
Log:
Included from Christopher's changes:
  * Many minor changes to improve lintian compliance.


Modified: trunk/packages/qt-x11-free/debian/changelog
===================================================================
--- trunk/packages/qt-x11-free/debian/changelog	2005-07-12 20:22:20 UTC (rev 1273)
+++ trunk/packages/qt-x11-free/debian/changelog	2005-07-12 20:29:37 UTC (rev 1274)
@@ -24,6 +24,13 @@
 
   * Add linguist manpage. Thanks to Jeremy Laine. (Closes: #268882)
 
+  * Many minor changes to improve lintian compliance.
+
+    XXX Christopher, you may want to mentioned which changes are these. I've
+    seen some changes to .menu files, so I guesse those were the ones, but
+    would be nice to mention that here them anyway, and any extra that may
+    exist.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 12 Jul 2005 22:14:57 +0200
 
 qt-x11-free (3:3.3.4-3) unstable; urgency=medium

Modified: trunk/packages/qt-x11-free/debian/qt3-assistant.menu
===================================================================
--- trunk/packages/qt-x11-free/debian/qt3-assistant.menu	2005-07-12 20:22:20 UTC (rev 1273)
+++ trunk/packages/qt-x11-free/debian/qt3-assistant.menu	2005-07-12 20:29:37 UTC (rev 1274)
@@ -1,7 +1,6 @@
 ?package(qt3-assistant):\
-        needs=x11\
-        section=Apps/System\
+        needs="X11"\
+        section="Apps/System"\
         hints="KDE"\
-        kderemove="1"\
         title="Qt Assistant"\
-        command=/usr/bin/assistant
+        command="/usr/bin/assistant"

Modified: trunk/packages/qt-x11-free/debian/qt3-designer.menu
===================================================================
--- trunk/packages/qt-x11-free/debian/qt3-designer.menu	2005-07-12 20:22:20 UTC (rev 1273)
+++ trunk/packages/qt-x11-free/debian/qt3-designer.menu	2005-07-12 20:29:37 UTC (rev 1274)
@@ -1,7 +1,6 @@
 ?package(qt3-designer):\
-        needs=x11\
-        section=Apps/Programming\
+        needs="X11"\
+        section="Apps/Programming"\
         hints="KDE"\
-        kderemove="1"\
         title="Qt Designer"\
-        command=/usr/bin/designer-qt3
+        command="/usr/bin/designer-qt3"

Modified: trunk/packages/qt-x11-free/debian/qt3-linguist.menu
===================================================================
--- trunk/packages/qt-x11-free/debian/qt3-linguist.menu	2005-07-12 20:22:20 UTC (rev 1273)
+++ trunk/packages/qt-x11-free/debian/qt3-linguist.menu	2005-07-12 20:29:37 UTC (rev 1274)
@@ -1,7 +1,6 @@
 ?package(qt3-linguist):\
-        needs=x11\
-        section=Apps/Programming\
+        needs="X11"\
+        section="Apps/Programming"\
         hints="KDE"\
-        kderemove="1"\
         title="Qt Linguist"\
-        command=/usr/bin/linguist
+        command="/usr/bin/linguist"

Modified: trunk/packages/qt-x11-free/debian/qt3-qtconfig.menu
===================================================================
--- trunk/packages/qt-x11-free/debian/qt3-qtconfig.menu	2005-07-12 20:22:20 UTC (rev 1273)
+++ trunk/packages/qt-x11-free/debian/qt3-qtconfig.menu	2005-07-12 20:29:37 UTC (rev 1274)
@@ -1,2 +1,5 @@
-?package(qt3-qtconfig): needs=X11 section="Apps/System" command="qtconfig" \
-  title="QtConfig" longtitle="Qt configuration utility" hints="Qt3 config tool"
+?package(qt3-qtconfig):\
+        needs="X11"\
+        section="Apps/System"\
+        title="QtConfig"\
+        command="/usr/bin/qtconfig"