--- qemu-launcher-1.7.2.orig/debian/rules +++ qemu-launcher-1.7.2/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +TMP = $(CURDIR)/debian/qemu-launcher + +build: build-stamp + +build-stamp: + dh_testdir + $(MAKE) PREFIX=/usr + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + -$(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k -Xqemulauncher.glade.orig + dh_installdirs + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs Changelog + dh_installdocs + dh_installmenu + dh_desktop + dh_fixperms + dh_perl + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install --- qemu-launcher-1.7.2.orig/debian/compat +++ qemu-launcher-1.7.2/debian/compat @@ -0,0 +1 @@ +5 --- qemu-launcher-1.7.2.orig/debian/menu +++ qemu-launcher-1.7.2/debian/menu @@ -0,0 +1,10 @@ +?package(qemu-launcher): \ + needs="x11" \ + hints="QEMU,Emulator,Virtual" \ + section="Apps/Emulators" \ + title="Qemu Launcher" \ + longtitle="Manage virtual machine configurations" \ + command="/usr/bin/qemu-launcher" \ + icon="/usr/share/pixmaps/qemu-launcher-16x16.xpm" \ + icon16x16="/usr/share/pixmaps/qemu-launcher-16x16.xpm" \ + icon32x32="/usr/share/pixmaps/qemu-launcher-32x32.xpm" --- qemu-launcher-1.7.2.orig/debian/copyright +++ qemu-launcher-1.7.2/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Linas Žvirblis <0x0007@gmail.com> +on Mon, 3 Jul 2006 18:12:13 +0300. + +The upstream source was downloaded from: + + https://gna.org/projects/qemulaunch + +The packages are maintained through Subversion on: + + svn://svn.gna.org/svn/qemulaunch/debian + +Upstream Authors: + + Originally written by Erik Meitner + Currently developed by Linas Žvirblis <0x0007@gmail.com> + +Copyright: + + (C) 2005, Erik Meitner + (C) 2006, Linas Žvirblis <0x0007@gmail.com> + +License: + + 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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301 USA + +The Debian packaging is (C) 2006, Linas Žvirblis <0x0007@gmail.com> +and is also licensed under the GNU General Public License. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- qemu-launcher-1.7.2.orig/debian/README.Debian +++ qemu-launcher-1.7.2/debian/README.Debian @@ -0,0 +1,10 @@ +qemu-launcher for Debian +------------------------ + +Since 1.7.1, support for non-x86 emulators is included, but no check for +what emulators are actually installed on the system is performed. This +is a known issue - it will be addressed in future releases. + +See 'qemu' package for a list of emulators included in Debian. + + -- Linas Žvirblis <0x0007@gmail.com> Sun, 5 Nov 2006 20:36:15 +0200 --- qemu-launcher-1.7.2.orig/debian/watch +++ qemu-launcher-1.7.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://download.gna.org/qemulaunch/stable/qemu-launcher_(.*)\.tar\.gz +http://download.gna.org/qemulaunch/development/qemu-launcher_(.*)\.tar\.gz --- qemu-launcher-1.7.2.orig/debian/control +++ qemu-launcher-1.7.2/debian/control @@ -0,0 +1,20 @@ +Source: qemu-launcher +Section: otherosfs +Priority: optional +Maintainer: Linas Žvirblis <0x0007@gmail.com> +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl, libxml2-utils +Standards-Version: 3.7.2 + +Package: qemu-launcher +Architecture: all +Depends: ${perl:Depends}, libgtk2-gladexml-perl (>= 1.005), liblocale-gettext-perl (>= 1.05), qemu (>= 0.8.1) +Suggests: qemuctl +Description: GTK+ front-end to QEMU computer emulator + Qemu Launcher provides a graphical front-end to all basic, and many + advanced QEMU computer emulator options. It allows you to create, + save, and run multiple virtual machine configurations, create and + convert disk images. + . + Qemu Launcher utilizes the full system emulation mode of QEMU that + allows you to run unmodified operating system on virtual hardware. --- qemu-launcher-1.7.2.orig/debian/changelog +++ qemu-launcher-1.7.2/debian/changelog @@ -0,0 +1,53 @@ +qemu-launcher (1.7.2-1) unstable; urgency=low + + * New upstream maintenance release. + * debian/README.Debian: + - updated wording to reflect current situation; + + -- Linas Žvirblis <0x0007@gmail.com> Tue, 7 Nov 2006 21:27:24 +0200 + +qemu-launcher (1.7.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - removed list of supported emulators, all of them should work now; + * debian/README.Debian: + - added, explains that not all emulators are included in Debian; + * debian/watch: + - updated list of locations to watch; + + -- Linas Žvirblis <0x0007@gmail.com> Sat, 30 Sep 2006 14:53:22 +0300 + +qemu-launcher (1.7.0-2) unstable; urgency=low + + * debian/control: + - suggest 'qemuctl' package; + + -- Linas Žvirblis <0x0007@gmail.com> Sun, 27 Aug 2006 15:30:41 +0300 + +qemu-launcher (1.7.0-1) unstable; urgency=low + + * New upstream release. + * debian/watch: + - added; + * debian/copyright: + - updated list of copyright holders; + - added link to packaging files on SVN; + + -- Linas Žvirblis <0x0007@gmail.com> Thu, 3 Aug 2006 20:01:28 +0300 + +qemu-launcher (1.6.99.svn81-1) unstable; urgency=low + + * New upstream development snapshot. + * debian/control: + - updated list of supported emulators; + * debian/menu: + - added longtitle; + + -- Linas Žvirblis <0x0007@gmail.com> Sat, 22 Jul 2006 20:26:34 +0300 + +qemu-launcher (1.6.99.svn66-1) unstable; urgency=low + + * Initial release (Closes: #298229). + + -- Linas Žvirblis <0x0007@gmail.com> Mon, 3 Jul 2006 18:12:13 +0300