=== modified file 'debian/changelog'
--- debian/changelog	2011-09-20 19:45:26 +0000
+++ debian/changelog	2011-09-21 21:55:52 +0000
@@ -30,8 +30,9 @@
 
   [ Monty Taylor ]
   * Add branching logic for building on lucid.
+  * Add vlan as a depend for nova-compute.
 
- -- Monty Taylor <mordred@inaugust.com>  Mon, 19 Sep 2011 17:03:29 -0400
+ -- Monty Taylor <mordred@inaugust.com>  Wed, 21 Sep 2011 17:49:43 -0400
 
 nova (2011.3~rc~20110909.r1155-0ubuntu1) oneiric; urgency=low
 

=== modified file 'debian/control'
--- debian/control	2011-09-20 14:02:08 +0000
+++ debian/control	2011-09-21 21:55:52 +0000
@@ -123,8 +123,18 @@
 
 Package: nova-compute
 Architecture: all
-Depends: ${ostack-lsb-base}, ${nova-compute-deps}, nova-common (= ${binary:Version}), kpartx, curl, parted,
- ebtables, gawk, iptables, open-iscsi, ${nova-compute-default-hypervisor} | nova-compute-hypervisor,
+Depends: ${ostack-lsb-base},
+ ${nova-compute-deps},
+ ${nova-compute-default-hypervisor} | nova-compute-hypervisor,
+ nova-common (= ${binary:Version}),
+ curl,
+ ebtables,
+ gawk,
+ iptables,
+ kpartx,
+ open-iscsi,
+ parted,
+ vlan,
  ${python:Depends}, ${misc:Depends}
 Recommends: ajaxterm
 Description: OpenStack Compute - compute node

