Index: trunk/packages/xvm-devconfig/debian/changelog
===================================================================
--- trunk/packages/xvm-devconfig/debian/changelog	(revision 2037)
+++ trunk/packages/xvm-devconfig/debian/changelog	(revision 2038)
@@ -1,2 +1,8 @@
+xvm-devconfig (0.19) unstable; urgency=low
+
+  * Punt unnecessarily deep files/ directory structure.
+
+ -- Evan Broder <broder@mit.edu>  Fri, 30 Jan 2009 20:01:03 -0500
+
 xvm-devconfig (0.18) unstable; urgency=low
 
Index: trunk/packages/xvm-devconfig/debian/xvm-devconfig.install
===================================================================
--- trunk/packages/xvm-devconfig/debian/xvm-devconfig.install	(revision 2037)
+++ trunk/packages/xvm-devconfig/debian/xvm-devconfig.install	(revision 2038)
@@ -1,1 +1,1 @@
-files/* .
+master.yaml etc/invirt
Index: trunk/packages/xvm-devconfig/master.yaml
===================================================================
--- trunk/packages/xvm-devconfig/master.yaml	(revision 2038)
+++ trunk/packages/xvm-devconfig/master.yaml	(revision 2038)
@@ -0,0 +1,52 @@
+kerberos:
+ realm: ATHENA.MIT.EDU
+
+authz:
+ - type: afs
+   cell: athena.mit.edu
+
+hosts: # hosts on which VMs run
+ - hostname: black-mesa.mit.edu
+   ip: 18.181.0.60
+
+db:
+ uri: postgres://invirt@xvm-dev.mit.edu/invirt
+ host: xvm-dev.mit.edu
+ ip: 18.181.0.80
+ port: 5432
+ user: invirt
+ dbname: invirt
+
+console:
+ hostname: xvm-console-dev.mit.edu
+ ip: 18.181.0.230
+
+remote:
+ hostname: xvm-remote-dev.mit.edu
+ ip: 18.181.0.231
+
+dns:
+ contact: xvm@mit.edu
+ domains:  # first one is advertised
+  - dev.xvm.mit.edu
+ nameservers:
+  - hostname: xvm-dev.mit.edu
+    ip: 18.181.0.80
+ rootip: 18.181.0.80
+ passup:
+  - _vlmcs._tcp
+ parent: mit.edu
+
+network:
+ gateway: 18.181.0.1
+ netmask: 255.255.0.0
+
+web:
+ baseuri: https://xvm-dev.mit.edu/
+ hostname: xvm-dev.mit.edu
+ errormail: xvm@mit.edu
+ adminacl: system:xvm
+ errormail_exclude:
+  - price
+  - ecprice
+  - andersk
