diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..19ec25f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +virt-viewer (0.0.2-1) unstable; urgency=low + + * Initial release + + -- Guido Guenther Fri, 23 Nov 2007 00:20:13 +0100 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2dd5192 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: virt-viewer +Section: admin +Priority: extra +Maintainer: Guido Guenther +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libvirt-dev, libgtk-vnc-1.0-dev +Standards-Version: 3.7.2 + +Package: virt-viewer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Displaying the graphical console of a virtual machine + The console is accessed using the VNC protocol. The guest can be referred to + based on its name, ID, or UUID. If the guest is not already running, then the + viewer can be told to wait until is starts before attempting to connect to the + console The viewer can connect to remote hosts to lookup the console + information and then also connect to the remote console using the same network + transport. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7a825e9 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Guido Guenther on +Fri, 23 Nov 2007 00:20:13 +0100. + +It was downloaded from http://virt-manager.et.redhat.com/download.html + +Upstream Author(s): + + Daniel P. Berrange + +Copyright: + + Daniel P. Berrange + +License: + + You are free to distribute this software under the terms of the GNU General + Public License Version 2. The full text of this license can be found in the + file /usr/share/common-licenses/GPL-2 + +The Debian packaging is (C) 2007, Guido Guenther and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..ca882bb --- /dev/null +++ b/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..50bd824 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +NEWS +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1921a86 --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +