Index: branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/changelog
===================================================================
--- branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/changelog	(revision 2402)
+++ branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/changelog	(revision 2434)
@@ -1,2 +1,14 @@
+scripts-syslog-ng-config (0.6) wheezy; urgency=low
+
+  * Take into account that config-package-deb on dh7 requires .transform files
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 26 May 2013 22:36:12 -0400
+
+scripts-syslog-ng-config (0.5) wheezy; urgency=low
+
+    * Update to dh7
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 26 May 2013 21:49:26 -0400
+
 scripts-syslog-ng-config (0.4) stable; urgency=low
 
Index: branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/control
===================================================================
--- branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/control	(revision 2402)
+++ branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/control	(revision 2434)
@@ -3,6 +3,6 @@
 Priority: extra
 Maintainer: scripts team <scripts-team@mit.edu>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), config-package-dev, syslog-ng,
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~), config-package-dev, syslog-ng,
+Standards-Version: 3.9.4
 Homepage: http://scripts.mit.edu/
 
Index: branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/rules
===================================================================
--- branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/rules	(revision 2402)
+++ branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/rules	(revision 2434)
@@ -1,7 +1,3 @@
 #!/usr/bin/make -f
-
-DEB_TRANSFORM_FILES_scripts-syslog-ng-config = /etc/syslog-ng/syslog-ng.conf.divert
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/config-package.mk
-
+%:
+	dh $@ --with config-package
Index: branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/transform_syslog-ng.conf.divert
===================================================================
--- branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/transform_syslog-ng.conf.divert	(revision 2402)
+++ 	(revision )
@@ -1,11 +1,0 @@
-#!/bin/sh
-
-cat
-cat <<EOF
-
-# Zephyr to scripts
-destination d_zroot { program("/usr/lib/scripts-syslog-ng-config/d_zroot.pl"); };
-filter f_oom { facility(kern) and (message("Out of memory:") or message("Killed process")); };
-log { source(s_src); filter(f_auth); destination(d_zroot); };
-log { source(s_src); filter(f_oom); destination(d_zroot); };
-EOF
Index: branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/transform_syslog-ng.conf.scripts
===================================================================
--- branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/transform_syslog-ng.conf.scripts	(revision 2434)
+++ branches/fc19-dev/host/debian/scripts-syslog-ng-config/debian/transform_syslog-ng.conf.scripts	(revision 2434)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+cat
+cat <<EOF
+
+# Zephyr to scripts
+destination d_zroot { program("/usr/lib/scripts-syslog-ng-config/d_zroot.pl"); };
+filter f_oom { facility(kern) and (message("Out of memory:") or message("Killed process")); };
+log { source(s_src); filter(f_auth); destination(d_zroot); };
+log { source(s_src); filter(f_oom); destination(d_zroot); };
+EOF
Index: branches/fc19-dev/host/debian/scripts-vm-host/debian/changelog
===================================================================
--- branches/fc19-dev/host/debian/scripts-vm-host/debian/changelog	(revision 2402)
+++ branches/fc19-dev/host/debian/scripts-vm-host/debian/changelog	(revision 2434)
@@ -1,2 +1,21 @@
+scripts-vm-host (0.8) wheezy; urgency=low
+
+  * Take into account config-package-dev now needs .transform files
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 26 May 2013 22:44:41 -0400
+
+scripts-vm-host (0.7) wheezy; urgency=low
+
+  * emacs24-nox is a lie for now, switch back to emacs23-nox
+  * Switch to dh7
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 26 May 2013 21:24:31 -0400
+
+scripts-vm-host (0.6) wheezy; urgency=low
+
+  * Update configuration for wheezy
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sun, 26 May 2013 20:59:04 -0400
+
 scripts-vm-host (0.5) stable; urgency=low
 
Index: branches/fc19-dev/host/debian/scripts-vm-host/debian/control
===================================================================
--- branches/fc19-dev/host/debian/scripts-vm-host/debian/control	(revision 2402)
+++ branches/fc19-dev/host/debian/scripts-vm-host/debian/control	(revision 2434)
@@ -3,6 +3,6 @@
 Priority: extra
 Maintainer: scripts team <scripts-team@mit.edu>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), config-package-dev, munin-node
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~), config-package-dev, munin-node
+Standards-Version: 3.9.4
 Homepage: http://scripts.mit.edu/
 
Index: branches/fc19-dev/host/debian/scripts-vm-host/debian/rules
===================================================================
--- branches/fc19-dev/host/debian/scripts-vm-host/debian/rules	(revision 2402)
+++ branches/fc19-dev/host/debian/scripts-vm-host/debian/rules	(revision 2434)
@@ -1,8 +1,3 @@
 #!/usr/bin/make -f
-
-DEB_DIVERT_FILES_scripts-vm-host = /etc/conserver/conserver.cf.divert
-DEB_TRANSFORM_FILES_scripts-vm-host = /etc/munin/munin-node.conf.divert
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/config-package.mk
-
+%:
+	dh $@ --with config-package
Index: branches/fc19-dev/host/debian/scripts-vm-host/debian/scripts-vm-host.transform
===================================================================
--- branches/fc19-dev/host/debian/scripts-vm-host/debian/scripts-vm-host.transform	(revision 2434)
+++ branches/fc19-dev/host/debian/scripts-vm-host/debian/scripts-vm-host.transform	(revision 2434)
@@ -0,0 +1,1 @@
+/etc/munin/munin-node.conf.scripts debian/transform_munin-node.conf.scripts
Index: branches/fc19-dev/host/debian/scripts-vm-host/debian/transform_munin-node.conf.divert
===================================================================
--- branches/fc19-dev/host/debian/scripts-vm-host/debian/transform_munin-node.conf.divert	(revision 2402)
+++ 	(revision )
@@ -1,9 +1,0 @@
-#!/bin/sh
-
-cat
-cat <<EOF
-allow ^127\.0\.0\.1$
-allow ^18\.187\.1\.128$
-allow ^18\.181\.0\.65$
-allow ^18\.181\.0\.51$
-EOF
Index: branches/fc19-dev/host/debian/scripts-vm-host/debian/transform_munin-node.conf.scripts
===================================================================
--- branches/fc19-dev/host/debian/scripts-vm-host/debian/transform_munin-node.conf.scripts	(revision 2434)
+++ branches/fc19-dev/host/debian/scripts-vm-host/debian/transform_munin-node.conf.scripts	(revision 2434)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+cat
+cat <<EOF
+allow ^127\.0\.0\.1$
+allow ^18\.187\.1\.128$
+allow ^18\.181\.0\.65$
+allow ^18\.181\.0\.51$
+EOF
