rev 8329 - in kde-extras/qtemu/tags: . 1.0.5-1/debian 1.0.5-1/debian/patches

Fathi Boudra fabo at alioth.debian.org
Sun Dec 23 13:25:02 UTC 2007


Author: fabo
Date: 2007-12-23 13:25:02 +0000 (Sun, 23 Dec 2007)
New Revision: 8329

Added:
   kde-extras/qtemu/tags/1.0.5-1/
   kde-extras/qtemu/tags/1.0.5-1/debian/changelog
   kde-extras/qtemu/tags/1.0.5-1/debian/control
   kde-extras/qtemu/tags/1.0.5-1/debian/patches/10_fix_install_path.diff
   kde-extras/qtemu/tags/1.0.5-1/debian/patches/series
   kde-extras/qtemu/tags/1.0.5-1/debian/rules
   kde-extras/qtemu/tags/1.0.5-1/debian/watch
Removed:
   kde-extras/qtemu/tags/1.0.5-1/debian/changelog
   kde-extras/qtemu/tags/1.0.5-1/debian/cmake.mk
   kde-extras/qtemu/tags/1.0.5-1/debian/control
   kde-extras/qtemu/tags/1.0.5-1/debian/patches/10_fix_install_path.diff
   kde-extras/qtemu/tags/1.0.5-1/debian/rules
   kde-extras/qtemu/tags/1.0.5-1/debian/watch
Log:
* Tags qtemu 1.0.5-1


Copied: kde-extras/qtemu/tags/1.0.5-1 (from rev 8327, kde-extras/qtemu/trunk)

Deleted: kde-extras/qtemu/tags/1.0.5-1/debian/changelog

