From b25e912c8fee5f6a77c59dacef757f9a35f0d1f7 Mon Sep 17 00:00:00 2001 From: Greg Brockman Date: Fri, 15 Jan 2010 00:50:00 -0500 Subject: [PATCH 1/1] Initial build of hvirt-meta. Doesn't contain anything too useful at the moment; will populate as we go along. svn path=/trunk/packages/hvirt-meta/; revision=2883 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 41 +++++++++++++++++++++++++++++++++++++++++ debian/copyright | 18 ++++++++++++++++++ debian/rules | 3 +++ 5 files changed, 68 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..dd9f03b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +hvirt-meta (0.0.1) unstable; urgency=low + + * Initial Release. + + -- Greg Brockman Fri, 15 Jan 2010 00:41:55 -0500 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..744ed70 --- /dev/null +++ b/debian/control @@ -0,0 +1,41 @@ +Source: hvirt-meta +Section: servers +Priority: extra +Maintainer: Hvirt Team +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.8.0 + +Package: hvirt-host +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-host-master, + invirt-ssh-config +Description: Metapackage for Hvirt hosts + This package installs the necessary software to run an Hvirt host. + +Package: hvirt-master +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server, + invirt-dev, invirt-web, invirt-ssh-config +Description: Metapackage for the Hvirt master VM + This package installs the necessary software for the Hvirt master VM, + which includes the database server and the web server. + +Package: hvirt-console +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-console-server +Description: Metapackage for the Hvirt console VM + This package installs the necessary software for the Hvirt console + server. + +Package: hvirt-remote +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server, + invirt-ssh-config +Description: Metapackage for the Hvirt remote VM + This package installs the necessary software for the Hvirt remctl proxy. + +Package: hvirt-misc-config +Architecture: all +Depends: hvirt-mail-config, molly-guard, apticron +Description: Miscellaneous Hvirt configuration + This package configures some things every Hvirt machine needs. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1237b10 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,18 @@ +This software was written for the XVM project +of the MIT Student Information Processing Board and adapted by the Hvirt +team of the Harvard Computer Society . + +Copyright : + + 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. + +On Debian systems, the complete text of the GNU General Public License +can be found in the file /usr/share/common-licenses/GPL. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e6192f6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk -- 1.7.9.5