debian/0000755000000000000000000000000011752223215007166 5ustar debian/source/0000755000000000000000000000000011626610203010463 5ustar debian/source/format0000644000000000000000000000001411626610203011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211626610203010361 0ustar 7 debian/clean0000644000000000000000000000012511626610203010166 0ustar AUTHORS.bz2 CHANGELOG.bz2 README.bz2 TODO.bz2 crystalsvg_icons.rcc oxygen_icons.rcc debian/changelog0000644000000000000000000000677611752223174011064 0ustar aqemu (0.8.2-2) unstable; urgency=low * debian/control: - Bumped Standrards-Version to 3.9.3. No changes needed. - Added Recommends on qemu-kvm. (Closes: #645226) * debian/copyright: - Updated to fit new format specifications of DEP5 (rev. 202). * debian/patches: - 02_qt4.8_ftbs.diff: Fixes FTBS with Qt4.8 (Closes: #672011) -- Ignace Mouzannar Tue, 08 May 2012 17:57:50 +0400 aqemu (0.8.2-1) unstable; urgency=low * New upstream release. * debian/control: - Added armhf support. Thank you Konstantinos Margaritis for the tests and patch. (Closes: 622722) - Synced architectures with those the 'qemu' package. Thank you Guillem Jover for the patch. (Closes: #617877) - Bumped Standards-Version to 3.9.2. - Added the "DM-Upload-Allowed" field. * debian/patches: - 01_spelling_corrections: corrects upstream spelling errors. -- Ignace Mouzannar Mon, 29 Aug 2011 18:23:42 +0200 aqemu (0.8.1-1) unstable; urgency=low * New upstream release: - Corrects the mouse pointer bug. (Closes: #607947) * debian/clean: - Added remaining .rcc files. * debian/aqemu.1 and debian/aqemu.manpages: - Removed files as a manpage is now distributed by upstream. * debian/control: - Removed version dependency on libqt4-dev as Debian Lenny already fulfills this constraint. -- Ignace Mouzannar Mon, 24 Jan 2011 12:13:37 +0100 aqemu (0.8.0-1) unstable; urgency=low * New upstream release. - Corrects USB support. (Closes: #597480, LP: #588875) * Converted the package to "3.0 (quilt)" source format. * debian/control: - Bumped Standards-Version to 3.9.1. - Removed dependency on dpatch. - Added dependency on cmake as the build now depends on it. - Added Vcs-Svn and Vcs-Browser. * debian/patches: - 10_install_script.dpatch: Removed patch as upstream changed the installation method. Patched file does not exist anymore. * debian/rules: - Updated to use dh7 features. * debian/source/format: - New file set to "3.0 (quilt)". * debian/clean: - New file. Lists remaining .bz2 files to cleanup. * debian/copyright: - Updated the copyright format. - Modified copyright mentions for the following files, as they have been renamed by upstream: Remote_View.cpp, Remote_View.h, VNC_Client_Thread.cpp, VNC_Client_Thread.h, VNC_View.cpp and VNC_View.h. - Updated copyright dates for Andrey Rijov from 2009 to 2010. - Updated copyright on files Machine_View.cpp and Machine_View.h. - Added copyright mentions for files CheckPointerMember.cmake and FindLibVNCServer.cmake. - Added copyright on debian/* files. * Removed files debian/README.source and aqemu.docs as the dpatch mention is not needed anymore. * Removed postinst and postrm files, as the update-menu is automatically added by dh_installmenu. -- Ignace Mouzannar Sun, 21 Nov 2010 18:04:11 +0100 aqemu (0.7.3-1) unstable; urgency=low * New upstream release. * debian/control: - Updated the "Architecture" field, listing only the architectures where qemu(1) is available. * debian/copyright: - Mentioned the additional copyright holders. -- Ignace Mouzannar Mon, 28 Sep 2009 18:19:19 +0200 aqemu (0.7.2-1) unstable; urgency=low * Initial release. (Closes: #521191) -- Ignace Mouzannar Thu, 24 Sep 2009 10:57:24 +0200 debian/rules0000755000000000000000000000006111626610203010240 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ debian/patches/0000755000000000000000000000000011752220715010617 5ustar debian/patches/02_qt4.8_ftbs.diff0000644000000000000000000000131711752217760013656 0ustar Description: Fix build error on Qt 4.8. Author: Andrey Rijov Last-Update: Sat, 29 Oct 2011 06:20:32 +0000 (10:20 +0400) Origin: upstream, http://aqemu.git.sourceforge.net/git/gitweb.cgi?p=aqemu/aqemu;a=commit;h=9b21d88a4f4a681f9e80c11e83e81c976e0fc91e --- a/Embedded_Display/vncview.cpp +++ b/Embedded_Display/vncview.cpp @@ -27,8 +27,8 @@ #include #include #define KMessageBox QMessageBox - #define error(parent, message, caption) \ - critical(parent, caption, message) +/* #define error(parent, message, caption) \ + critical(parent, caption, message)*/ #else #include "settings.h" #include debian/patches/series0000644000000000000000000000006011752220715012030 0ustar 01_spelling_corrections.diff 02_qt4.8_ftbs.diff debian/patches/01_spelling_corrections.diff0000644000000000000000000000101511626610203016170 0ustar Description: This patch corrects some upstream spelling errors. Author: Ignace Mouzannar Last-Update: 2011-06-04 --- a/aqemu.1 +++ b/aqemu.1 @@ -11,8 +11,8 @@ .SH DESCRIPTION AQEMU is a Qt4 graphical interface used to manage QEMU and KVM virtual \ machines. -It has user-friendly interface and allows to set up the majority of QEMU and \ -KVM options. +It has user-friendly interface and allows one to set up the majority of QEMU \ +and KVM options. .SH AUTHOR Andrey Rijov debian/control0000644000000000000000000000152011752223133010566 0ustar Source: aqemu Section: x11 Priority: optional Maintainer: Ignace Mouzannar DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7), libvncserver-dev, libqt4-dev, zlib1g-dev, cmake Standards-Version: 3.9.3 Homepage: http://aqemu.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/aqemu/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/ext-maint/aqemu/trunk/ Package: aqemu Architecture: amd64 arm armel hppa i386 ia64 mips mipsel powerpc sparc sparc64 kfreebsd-i386 kfreebsd-amd64 ppc64 armhf Depends: qemu, ${shlibs:Depends}, ${misc:Depends} Recommends: qemu-kvm Description: Qt4 front-end for QEMU and KVM aqemu is a Qt4 graphical interface used to manage QEMU and KVM virtual machines. It has a user-friendly interface and allows one to set up the majority of QEMU and KVM options. debian/menu0000644000000000000000000000043611626610203010055 0ustar ?package(aqemu):needs="X11" section="Applications/Emulators"\ title="aqemu" command="/usr/bin/aqemu" \ longtitle="Front-end for QEMU" \ icon16x16="/usr/share/pixmaps/aqemu-16x16.xpm" \ icon32x32="/usr/share/pixmaps/aqemu-32x32.xpm" \ icon="/usr/share/pixmaps/aqemu-32x32.xpm" debian/aqemu-16x16.xpm0000644000000000000000000001060611626610203011607 0ustar /* XPM */ static char *aqemu___x__[] = { /* columns rows colors chars-per-pixel */ "16 16 173 2", " c #0C49224D4337", ". c #0E4F26274966", "X c #0EEC2900501F", "o c #0FFC2BAB55CB", "O c #10FB2F215C1E", "+ c #11432FC15D4E", "@ c #1185306A5EB6", "# c #11A630A55F1C", "$ c #125131305F4D", "% c #128432B5633F", "& c #12D833E2656E", "* c #167436A46735", "= c #1314359C697C", "- c #14CA395B7050", "; c #15113A4E725C", ": c #15543B6A749F", "> c #163E3CBC76E0", ", c #1AF03F0074E2", "< c #15703D497952", "1 c #166E3D997840", "2 c #16E93EAA7A4D", "3 c #17A440417CB6", "4 c #19BF420A7E15", "5 c #1D0843187C68", "6 c #1D1744067EB8", "7 c #175142988415", "8 c #199646938A0B", "9 c #199D47BF8D72", "0 c #1BBD482889CB", "q c #1ABA486A8CCC", "w c #19C547F48D77", "e c #1A4D49318FF1", "r c #1B2149DB903B", "t c #1AAF4A4491E4", "y c #1CE34FD49C9F", "u c #1D2F509A9E03", "i c #1DCB51349EA3", "p c #21B9502F9384", "a c #22F351E0985C", "s c #23A654F99BCC", "d c #277158649DF6", "f c #3B2165B8972B", "g c #1E2152DAA20A", "h c #1F07554AA720", "j c #241A574EA221", "k c #2070577BAA31", "l c #26C05D08ABE8", "z c #222F5CFEB579", "x c #2C036044AEED", "c c #32B46796AFE2", "v c #3BAD6CF6A908", "b c #39756BF8AC5D", "n c #2467607EBABF", "m c #25176184BBDA", "M c #243F61ABBE6F", "N c #2E9D69F2BF1A", "B c #31FB68A6B33E", "V c #34356D05BB7F", "C c #35D66CD1BF89", "Z c #41BB74ACB4F8", "A c #40EF76E6BB09", "S c #276964FFC15A", "D c #2988686AC6B5", "F c #291B68DEC8CD", "G c #36FA710DC268", "H c #33C77059C7DE", "J c #38E97450C518", "K c #3D017452C6ED", "L c #3DB37750C7CC", "P c #3F7A7A36C607", "I c #35D87373CB71", "U c #36397364CE99", "Y c #3F3D7B1FCF07", "T c #2FE870B1D239", "R c #3249728FD2C0", "E c #395076F2D2AC", "W c #3A2677D5D2C6", "Q c #38137697D4D5", "! c #416079D4C332", "~ c #420F7B58C6FE", "^ c #449E7B72CAC0", "/ c #44127D97C9D5", "( c #416E7933CC87", ") c #43C67B60CE05", "_ c #41F57D0CD3EB", "` c #45AB7EF4D2C4", "' c #424B7D66D6A8", "] c #42487DC8D807", "[ c #50268255B787", "{ c #567787D2BDB2", "} c #540C8677BEA2", "| c #4CB98243CB52", " . c #4D35839BCB52", ".. c #4B2C8233CFB6", "X. c #4F2584BACCD9", "o. c #5339879DC55A", "O. c #550B8870C27F", "+. c #5B288E31C2BB", "@. c #525D8719CCCE", "#. c #53AE8A03CB35", "$. c #546B8944CABC", "%. c #57338F1FCBFC", "&. c #55CF88B6CCB2", "*. c #56CB89FBCD54", "=. c #554B8B9BCDAE", "-. c #56B68BE0CC97", ";. c #58258D40CBBE", ":. c #5AFF8E26CD56", ">. c #5BFD9193C81D", ",. c #5DFA9147CE46", "<. c #4F7B850ED07C", "1. c #4F09849FD1C3", "2. c #482D8196D8C0", "3. c #51E5856CD221", "4. c #52A08785D1EE", "5. c #562D8A38D100", "6. c #56E68B62D05C", "7. c #539F891CD5E0", "8. c #5B028F60D17B", "9. c #54968A34DB01", "0. c #6BBF97EAC71F", "q. c #652F97AAC9A6", "w. c #666697A7CA7F", "e. c #61F09276CEE1", "r. c #648A9282CEAB", "t. c #65A1969ECFBE", "y. c #68D09738CFF7", "u. c #667E98C1CB15", "i. c #6458995FCF0A", "p. c #6FC79AD1CA25", "a. c #6D1E9A62CB6A", "s. c #6BAD9BCBCFB7", "d. c #6E6E99CBCF68", "f. c #6197944FD104", "g. c #632F965DD10F", "h. c #66A99702D083", "j. c #65ED97A5D1D9", "k. c #67D09A65D21A", "l. c #6DBC9FBBD10A", "z. c #6E1C9EC3D093", "x. c #622D9278DB91", "c. c #70899F55D0F6", "v. c #73749F7BD071", "b. c #70C89F80D302", "n. c #71DAA201D272", "m. c #71FDA07FD302", "M. c #7362A352D33C", "N. c #72F1A253D354", "B. c #753CA1DAD397", "V. c #75BCA35ED40E", "C. c #75F0A4E3D3E2", "Z. c #77E7A515D342", "A. c #7372A373D4CD", "S. c #72FBA657D568", "D. c #76F9A709D54E", "F. c #78A0A63FD2E1", "G. c #7A31A6D0D2EA", "H. c #7953A517D506", "J. c #7A9CA7C9D53A", "K. c #779AA8BBD5E1", "L. c #79DCA893D4EB", "P. c #7E4BAC07D74A", "I. c #7F79AC52D7B3", "U. c #7737A9ABD86E", "Y. c #77A6AA64D8B1", "T. c #820EAFB4D84E", "R. c #811AADF9D969", "E. c #80A7AEE4D926", "W. c #84ACB218DB98", "Q. c #837AB222DC63", "!. c #8A6DB5E2DCE4", "~. c #91F0BEF6E49B", "^. c None", /* pixels */ "^.^.^.^.^.^., 6 6 * ^.^.^.^.^.^.", "^.^.^.^.6 l K ) ( C a % ^.^.^.^.", "^.^.o y H 8.b.V.m.f.( m > ^.^.^.", "^.^.e G A.a.&.3.5.t.m./ z & ^.^.", "^.= l s.~.G.e.1.2.' .l.V t ^.^.", "^.7 Z w.G.0.G.P.g.1.U #.O.g @ ^.", "O e { ! $.c./ &.I.Q.k.o.u.j - ^.", "@ 0 +.J I D.@.@.m.:.g.Y.S.d - ^.", "O 3 [ P T ,.G.V.6.' Q ~ w.p = ^.", "O 1 v %.E @.W.y.9.7. .%.} t % ^.", "^.> s >.&.3.V.Z.x.r.T.K.c e X ^.", "^.& 9 B i.z.a.!.d.m.E.L.b - ^.^.", "^.^.- y D ;.V.T.J.k.K A f ^.^.", "^.^.^.2 h F W ` ' R m 8 . ^.^.^.", "^.^.^.^.^.y m F S h 1 ^.^.^.^.^.", "^.^.^.^.^.^.^.^.^.^.^.^.^.^.^.^." }; debian/aqemu-32x32.xpm0000644000000000000000000001301611626610203011601 0ustar /* XPM */ static char *aqemu___x__[] = { /* columns rows colors chars-per-pixel */ "32 32 153 2", " c #046B0CAA1874", ". c #057F0F911E11", "X c #06E0140026A6", "o c #06F91483283A", "O c #081416F42D39", "+ c #09451A623415", "@ c #0A501DD73AA4", "# c #0C15224F436C", "$ c #0D8A260E4AAA", "% c #0E7728204E82", "& c #0F2629D851CA", "* c #10082C48568D", "= c #10D12E7C5AD4", "- c #1172302F5E48", "; c #12AE32D66327", ": c #13DA36D06B40", "> c #147D38316DCA", ", c #18933B296DD9", "< c #15883AEF7353", "1 c #17233EA579F2", "2 c #175E40657DE5", "3 c #19FB418C7CC8", "4 c #198844B58559", "5 c #19D3469889A2", "6 c #1B47494A8E25", "7 c #1BC84C06947D", "8 c #1CD04F169B3C", "9 c #1D5D50B59E3A", "0 c #24D853A29589", "q c #2A1B5690917B", "w c #24CA560A9D16", "e c #2C075C7A9EE5", "r c #357C61999732", "t c #3E056B369F7A", "y c #1E785378A318", "u c #1F535675A98D", "i c #1FF3560AA70F", "p c #2C4F5E78A352", "a c #1FDA5736AA8B", "s c #20EA5932ADBB", "d c #2B0B5F79AAE4", "f c #22B15CC3B3DD", "g c #23445F97BA61", "h c #2A936014AC9E", "j c #3111655CACFA", "k c #3F276EFBAA0E", "l c #2A356203B499", "z c #248D61C0BDA3", "x c #29F7648EBB9A", "c c #371C6C4EB378", "v c #3E5A6F83B61F", "b c #329F6BA0BBDF", "n c #3EB9726BB3D4", "m c #3C7172CDBCEA", "M c #411D7098A7CE", "N c #423B71DAAA88", "B c #3FC26F82B253", "V c #42EF75A5B568", "C c #4601795CB4FF", "Z c #4C817CEDB485", "A c #40A67670BDD8", "S c #4AC77D03BD53", "D c #24E264A8C4C3", "F c #27BF6529C053", "G c #2BBE6923C3C6", "H c #25E06700C93B", "J c #26E66914CCBC", "K c #29286B21CE14", "L c #31886DD6C63D", "P c #31346FC3CD9C", "I c #3D477423C499", "U c #34F37150CB12", "Y c #3BB97522CB41", "T c #26FA6AA6D0A8", "R c #2A446DCFD291", "E c #2E8971DCD63E", "W c #32E673A0D471", "Q c #393D773AD400", "! c #3AF678B2D51A", "~ c #339E75D4D8AE", "^ c #3C0E7B3CD9F3", "/ c #412576D5C3A2", "( c #43F978F9C55F", ") c #4C627E22C29C", "_ c #40207758C878", "` c #440B7B87CE3F", "' c #48897D40CB34", "] c #42807CC6D496", "[ c #40FE7E59DAAA", "{ c #4CF781FFBF58", "} c #53218093B711", "| c #5A0B85AEB7ED", " . c #544384B6BEBE", ".. c #5EDE8911BCBF", "X. c #62E58BEEB6C1", "o. c #61BB8F9ABEF7", "O. c #69B091D2BA86", "+. c #4E37809BC3B0", "@. c #4E0981D0CF5D", "#. c #545F84B0C2F5", "$. c #558E8A1AC163", "%. c #5C8A8BB7C47B", "&. c #53B68489CD71", "*. c #5C688965CA62", "=. c #5F359231C91C", "-. c #488F8198D79D", ";. c #459F81B6DC5B", ":. c #4B5B84D6DB81", ">. c #4F55882FDD34", ",. c #550488E4D69A", "<. c #5B6A8BA3D27B", "1. c #50D98935DDBA", "2. c #5B208DE5DA95", "3. c #5D1E9126DF2C", "4. c #63688F74C600", "5. c #60A28B86C8B6", "6. c #620B9333C6D3", "7. c #6A8D952FC4D3", "8. c #63CF9452CA59", "9. c #68BD96ADCA25", "0. c #671D9B04CCC5", "q. c #6C419BE8CC9C", "w. c #708D9A4BC684", "e. c #72649ECBCC31", "r. c #60898F71D651", "t. c #62E8909BD53C", "y. c #63DB92B5D958", "u. c #74C0A200CE8B", "i. c #78A2A4C0CF32", "p. c #6EFDA37FD31A", "a. c #7354A422D256", "s. c #797CA66DD19E", "d. c #74A2A880D6E2", "f. c #7914A977D560", "g. c #751FAC2CDB02", "h. c #7C42AE56DA0B", "j. c #7CDAB166DDF8", "k. c #641F9615E15C", "l. c #68219934E344", "z. c #818AACFBD57F", "x. c #8245B00ED9A4", "c. c #8548B07AD7F7", "v. c #8432B37BDC58", "b. c #899FB6DCDE15", "n. c #8C4DB925DFA3", "m. c #8438B778E1D2", "M. c #8628B930E367", "N. c #8D2DBC3FE376", "B. c #91D1BE2DE368", "V. c #9346C10AE726", "C. c #982DC43DE7BA", "Z. c #9692C3B5E927", "A. c None", /* pixels */ "A.A.A.A.A.A.A.A.A.A.A.A.A.A.@ # # A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.", "A.A.A.A.A.A.A.A.A.A.A.$ ; 3 5 7 4 3 ; % @ A.A.A.A.A.A.A.A.A.A.A.", "A.A.A.A.A.A.A.A.@ % 1 d _ ] ;.[ :.] _ l 3 % @ A.A.A.A.A.A.A.A.A.", "A.A.A.A.A.A.A.# 1 g ^ [ ] ] ' ' ] ] ] [ Q x 1 # A.A.A.A.A.A.A.A.", "A.A.A.A.A.+ = y R W U ( S 8.9.e.9.*.( I Q W R y = O A.A.A.A.A.A.", "A.A.A.A.+ - f T H / 6.c.B.B.B.B.B.B.N.e.S L R R g ; O A.A.A.A.A.", "A.A.A.A.& u D F S x.B.z.9.#.) ) S *.a.n.N.8.b D H s = o A.A.A.A.", "A.A.A.# 7 z l #.N.n.| B ` ] :.-.:.' ( S u.N.a.b D z 7 # A.A.A.A.", "A.A.@ ; u f V b.Z.V.u.%.) ' -.>.>.:.;.] m 6.b.0.l g s > + A.A.A.", "A.A.# 7 u h p.V.V.V.V.V.x.7.) ' -.-.;.;.! m q.M.S s s 7 $ A.A.A.", "A.A.; y 9 } n.o.c.b.X.u.B.C.c.q.#.( ] [ ^ W m j.a.d u y ; + A.A.", "A.# 1 y w 0.j.h %.B.7.N .i.B.C.b.q.#./ Y W G =.v.n u y 2 # A.A.", "A.* 5 8 e h.%.z m v.v.S Y ( .u.N.B.N.s.$./ x n v. .y w 5 % A.A.", "A.- 5 7 N j.S D G 6.V.q.I ;.] I Z n.V.B.N.v.8.Z h.0.w 9 6 = A.A.", "# ; 5 7 Z j.n H K m v.b.+.] ^ / 0.N.a.5.s.M.N.m.M.d.w 8 5 ; @ A.", "% ; 4 6 Z j.n J E L 6.V.q.I ( q.n.q.( U I +.0.j.M.p.w 7 5 ; o A.", "$ - 2 5 k g.C H E W S v.x.Z q.N.u.( ] [ ^ W G V h.0.0 6 1 - o A.", "A.- > 2 q d.$.z E Q _ q.B.v.B.u.) ;.:.;.[ ! K V v. .7 5 < - + A.", "A.- < 4 7 =.d.b E [ ] ) M.B.u.) >.>.>.-.] Q L =.v.k 7 5 1 = A.A.", "A.= < 4 6 } g.+.P [ 1.' s.B.w.&.3.3.,.#.8.S C j.p.p 8 5 < % A.A.", "A.* > 4 7 e 0.d.S ` 1.,.4.B.c.5.k.k.<.e.N.s.a.m.S y 8 4 > @ A.A.", "A.A.; 2 7 9 V g.q.S ' 2.%.x.B.7.y.l.r...v.B.N.p.h u 7 4 = A.A.", "A.A.& < 5 y a { j.d.4.*.#.w.C.z.5.t.*.X.z.B.N.q.p y 6 1 @ A.A.A.", "A.A.A.; 3 7 a f ) d.m.s.7.O.B.B.7.7.s.N.N.a.h.m.=.0 3 = A.A.A.", "A.A.A.A.> 4 9 f z m 6.h.N.B.C.Z.B.B.N.s.$.b c q.g.r ; o A.A.A.A.", "A.A.A.A.% < 5 y g D G ( %.0.e.u.e.9.#./ P H g p t , + A.A.A.A.A.", "A.A.A.A.A.% < 7 u z K E Q ` ` ' ' ] ! ~ K D a 7 > @ A.A.A.A.A.A.", "A.A.A.A.A.A.& < 7 a z K W ^ ^ [ ^ ^ W K z s 8 > O A.A.A.A.A.A.A.", "A.A.A.A.A.A.A.A.> 6 u z H R E W E R K z a 4 & A.A.A.A.A.A.A.A.", "A.A.A.A.A.A.A.A.A.A.> 5 y g D H D g y 4 * o A.A.A.A.A.A.A.A.A.A.", "A.A.A.A.A.A.A.A.A.A.A.A.A.A.1 * % = + A.A.A.A.A.A.A.A.A.A.A.A.A.", "A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A.A." }; debian/aqemu.desktop0000644000000000000000000000071311626610203011667 0ustar [Desktop Entry] Name=AQEMU GenericName=QEMU & KVM Virtual Machine Manager Exec=aqemu Terminal=false Type=Application Icon=aqemu-32x32.xpm StartupNotify=true Categories=Qt;System;Emulator; Name[ru]=AQEMU Name[en]=AQEMU Name[it]=AQEMU Name[fr]=AQEMU Comment[ru]=Управление виртуальными машинами Comment[en]=Front-end for QEMU and KVM Comment[it]=Interfaccia Grafica per QEMU e KVM Comment[fr]=Interface graphique pour QEMU et KVM debian/copyright0000644000000000000000000001757311662366015011144 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=202 Upstream-Name: aqemu Source: http://aqemu.sourceforge.net/ Files: * Copyright: 2008-2010 Andrey Rijov License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: Embedded_Display/Machine_View.cpp Embedded_Display/Machine_View.h Copyright: 2008 Ben Klopfenstein 2009-2010 Andrey Rijov License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: cmake/modules/CheckPointerMember.cmake Copyright: 2006, Alexander Neundorf License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: cmake/modules/FindLibVNCServer.cmake Copyright: 2006, Alessandro Praduroux 2007, Urs Wolfer License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: Embedded_Display/remoteview.cpp Embedded_Display/remoteview.h Copyright: 2002-2003 Tim Jansen 2007-2008 Urs Wolfer License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: Embedded_Display/vncclientthread.cpp Embedded_Display/vncclientthread.h Embedded_Display/vncview.cpp Embedded_Display/vncview.h Copyright: 2007-2008 Urs Wolfer License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2009-2010, Ignace Mouzannar License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file debian/watch0000644000000000000000000000006611626610203010216 0ustar version=3 http://sf.net/aqemu/aqemu-([^-]+)\.tar\.bz2 debian/aqemu.install0000644000000000000000000000020111626610203011654 0ustar debian/aqemu-16x16.xpm usr/share/pixmaps/ debian/aqemu-32x32.xpm usr/share/pixmaps/ debian/aqemu.desktop usr/share/applications/