rev 11899 - in kde-extras/qtemu/tags: . 1.0.5-2 1.0.5-2/debian

Fathi Boudra fabo at alioth.debian.org
Sun Aug 10 10:21:47 UTC 2008


Author: fabo
Date: 2008-08-10 10:21:47 +0000 (Sun, 10 Aug 2008)
New Revision: 11899

Added:
   kde-extras/qtemu/tags/1.0.5-2/
   kde-extras/qtemu/tags/1.0.5-2/debian/changelog
   kde-extras/qtemu/tags/1.0.5-2/debian/compat
   kde-extras/qtemu/tags/1.0.5-2/debian/control
   kde-extras/qtemu/tags/1.0.5-2/debian/install
   kde-extras/qtemu/tags/1.0.5-2/debian/qtemu.desktop
   kde-extras/qtemu/tags/1.0.5-2/debian/qtemu.png.uue
   kde-extras/qtemu/tags/1.0.5-2/debian/rules
Removed:
   kde-extras/qtemu/tags/1.0.5-2/debian/changelog
   kde-extras/qtemu/tags/1.0.5-2/debian/compat
   kde-extras/qtemu/tags/1.0.5-2/debian/control
   kde-extras/qtemu/tags/1.0.5-2/debian/rules
Log:
Tagging qtemu 1.0.5-2

Copied: kde-extras/qtemu/tags/1.0.5-2 (from rev 11895, kde-extras/qtemu/trunk)


Property changes on: kde-extras/qtemu/tags/1.0.5-2
___________________________________________________________________
Name: svn:mergeinfo
   + 

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

