From 3d8f8edc2c49a776df4f7eff37c81207c9b17a02 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sun, 20 Jul 2008 01:10:02 -0400 Subject: [PATCH] move console-server config to a config package svn path=/trunk/packages/xvm-console-devconfig/; revision=678 --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/control.in | 17 +++++++++++++++++ debian/copyright | 4 ++++ debian/files | 1 + debian/invirt-console | 2 ++ debian/invirt-hosts.cf | 2 ++ debian/rules | 10 ++++++++++ debian/xvm-console-devconfig.install | 2 ++ 10 files changed, 61 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 100644 debian/files create mode 100644 debian/invirt-console create mode 100644 debian/invirt-hosts.cf create mode 100755 debian/rules create mode 100644 debian/xvm-console-devconfig.install diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d074b04 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xvm-console-devconfig (0.1) unstable; urgency=low + + * Initial release. + + -- Greg Price Sun, 20 Jul 2008 00:42:20 -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..4fd0c42 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: xvm-console-devconfig +Section: servers +Priority: important +Maintainer: xvm@mit.edu +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), config-package-dev (>= 4.5~) +Standards-Version: 3.7.2 + +Package: xvm-console-devconfig +Architecture: all +Provides: ${diverted-files} +Conflicts: ${diverted-files} +Depends: ${shlibs:Depends}, ${misc:Depends}, sipb-xen-console +Description: XVM serial console server + This package should be installed on sipb-xen-console. + It makes sure that necessary tools are available. + . + This is the config package for the dev cluster. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..94334f5 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,17 @@ +Source: xvm-console-devconfig +Section: servers +Priority: important +Maintainer: xvm@mit.edu +Build-Depends: @cdbs@ +Standards-Version: 3.7.2 + +Package: xvm-console-devconfig +Architecture: all +Provides: ${diverted-files} +Conflicts: ${diverted-files} +Depends: ${shlibs:Depends}, ${misc:Depends}, sipb-xen-console +Description: XVM serial console server + This package should be installed on sipb-xen-console. + It makes sure that necessary tools are available. + . + This is the config package for the dev 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/files b/debian/files new file mode 100644 index 0000000..783cce2 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +xvm-console-devconfig_0.1_all.deb servers important diff --git a/debian/invirt-console b/debian/invirt-console new file mode 100644 index 0000000..1cfd858 --- /dev/null +++ b/debian/invirt-console @@ -0,0 +1,2 @@ +host/black-mesa.mit.edu@ATHENA.MIT.EDU +host/sx-blade-2.mit.edu@ATHENA.MIT.EDU diff --git a/debian/invirt-hosts.cf b/debian/invirt-hosts.cf new file mode 100644 index 0000000..c038cdf --- /dev/null +++ b/debian/invirt-hosts.cf @@ -0,0 +1,2 @@ +#include /etc/conserver/conf.d/black-mesa.mit.edu +#include /etc/conserver/conf.d/sx-blade-2.mit.edu diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6f43020 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 +DEB_DIVERT_EXTENSION = .xvm +DEB_DIVERT_FILES_xvm-console-devconfig += \ + /etc/conserver/invirt-hosts.cf \ + /etc/remctl/acl/invirt-console + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/config-package.mk diff --git a/debian/xvm-console-devconfig.install b/debian/xvm-console-devconfig.install new file mode 100644 index 0000000..2ef1871 --- /dev/null +++ b/debian/xvm-console-devconfig.install @@ -0,0 +1,2 @@ +debian/invirt-hosts.cf etc/conserver +debian/invirt-console etc/remctl/acl -- 1.7.9.5