Copied: kde-extras/qtemu/tags/1.0.5-1/debian/changelog (from rev 8328, kde-extras/qtemu/trunk/debian/changelog)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-1/debian/changelog	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-1/debian/changelog	2007-12-23 13:25:02 UTC (rev 8329)
@@ -0,0 +1,44 @@
+qtemu (1.0.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+  [Mark Purcell]
+  * Architecture: amd64 i386 powerpc as qemu only exists there.
+    - Helps buildserver.net
+
+  [Fathi Boudra]
+  * Refresh install path patch.
+  * Update my e-mail address.
+  * Remove qemu build dependency.
+  * Bump Standards-Version to 3.7.3.
+  * Use Homepage field.
+  * Remove our cmake.mk. Merged in cdbs package.
+  * Switch to quilt patch system.
+  * Update url used in watch file. (Closes: #449960)
+  * Add CMAKE_CXX_COMPILER:FILEPATH=g++ to workaround g++ path not properly
+    set.
+
+ -- Fathi Boudra <fabo at debian.org>  Sun, 23 Dec 2007 12:51:32 +0100
+
+qtemu (1.0.4-2) unstable; urgency=low
+
+  * Build-Depend on qemu. This ensures that the package will not be built
+    (or even attempted to) where qemu is not available. Plus we don't need a
+    new upload when a new architecture builds qemu.
+    (Thanks luk and dato for the reminder)
+
+ -- Fathi Boudra <fboudra at free.fr>  Tue, 17 Jul 2007 00:52:45 +0200
+
+qtemu (1.0.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fathi Boudra <fboudra at free.fr>  Mon, 16 Jul 2007 20:40:26 +0200
+
+qtemu (1.0.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #425289)
+  * Add patch to fix install path and FHS support.
+
+ -- Fathi Boudra <fboudra at free.fr>  Sun, 20 May 2007 17:16:50 +0200
+

Deleted: kde-extras/qtemu/tags/1.0.5-1/debian/cmake.mk

Deleted: kde-extras/qtemu/tags/1.0.5-1/debian/control

Copied: kde-extras/qtemu/tags/1.0.5-1/debian/control (from rev 8328, kde-extras/qtemu/trunk/debian/control)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-1/debian/control	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-1/debian/control	2007-12-23 13:25:02 UTC (rev 8329)
@@ -0,0 +1,17 @@
+Source: qtemu
+Section: x11
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>, Mark Purcell <msp at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), quilt, cmake, libqt4-dev
+Standards-Version: 3.7.3
+Homepage: http://qtemu.org
+
+Package: qtemu
+Architecture: amd64 i386 powerpc
+Depends: ${shlibs:Depends}, ${misc:Depends}, qemu
+Description: graphical user interface for QEMU
+ QtEmu is a graphical user interface for QEMU written in Qt4. It has the
+ ability to run virtual operating systems on native systems. This way you can
+ easily test a new operating system or try a Live CD on your system without any
+ troubles and dangers.

Deleted: kde-extras/qtemu/tags/1.0.5-1/debian/patches/10_fix_install_path.diff

Copied: kde-extras/qtemu/tags/1.0.5-1/debian/patches/10_fix_install_path.diff (from rev 8328, kde-extras/qtemu/trunk/debian/patches/10_fix_install_path.diff)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-1/debian/patches/10_fix_install_path.diff	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-1/debian/patches/10_fix_install_path.diff	2007-12-23 13:25:02 UTC (rev 8329)
@@ -0,0 +1,77 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -114,7 +114,7 @@
+                    DEPENDS ${QM_FILES})
+ 
+ INSTALL (FILES ${QM_FILES}
+-         DESTINATION translations)
++         DESTINATION share/qtemu/translations)
+ # translation end
+ 
+ SET(QT_USE_QTXML)
+@@ -146,13 +146,13 @@
+ )
+ 
+ FILE(GLOB helpfiles "${CMAKE_CURRENT_SOURCE_DIR}/help/*.png")
+-INSTALL(FILES ${helpfiles} DESTINATION help)
++INSTALL(FILES ${helpfiles} DESTINATION share/qtemu/help)
+ 
+-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/main.htm DESTINATION help)
++INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/main.htm DESTINATION share/qtemu/help)
+ 
+ FILE(GLOB helpfiles_de "${CMAKE_CURRENT_SOURCE_DIR}/help/de/*.png")
+-INSTALL(FILES ${helpfiles_de} DESTINATION help/de)
++INSTALL(FILES ${helpfiles_de} DESTINATION share/qtemu/help/de)
+ 
+-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/de/main.htm DESTINATION help/de)
++INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/help/de/main.htm DESTINATION share/qtemu/help/de)
+ 
+ INSTALL(TARGETS qtemu DESTINATION bin)
+--- a/helpwindow.cpp
++++ b/helpwindow.cpp
+@@ -83,6 +83,11 @@
+         testUrl = QUrl(QCoreApplication::applicationDirPath()+"/../help/" + locale + "/main.htm");
+         if (QFile::exists(testUrl.toString()))
+             return testUrl;
++
++        //check for case when FHS is supported (installed on linux)
++        testUrl = QUrl("/usr/share/qtemu/help/" + locale + "/main.htm");
++        if (QFile::exists(testUrl.toString()))
++            return testUrl;
+     }
+ 
+     //check for case when qtemu executable is in same dir (windows)
+@@ -100,6 +105,11 @@
+     if (QFile::exists(testUrl.toString()))
+         return testUrl;
+ 
++    //check for case when FHS is supported (installed on linux)
++    testUrl = QUrl("/usr/share/qtemu/help/main.htm");
++    if (QFile::exists(testUrl.toString()))
++        return testUrl;
++
+     //qDebug(testUrl.toString().toLocal8Bit().constData());
+     QMessageBox::critical(this, tr("Help not found"),
+                                 tr("Help not found. It is probably not installed."));
+--- a/main.cpp
++++ b/main.cpp
+@@ -43,12 +43,13 @@
+     path = QCoreApplication::applicationDirPath()+"/translations/qtemu_" + locale + ".qm";
+     if (QFile::exists(path))
+         translator.load(path);
+-    else
+-    {
+-        path = QCoreApplication::applicationDirPath()+"/../translations/qtemu_" + locale + ".qm";
+-        if (QFile::exists(path))
+-            translator.load(path);
+-    }
++    path = QCoreApplication::applicationDirPath()+"/../translations/qtemu_" + locale + ".qm";
++    if (QFile::exists(path))
++        translator.load(path);
++    //check for case when FHS is supported (installed on linux)
++    path = "/usr/share/qtemu/translations/qtemu_" + locale + ".qm";
++    if (QFile::exists(path))
++        translator.load(path);
+     app.installTranslator(&translator);
+ 
+     MainWindow mainWin;

Copied: kde-extras/qtemu/tags/1.0.5-1/debian/patches/series (from rev 8328, kde-extras/qtemu/trunk/debian/patches/series)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-1/debian/patches/series	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-1/debian/patches/series	2007-12-23 13:25:02 UTC (rev 8329)
@@ -0,0 +1 @@
+10_fix_install_path.diff

Deleted: kde-extras/qtemu/tags/1.0.5-1/debian/rules

Copied: kde-extras/qtemu/tags/1.0.5-1/debian/rules (from rev 8328, kde-extras/qtemu/trunk/debian/rules)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-1/debian/rules	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-1/debian/rules	2007-12-23 13:25:02 UTC (rev 8329)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/cmake.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+DEB_CMAKE_EXTRA_FLAGS += -DCMAKE_CXX_COMPILER:FILEPATH="g++" \
+						-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
+						-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
+						-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed"
+

Deleted: kde-extras/qtemu/tags/1.0.5-1/debian/watch

Copied: kde-extras/qtemu/tags/1.0.5-1/debian/watch (from rev 8328, kde-extras/qtemu/trunk/debian/watch)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-1/debian/watch	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-1/debian/watch	2007-12-23 13:25:02 UTC (rev 8329)
@@ -0,0 +1,3 @@
+version=3
+http://sf.net/qtemu/qtemu-(.*)\.tar\.bz2
+




More information about the pkg-kde-commits mailing list