--- convirt-0.9.1.orig/debian/convirt.8 +++ convirt-0.9.1/debian/convirt.8 @@ -0,0 +1,25 @@ +.TH CONVIRT 8 "February 16, 2008" +.SH NAME +convirt \- A graphical Xen management tool +.SH SYNOPSIS +.B convirt +.RI [ options ] " files" ... +.SH DESCRIPTION +This manual page documents briefly the +.B convirt +command. +.PP +\fBconvirt\fP is a Xen management tool with a GTK based graphical interface +that allows for performing the standard set of domain operations +(start, stop, pause, kill, shutdown, reboot, snapshot, etc...). It +also attempts to simplify certain aspects such as the creation of +domains, as well as making the consoles available directly within the +tool's user interface. +.SH OPTIONS +This program doesn't support command line parameters. +.SH AUTHOR +convirt was written by Haphazard , Jd + and Yves Perrenoud . +.PP +This manual page was written by Roland Stigge +for the Debian project (but may be used by others). --- convirt-0.9.1.orig/debian/postrm +++ convirt-0.9.1/debian/postrm @@ -0,0 +1,38 @@ +#!/bin/sh +# postrm script for convirt +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `purge' +# * `upgrade' +# * `failed-upgrade' +# * `abort-install' +# * `abort-install' +# * `abort-upgrade' +# * `disappear' overwrit>r> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + + + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- convirt-0.9.1.orig/debian/compat +++ convirt-0.9.1/debian/compat @@ -0,0 +1 @@ +5 --- convirt-0.9.1.orig/debian/menu +++ convirt-0.9.1/debian/menu @@ -0,0 +1,2 @@ +?package(convirt):needs="X11" section="Applications/System/Monitoring"\ + title="convirt" command="/usr/bin/convirt" --- convirt-0.9.1.orig/debian/changelog +++ convirt-0.9.1/debian/changelog @@ -0,0 +1,99 @@ +convirt (0.9.1-0ubuntu1) intrepid; urgency=low + + * New upstream release. + + -- Nick Ellery Wed, 24 Sep 2008 16:46:42 -0700 + +convirt (0.8.2-3) unstable; urgency=low + + * Fixed (conflicting) dependencies on transitional package: Removed + "Conflicts: xenman" and "Replaces: xenman" in package convirt. This fixes + the error on update from etch to lenny + * Removed unnecessary preinst + + -- Roland Stigge Thu, 22 May 2008 13:36:07 +0200 + +convirt (0.8.2-2) unstable; urgency=low + + * Added transitional package xenman (Closes: #473819) + + -- Roland Stigge Sun, 13 Apr 2008 23:02:02 +0200 + +convirt (0.8.2-1) unstable; urgency=low + + * New upstream release + + -- Roland Stigge Tue, 11 Mar 2008 10:47:30 +0100 + +convirt (0.8.1-1) unstable; urgency=low + + * New upstream release (Closes: #465785) + - upstream package renamed from xenman to convirt, in Debian as well + * debian/control: + - Standards-Version: 3.7.3 + - Renaming; Replacing xenman + * Moved much of /var/cache/* to /usr/share/ + + -- Roland Stigge Sat, 16 Feb 2008 14:45:58 +0100 + +xenman (0.6-5) unstable; urgency=low + + * Replaced previous xen 3.1 adjustments with upstream's official patch + + -- Roland Stigge Tue, 02 Oct 2007 15:38:29 +0200 + +xenman (0.6-4) unstable; urgency=low + + * Removed references to xmlrpclib2 in favour of xmlrpcclient and xmlrpclib + for ServerProxy (Closes: #444784) + * debian/control: Removed xen-utils-3.0.3-1 from Depends (deprecated + xen-utils version, now incompatible with the Python code of xenman) + + -- Roland Stigge Mon, 01 Oct 2007 19:53:24 +0200 + +xenman (0.6-3) unstable; urgency=low + + * src/xenman.py: Fix incomplete move from /usr/sbin/xenman to /usr/bin/ + + -- Roland Stigge Sun, 30 Sep 2007 16:13:13 +0200 + +xenman (0.6-2) unstable; urgency=low + + * Include image_store directory properly + * Include HTML manual and image store documentation + + -- Roland Stigge Fri, 22 Jun 2007 14:32:04 +0100 + +xenman (0.6-1) unstable; urgency=low + + [ Roland Stigge ] + * New upstream release (Closes: #414854) + + [ Jan Wagner ] + * Install binary to /usr/bin since it's also useable as unprivileged user + (Closes: #402627) + * Cosmetic fixes in rules + + -- Roland Stigge Sun, 22 Apr 2007 21:21:41 +0200 + +xenman (0.5-2.1) unstable; urgency=high + + * Non-maintainer upload. + * Add missing dependencies on python-glade2 and xen-utils. + Closes: #401646, #402626 + + -- Andreas Barth Thu, 14 Dec 2006 18:01:41 +0000 + +xenman (0.5-2) unstable; urgency=low + + * debian/control: remove Depends: xen-hypervisor, + now Suggests: xen-hypervisor (Closes: #398815) + + -- Roland Stigge Sun, 19 Nov 2006 11:56:30 +0100 + +xenman (0.5-1) unstable; urgency=low + + * Initial release (Closes: #394460) + + -- Roland Stigge Fri, 20 Oct 2006 18:00:47 +0200 + --- convirt-0.9.1.orig/debian/watch +++ convirt-0.9.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/xenman/convirt-(.*)\.tar\.gz --- convirt-0.9.1.orig/debian/convirt.conf +++ convirt-0.9.1/debian/convirt.conf @@ -0,0 +1,21 @@ +[ENVIRONMENT] + +[PATHS] +snapshots_dir = +disks_dir = +snapshot_file_ext = .snapshot.xm +cache_dir = /var/cache/convirt +xenconf_dir = /etc/xen +exec_path = $PATH:/usr/sbin/ +image_store = /usr/share/convirt/image_store +appliance_store = /usr/share/convirt/appliance_store +log_dir=/var/log/convirt + +[APPLICATION DATA] + +[CLIENT CONFIGURATION] +html_browser = /usr/bin/yelp +enable_log = True +log_file = convirt.log +enable_paramiko_log = False +paramiko_log_file = paramiko.log --- convirt-0.9.1.orig/debian/copyright +++ convirt-0.9.1/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Roland Stigge on +Fri, 20 Oct 2006 18:00:47 +0200. + +It was downloaded from https://sourceforge.net/projects/xenman/ + +Upstream Authors' Copyright: + +2006, Haphazard , + Jd , + Yves Perrenoud + +License: + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2006, Roland Stigge and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- convirt-0.9.1.orig/debian/docs +++ convirt-0.9.1/debian/docs @@ -0,0 +1,3 @@ +doc/README +doc/Image_Builders_Guide.txt +doc/manual.html --- convirt-0.9.1.orig/debian/convirt.sh +++ convirt-0.9.1/debian/convirt.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# +# Wrapper script to start convirt +# + +if [ "$1" == "--xendir" ] ; then + echo -n `ls -d /usr/lib/xen-* | sort | head -n1` + exit 0 +fi + +PYTHONPATH=$PYTHONPATH:`convirt --xendir`/lib/python python /usr/share/convirt/src/convirt.py --- convirt-0.9.1.orig/debian/README +++ convirt-0.9.1/debian/README @@ -0,0 +1,11 @@ +ConVirt (formerly XenMan) for Debian +==================================== + +This is the Debian package of ConVirt. + +Just start "convirt" as root or user. When convirt asks you to create an +image_store in .convirt/image_store with mk_image_store, please note that you +need to do it with "mk_image_store ~/.convirt". Otherwise, convirt would just +abort silently. + + -- Roland Stigge , Sat, 16 Feb 2008 16:22:54 +0100 --- convirt-0.9.1.orig/debian/control +++ convirt-0.9.1/debian/control @@ -0,0 +1,28 @@ +Source: convirt +Section: admin +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Roland Stigge +Build-Depends: debhelper (>= 5), python-support (>= 0.3) +Standards-Version: 3.7.3 + +Package: convirt +Architecture: all +Depends: python, yelp, python-rpm, python-vte, python-paramiko, python-gtk2, python-glade2, xen-utils +Suggests: xen-hypervisor +Provides: xenman +Description: A graphical Xen management tool + ConVirt is a Xen management tool with a GTK+ based graphical interface + that allows for performing the standard set of domain operations + (start, stop, pause, kill, shutdown, reboot, snapshot, etc...). It + also attempts to simplify certain aspects such as the creation of + domains, as well as making the consoles available directly within the + tool's user interface. + +Package: xenman +Architecture: all +Depends: convirt +Description: transitional package for Debian lenny + This package is provided to smooth upgrades from Debian 4.0 ("etch") to + Debian lenny. It may be safely removed from your system. It depends on the + new convirt package which replaces xenman (upstream package has been renamed). --- convirt-0.9.1.orig/debian/install +++ convirt-0.9.1/debian/install @@ -0,0 +1,6 @@ +debian/convirt.conf etc +src/*.py usr/share/convirt/src +appliance*.template usr/share/convirt +mk_image_store usr/bin +pixmaps/* usr/share/convirt/pixmaps +convirt.glade usr/share/convirt --- convirt-0.9.1.orig/debian/prerm +++ convirt-0.9.1/debian/prerm @@ -0,0 +1,38 @@ +#!/bin/sh +# prerm script for convirt +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `remove' +# * `upgrade' +# * `failed-upgrade' +# * `remove' `in-favour' +# * `deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + remove|upgrade|deconfigure) + ;; + failed-upgrade) + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- convirt-0.9.1.orig/debian/postinst +++ convirt-0.9.1/debian/postinst @@ -0,0 +1,41 @@ +#!/bin/sh +# postinst script for convirt +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * `configure' +# * `abort-upgrade' +# * `abort-remove' `in-favour' +# +# * `abort-deconfigure' `in-favour' +# `removing' +# +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package +# + +case "$1" in + configure) + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + --- convirt-0.9.1.orig/debian/rules +++ convirt-0.9.1/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Nothing to compile + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # commands to clean up after the build process. + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # commands to install the package into debian/convirt: + install -m644 debian/convirt.sh debian/convirt/usr/bin/convirt + sh ./mk_image_store debian/convirt/usr/share/convirt + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs doc/changelog.txt + dh_installdocs + dh_installexamples + dh_install + dh_installmenu + dh_pysupport + dh_installman debian/convirt.8 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + # it's an Architecture: all package + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- convirt-0.9.1.orig/debian/dirs +++ convirt-0.9.1/debian/dirs @@ -0,0 +1,3 @@ +etc/xen/auto +usr/bin +usr/share/convirt/pixmaps