From: Evan Broder Date: Sun, 7 Dec 2008 14:26:52 +0000 (-0500) Subject: Add a new xvm-meta source package X-Git-Tag: 0.0.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-meta.git/commitdiff_plain/dceff97e8b64c0a447a0344a380745f9666d29ce Add a new xvm-meta source package svn path=/trunk/packages/xvm-meta/; revision=1805 --- dceff97e8b64c0a447a0344a380745f9666d29ce diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7e54aa8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xvm-meta (0.0.1) unstable; urgency=low + + * Initial Release. + + -- Evan Broder Sat, 06 Dec 2008 21:41:50 -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..fd952c2 --- /dev/null +++ b/debian/control @@ -0,0 +1,37 @@ +Source: xvm-meta +Section: servers +Priority: extra +Maintainer: SIPB XVM Project +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.8.0 + +Package: xvm-host +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-host-master, + xvm-mail-config, xvm-munin-host-config +Description: Metapackage for XVM hosts + This package installs the necessary software to run an XVM host + +Package: xvm-master +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server, + invirt-dev, invirt-web, xvm-db-backup, xvm-mail-config, + xvm-munin-master-config +Description: Metapackage for the XVM master VM + This package installs the necessary software for the XVM master VM, + which includes the database server and the web server + +Package: xvm-console +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-console-server, + xvm-mail-config, xvm-munin-console-config +Description: Metapacakge for the XVM console VM + This package installs the necessary software for the XVM console + server + +Package: xvm-remote +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server, + xvm-mail-config, xvm-munin-remote-config +Description: Metapackage for the VM remote VM + This package installs the necessary software for the XVM remctl proxy diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..381dc35 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,17 @@ +This software was written for the XVM project +of the MIT Student Information Processing Board. + +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