move console-server config to a config package 0.1
authorGreg Price <price@mit.edu>
Sun, 20 Jul 2008 05:10:02 +0000 (01:10 -0400)
committerGreg Price <price@mit.edu>
Sun, 20 Jul 2008 05:10:02 +0000 (01:10 -0400)
svn path=/trunk/packages/xvm-console-devconfig/; revision=678

debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/control.in [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/files [new file with mode: 0644]
debian/invirt-console [new file with mode: 0644]
debian/invirt-hosts.cf [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/xvm-console-devconfig.install [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..d074b04
--- /dev/null
@@ -0,0 +1,5 @@
+xvm-console-devconfig (0.1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Greg Price <price@mit.edu>  Sun, 20 Jul 2008 00:42:20 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..4fd0c42
--- /dev/null
@@ -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 (file)
index 0000000..94334f5
--- /dev/null
@@ -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 (file)
index 0000000..e5cc6d8
--- /dev/null
@@ -0,0 +1,4 @@
+This package was created for the XVM project <xvm@mit.edu> 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 (file)
index 0000000..783cce2
--- /dev/null
@@ -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 (file)
index 0000000..1cfd858
--- /dev/null
@@ -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 (file)
index 0000000..c038cdf
--- /dev/null
@@ -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 (executable)
index 0000000..6f43020
--- /dev/null
@@ -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 (file)
index 0000000..2ef1871
--- /dev/null
@@ -0,0 +1,2 @@
+debian/invirt-hosts.cf etc/conserver
+debian/invirt-console etc/remctl/acl