Index: trunk/packages/invirt-dev/debian/changelog
===================================================================
--- trunk/packages/invirt-dev/debian/changelog	(revision 1328)
+++ trunk/packages/invirt-dev/debian/changelog	(revision 1329)
@@ -1,2 +1,8 @@
+invirt-dev (0.0.2) unstable; urgency=low
+
+  * document need to add users to sbuild group
+
+ -- Greg Price <price@mit.edu>  Sun, 26 Oct 2008 00:03:03 -0400
+
 invirt-dev (0.0.1) unstable; urgency=low
 
Index: trunk/packages/invirt-dev/debian/invirt-dev.postinst
===================================================================
--- trunk/packages/invirt-dev/debian/invirt-dev.postinst	(revision 1328)
+++ trunk/packages/invirt-dev/debian/invirt-dev.postinst	(revision 1329)
@@ -14,4 +14,5 @@
             echo "  adduser --disabled-password \$user"
             echo "  adduser \$user repo"
+            echo "  adduser \$user sbuild"
             echo "to make individual users that will build packages."
             echo "-----"
