rev 8333 - in trunk/packages: qt-x11-free/debian qt-x11-free/debian/maintain qt4-x11/debian qt4-x11/debian/desktop

Fathi Boudra fabo at alioth.debian.org
Sun Dec 23 16:19:21 UTC 2007


Author: fabo
Date: 2007-12-23 16:19:20 +0000 (Sun, 23 Dec 2007)
New Revision: 8333

Modified:
   trunk/packages/qt-x11-free/debian/changelog
   trunk/packages/qt-x11-free/debian/maintain/assistant-qt3.desktop
   trunk/packages/qt-x11-free/debian/maintain/designer-qt3.desktop
   trunk/packages/qt-x11-free/debian/maintain/linguist-qt3.desktop
   trunk/packages/qt-x11-free/debian/maintain/qt3config.desktop
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/desktop/designer-qt4.desktop
   trunk/packages/qt4-x11/debian/desktop/linguist-qt4.desktop
Log:
* Add semicolon at the end of the MimeType key. Thanks to Pino Toscano.


Modified: trunk/packages/qt-x11-free/debian/changelog
===================================================================
--- trunk/packages/qt-x11-free/debian/changelog	2007-12-23 14:27:42 UTC (rev 8332)
+++ trunk/packages/qt-x11-free/debian/changelog	2007-12-23 16:19:20 UTC (rev 8333)
@@ -1,8 +1,9 @@
 qt-x11-free (3:3.3.7-10) UNRELEASED; urgency=low
 
-  * Fix qt3config.desktop. Thank to Pino Toscano.
+  * Fix qt3config.desktop and add semicolon at the end of the MimeType key.
+    Thanks to Pino Toscano.
 
- -- Fathi Boudra <fboudra at free.fr>  Thu, 01 Nov 2007 22:24:52 +0100
+ -- Fathi Boudra <fabo at debian.org>  Thu, 01 Nov 2007 22:24:52 +0100
 
 qt-x11-free (3:3.3.7-9) unstable; urgency=low
 

Modified: trunk/packages/qt-x11-free/debian/maintain/assistant-qt3.desktop
===================================================================
--- trunk/packages/qt-x11-free/debian/maintain/assistant-qt3.desktop	2007-12-23 14:27:42 UTC (rev 8332)
+++ trunk/packages/qt-x11-free/debian/maintain/assistant-qt3.desktop	2007-12-23 16:19:20 UTC (rev 8333)
@@ -5,7 +5,7 @@
 Name[de]=Qt3 Assistent
 Comment=Qt3 Helpcenter
 Comment[de]= Qt3 Hilfezentrum
-MimeType=application/x-assistant
+MimeType=application/x-assistant;
 Icon=assistant
 Terminal=false
 Type=Application

Modified: trunk/packages/qt-x11-free/debian/maintain/designer-qt3.desktop
===================================================================
--- trunk/packages/qt-x11-free/debian/maintain/designer-qt3.desktop	2007-12-23 14:27:42 UTC (rev 8332)
+++ trunk/packages/qt-x11-free/debian/maintain/designer-qt3.desktop	2007-12-23 16:19:20 UTC (rev 8333)
@@ -70,7 +70,7 @@
 Comment[uk]=Редактор інтерфейсу для Qt
 Comment[zh_CN.GB2312]=Qt 界面设计程序
 Comment[zh_TW.Big5]=Qt 介面編輯器
-MimeType=application/x-designer
+MimeType=application/x-designer;
 Icon=designer
 Terminal=false
 Type=Application

Modified: trunk/packages/qt-x11-free/debian/maintain/linguist-qt3.desktop
===================================================================
--- trunk/packages/qt-x11-free/debian/maintain/linguist-qt3.desktop	2007-12-23 14:27:42 UTC (rev 8332)
+++ trunk/packages/qt-x11-free/debian/maintain/linguist-qt3.desktop	2007-12-23 16:19:20 UTC (rev 8333)
@@ -19,7 +19,7 @@
 Comment[pt_BR]=Ferramenta para traduzir os catálogos de mensagens de programas do Qt3
 Comment[sv]=Verktyg för att översätta meddelandekataloger från Qt3-baserade program
 MapNotify=true
-MimeType=application/x-linguist
+MimeType=application/x-linguist;
 Terminal=false
 Icon=linguist
 Type=Application

Modified: trunk/packages/qt-x11-free/debian/maintain/qt3config.desktop
===================================================================
--- trunk/packages/qt-x11-free/debian/maintain/qt3config.desktop	2007-12-23 14:27:42 UTC (rev 8332)
+++ trunk/packages/qt-x11-free/debian/maintain/qt3config.desktop	2007-12-23 16:19:20 UTC (rev 8333)
@@ -5,7 +5,7 @@
 Name[de]=Qt3 Konfiguration
 Comment=A graphical configuration tool for programs using Qt 3
 Comment[de]=Ein grafisches Konfigurationstool für Qt3-Programme
-MimeType=application/x-qtconfig
+MimeType=application/x-qtconfig;
 Terminal=false
 Icon=qtconfig
 Type=Application

Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2007-12-23 14:27:42 UTC (rev 8332)
+++ trunk/packages/qt4-x11/debian/changelog	2007-12-23 16:19:20 UTC (rev 8333)
@@ -12,6 +12,7 @@
 
   * Downgrade libqt4-dev dependency to qt4-dev-tools from Recommends to
     Suggests.
+  * Add semicolon at the end of the MimeType key. Thanks to Pino Toscano.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 12 Dec 2007 14:40:31 -0500
 

Modified: trunk/packages/qt4-x11/debian/desktop/designer-qt4.desktop
===================================================================
--- trunk/packages/qt4-x11/debian/desktop/designer-qt4.desktop	2007-12-23 14:27:42 UTC (rev 8332)
+++ trunk/packages/qt4-x11/debian/desktop/designer-qt4.desktop	2007-12-23 16:19:20 UTC (rev 8333)
@@ -70,7 +70,7 @@
 GenericName[zh_TW]=界面設計師
 GenericName[zu]=Umakhi Womxhumanisi
 X-KDE-StartupNotify=true
-MimeType=application/x-designer
+MimeType=application/x-designer;
 Icon=designer
 Terminal=false
 Type=Application

Modified: trunk/packages/qt4-x11/debian/desktop/linguist-qt4.desktop
===================================================================
--- trunk/packages/qt4-x11/debian/desktop/linguist-qt4.desktop	2007-12-23 14:27:42 UTC (rev 8332)
+++ trunk/packages/qt4-x11/debian/desktop/linguist-qt4.desktop	2007-12-23 16:19:20 UTC (rev 8333)
@@ -70,7 +70,7 @@
 GenericName[zh_TW]=翻譯工具
 GenericName[zu]=Ithuluzi Lokuguqulela
 X-KDE-StartupNotify=true
-MimeType=application/x-linguist
+MimeType=application/x-linguist;
 Terminal=false
 Type=Application
 Icon=linguist




More information about the pkg-kde-commits mailing list