From 4d52ac38e68942805e1af76330ad5e75e2c6558b Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 21 Jul 2008 19:05:46 -0400 Subject: [PATCH 1/1] first cut of xvm-devconfig svn path=/trunk/packages/xvm-devconfig/; revision=701 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/control.in | 14 ++++++++++++++ debian/copyright | 4 ++++ debian/rules | 5 +++++ debian/xvm-devconfig.install | 1 + files/etc/invirt/hosts | 2 ++ files/etc/invirt/realm | 1 + 9 files changed, 47 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/control.in create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/xvm-devconfig.install create mode 100644 files/etc/invirt/hosts create mode 100644 files/etc/invirt/realm diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..99f54aa --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xvm-devconfig (0.1) unstable; urgency=low + + * First cut. Has hosts and realm. + + -- Greg Price Mon, 21 Jul 2008 18:56:49 -0400 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..3c1c663 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: xvm-devconfig +Section: servers +Priority: important +Maintainer: xvm@mit.edu +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: xvm-devconfig +Architecture: all +Provides: invirt-config +Conflicts: invirt-config +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: XVM dev-cluster config + This is the master configuration package for the XVM development cluster. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..68518e2 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,14 @@ +Source: xvm-devconfig +Section: servers +Priority: important +Maintainer: xvm@mit.edu +Build-Depends: @cdbs@ +Standards-Version: 3.7.2 + +Package: xvm-devconfig +Architecture: all +Provides: invirt-config +Conflicts: invirt-config +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: XVM dev-cluster config + This is the master configuration package for the XVM development cluster. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e5cc6d8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,4 @@ +This package was created for the XVM project of the MIT +Student Information Processing Board. + +You may use it, etc, under the GNU GPL, version 2 or later. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d14060f --- /dev/null +++ b/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 + +include /usr/share/cdbs/1/rules/debhelper.mk diff --git a/debian/xvm-devconfig.install b/debian/xvm-devconfig.install new file mode 100644 index 0000000..9da31b3 --- /dev/null +++ b/debian/xvm-devconfig.install @@ -0,0 +1 @@ +files/* . diff --git a/files/etc/invirt/hosts b/files/etc/invirt/hosts new file mode 100644 index 0000000..0e9bc22 --- /dev/null +++ b/files/etc/invirt/hosts @@ -0,0 +1,2 @@ +black-mesa.mit.edu +sx-blade-2.mit.edu diff --git a/files/etc/invirt/realm b/files/etc/invirt/realm new file mode 100644 index 0000000..48594e7 --- /dev/null +++ b/files/etc/invirt/realm @@ -0,0 +1 @@ +ATHENA.MIT.EDU -- 1.7.9.5