add debian packaging
Guido Guenther
16 years ago
|
0 |
virt-viewer (0.0.2-1) unstable; urgency=low
|
|
1 |
|
|
2 |
* Initial release
|
|
3 |
|
|
4 |
-- Guido Guenther <agx@sigxcpu.org> Fri, 23 Nov 2007 00:20:13 +0100
|
|
5 |
|
|
0 |
Source: virt-viewer
|
|
1 |
Section: admin
|
|
2 |
Priority: extra
|
|
3 |
Maintainer: Guido Guenther <agx@sigxcpu.org>
|
|
4 |
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libvirt-dev, libgtk-vnc-1.0-dev
|
|
5 |
Standards-Version: 3.7.2
|
|
6 |
|
|
7 |
Package: virt-viewer
|
|
8 |
Architecture: any
|
|
9 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
10 |
Description: Displaying the graphical console of a virtual machine
|
|
11 |
The console is accessed using the VNC protocol. The guest can be referred to
|
|
12 |
based on its name, ID, or UUID. If the guest is not already running, then the
|
|
13 |
viewer can be told to wait until is starts before attempting to connect to the
|
|
14 |
console The viewer can connect to remote hosts to lookup the console
|
|
15 |
information and then also connect to the remote console using the same network
|
|
16 |
transport.
|
|
0 |
This package was debianized by Guido Guenther <agx@sigxcpu.org> on
|
|
1 |
Fri, 23 Nov 2007 00:20:13 +0100.
|
|
2 |
|
|
3 |
It was downloaded from http://virt-manager.et.redhat.com/download.html
|
|
4 |
|
|
5 |
Upstream Author(s):
|
|
6 |
|
|
7 |
Daniel P. Berrange <berrange@redhat.com>
|
|
8 |
|
|
9 |
Copyright:
|
|
10 |
|
|
11 |
Daniel P. Berrange <berrange@redhat.com>
|
|
12 |
|
|
13 |
License:
|
|
14 |
|
|
15 |
You are free to distribute this software under the terms of the GNU General
|
|
16 |
Public License Version 2. The full text of this license can be found in the
|
|
17 |
file /usr/share/common-licenses/GPL-2
|
|
18 |
|
|
19 |
The Debian packaging is (C) 2007, Guido Guenther <agx@sigxcpu.org> and
|
|
20 |
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
|
|
0 |
#!/usr/bin/make -f
|
|
1 |
|
|
2 |
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
3 |
include /usr/share/cdbs/1/class/autotools.mk
|
|
4 |
|