Copied: kde-extras/qtemu/tags/1.0.5-2/debian/changelog (from rev 11898, kde-extras/qtemu/trunk/debian/changelog)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-2/debian/changelog	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-2/debian/changelog	2008-08-10 10:21:47 UTC (rev 11899)
@@ -0,0 +1,56 @@
+qtemu (1.0.5-2) unstable; urgency=low
+
+  * Add kfreebsd-i386 and kfreebsd-amd64 to the architecture list.
+    (Closes: #493482)
+  * Bump Standards-Version to 3.8.0 (no changes needed).
+  * Bump compat/debhelper to 6.
+  * Merge from Ubuntu:
+    * Add desktop and icon files. (Closes: #460932)
+    * Add build dependency on sharutils for uudecode.
+
+ -- Fathi Boudra <fabo at debian.org>  Sun, 10 Aug 2008 11:44:33 +0200
+
+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-2/debian/compat

Copied: kde-extras/qtemu/tags/1.0.5-2/debian/compat (from rev 11898, kde-extras/qtemu/trunk/debian/compat)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-2/debian/compat	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-2/debian/compat	2008-08-10 10:21:47 UTC (rev 11899)
@@ -0,0 +1 @@
+6

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

Copied: kde-extras/qtemu/tags/1.0.5-2/debian/control (from rev 11898, kde-extras/qtemu/trunk/debian/control)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-2/debian/control	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-2/debian/control	2008-08-10 10:21:47 UTC (rev 11899)
@@ -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 (>= 6), quilt, cmake, libqt4-dev, sharutils
+Standards-Version: 3.8.0
+Homepage: http://qtemu.org
+
+Package: qtemu
+Architecture: amd64 i386 powerpc kfreebsd-i386 kfreebsd-amd64
+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.

Copied: kde-extras/qtemu/tags/1.0.5-2/debian/install (from rev 11898, kde-extras/qtemu/trunk/debian/install)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-2/debian/install	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-2/debian/install	2008-08-10 10:21:47 UTC (rev 11899)
@@ -0,0 +1,2 @@
+debian/qtemu.desktop usr/share/applications
+debian/qtemu.png usr/share/icons/hicolor/32x32/apps

Copied: kde-extras/qtemu/tags/1.0.5-2/debian/qtemu.desktop (from rev 11898, kde-extras/qtemu/trunk/debian/qtemu.desktop)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-2/debian/qtemu.desktop	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-2/debian/qtemu.desktop	2008-08-10 10:21:47 UTC (rev 11899)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=QtEmu
+GenericName=Virtual machine manager
+Exec=qtemu
+Icon=qtemu
+Type=Application
+Terminal=false
+Comment=Front end to QEMU virtual machine monitor
+Categories=Qt;System;Emulator;

Copied: kde-extras/qtemu/tags/1.0.5-2/debian/qtemu.png.uue (from rev 11898, kde-extras/qtemu/trunk/debian/qtemu.png.uue)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-2/debian/qtemu.png.uue	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-2/debian/qtemu.png.uue	2008-08-10 10:21:47 UTC (rev 11899)
@@ -0,0 +1,42 @@
+begin 644 -
+MB5!.1PT*&@H````-24A$4@```"`````@"`8```!S>GKT`````7-21T(`KLX<
+MZ0````9B2T=$`/\`_P#_H+VGDP````EP2%ES```+$P``"Q,!`)J<&`````=T
+M24U%!]@!#Q(@#TTC0RD```8T241!5%C#[9;-;Q39%<5_[Z,^VJX>8S"(6'9L
+ME(D07F!E$RF"2)D=&\__PA*QXA]@AQ1FZSW+81<IEK,@,V,62#AA$8E8.(!M
+M;&-W=56]=]_+HLIE',AD,1,EBWE2JUO=7>^>>\^YYU[XZ?R/C_JQ+UQ;6XO%
+M9/&]_RG')3=OWE3_%0#;V]OQZ.@]2NE/_AYC8#C\C(</'W+OWCUE?VP`[_;V
+MN'CI$GF>=P$C`"$$O/<T34U9EAAC`.@!?/WUXVB,[A_XUQ-"_-[`,08F)B:H
+MJHK-S4W.GS_/Q,0$(01B#'@O..?06E,4!5KK4P!'1T>Q*(H?G'V, at 1AA?W^?
+MIT^?,CL[B]9M4DHILBS#.8?W_A3`ZNIJ+(J"/S[Y*W]ZML-P>DB:6;31&*.Q
+M]O3]I!+B`UX"X at 7O0_MRGM'AB)7?_H*K5\YSX?P%YN?GR?.<&$/_K/>>MV_?
+M$D+[G;6V9>';O^SQ^S\<L_!Y03Y03$PF#`8I^2`ESQ.2U*"5POM`4WNJJJ$L
+M&\9CQWA44Y:!MR]+EA8JKBX&&M?PYLT;DN[^$",Q1D0$K?7'&LCRE,^FA[UP
+MHK29BA>:6A$DH)0BA(AK/,X)02)1VK(#?'9N`JVAJBI$A+JJ"&ERAB;7.+0Q
+M*-4VH#WA0BN-\T)=>XS6C)7KD2>)8(W^H(P!YX2Z=C2-;P$U+1U577-P<$"6
+MIBPL+I)E6:\/@*9QO'[]^I2"$P`A!H[V1PP&:9]IC)%4`LYHE#FU#/$1YSS>
+M"=784=<.UW at .#TI<XQ&Q.._8V]W%)A:10.P">I%>E`#VA`NM-'L[QRAKF;E8
+M='P%?",8JU%:H91JO_<!\:&M6.5I:L?^NQ'[>\=MOTM$*4V2IJ1IVG,?0D"+
+MD.?Y*8"3K%J!":^W#W"U8WJF8#!(6_%IC=8*K10AQJX3!.>$X^.:=[O''!Z4
+MV'CB&9XT29F9N4":9IT)N;9JWB-=%<Y0H+3&6H-.+74C[.^-J"8<66:QB<%T
+M_VNSB33.4Y5M)U25:S.*$0E"$$T(PFA44M=-']0Y1U55&&-.`9Q4P%I#-DA(
+M\I0T-:1I&UAI==928R1T at K*)(1\D:--6*-:^JP`<'1^SL;'1Z2G at G&<T.B9)
+M$A87%WL]G0&0#U*2+"$?)*2))<T,QAB,53UGK09:3IM:,$:C=1M8NMDFXA at 6
+M!9=_=KD?2G5=4U45,4:2Y+0U3T5H#5EN2?.$09Z09JWY9*G%V#;#]O(N>",8
+M(QBC^BKY"%&!2,!:R]34.912>.]1JM60\YX0Y.,*G)2TS3PARQ.RS)*DAB0Q
+MO7>WY6R#:^T)1%*)>"<$:SJ0'JU--X at B=5VW,T`$[WWO`3V`&`,S4QF_OCI-
+MT at 5/,TN:6I+$8*U&=Q2$&#L[;DVHKC+JVE%7.5)YBDF#EX`QD1!")[Z&&`(B
+M'O$>Z8`!V)65%>6<B[]9FN%7GT_WXS.$2(AM[\;07A9"Z%0NB`0D1(*`B$$$
+M at F@(XWYT[^SL\.+%"\;C,;.SLPSR`5JK,Z/=`CQ__IRYN3D2%0FJ#4+P$"*(
+M("&TT at X"TGY6G:D0!$)$Q8`@H%N=?/>W[VCV&Y9^N<1P.&1C8X,T39F?_SF7
+M+LZ<!;"\O/S1:G;GSIWXY9<K3$X6A`^X:Z=:0"2PM;7%^OHZ#QX\4`"KJZOQ
+MBR]^Q^[.+MOOME$'BL%@0)JD..=HFH:FJ7'>_>>E='U]/4Y/3U,4!4F2?+0I
+MC48CFJ;A\/"0&S=N]/>491E'HQ&[;W=Y]8]7O/S[2V*(3$U-<>[<N7Y56UM;
+MX^[=NY_>";WWT1C#:#1B=V>'&&/OWR+"P<$!95ER^?)EEI:NX;V/CQ\_9F5E
+M1=5UC?>>X53!E?P*,Q<NT#0-6FN<=]1U<R:9CP!L;FY&$4]55800*(9#JFK,
+MX>$AWOM>H"<K7%F.21++PL("CQX]BJWM>IK&X;W#6DL(D;JI^ED0N^7DDP"N
+M7;NF_OSD29R;GS_=6FR"M:<T**5Z7WC__CW;KU[Q\*NO6%Y>[J>HB."]=+WO
+MVLG:S80/K?W?:N#V[=OQ^O7KS,W-41239&F.-IH@@;JI&(U*MK:V>/;L&??O
+MW^_O^?:;;Z+6I at T:I)V<(OWKI)UOW;JE^.G\/YQ_`@`6/EP(8^+Q`````$E%
+&3D2N0F""
+`
+end

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

Copied: kde-extras/qtemu/tags/1.0.5-2/debian/rules (from rev 11898, kde-extras/qtemu/trunk/debian/rules)
===================================================================
--- kde-extras/qtemu/tags/1.0.5-2/debian/rules	                        (rev 0)
+++ kde-extras/qtemu/tags/1.0.5-2/debian/rules	2008-08-10 10:21:47 UTC (rev 11899)
@@ -0,0 +1,20 @@
+#!/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"
+
+clean::
+	dh_clean debian/qtemu.png
+
+build/qtemu::
+	uudecode debian/qtemu.png.uue -o debian/qtemu.png
+
+binary-install/qtemu::
+	dh_icons -pqtemu




More information about the pkg-kde-commits mailing list