diff -Nru samba4-4.0.0~beta2+dfsg1/debian/changelog samba4-4.0.0~beta2+dfsg1/debian/changelog
--- samba4-4.0.0~beta2+dfsg1/debian/changelog	2013-02-11 21:49:31.000000000 -0500
+++ samba4-4.0.0~beta2+dfsg1/debian/changelog	2013-03-21 21:48:13.000000000 -0400
@@ -1,3 +1,11 @@
+samba4 (4.0.0~beta2+dfsg1-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't remove files from the samba-common package (closes: #696149).
+    - Patch thanks to Ivo De Decker.
+
+ -- Michael Gilbert <mgilbert@debian.org>  Fri, 22 Mar 2013 01:46:29 +0000
+
 samba4 (4.0.0~beta2+dfsg1-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru samba4-4.0.0~beta2+dfsg1/debian/samba4.postrm samba4-4.0.0~beta2+dfsg1/debian/samba4.postrm
--- samba4-4.0.0~beta2+dfsg1/debian/samba4.postrm	2012-08-08 16:04:53.000000000 -0400
+++ samba4-4.0.0~beta2+dfsg1/debian/samba4.postrm	2013-03-21 21:46:07.000000000 -0400
@@ -5,10 +5,17 @@
 if [ "$1" = purge ]; then
 
 	# Remove Samba's state files, both volatile and non-volatile
-	rm -Rf /var/run/samba/ /var/cache/samba/ /var/lib/samba
+	rm -Rf /var/lib/samba/private
+	rm -Rf /var/lib/samba/sysvol
+	rm -Rf /var/lib/samba/winbindd_privileged
+	
+	rm -Rf /var/run/samba/ncalrpc
+	rm -Rf /var/run/samba/ntp_signd
+	rm -Rf /var/run/samba/upgrades
+	rm -Rf /var/run/samba/winbindd
 
-	# Remove log files
-	rm -Rf /var/log/samba/
+	# Remove log file
+	rm -f /var/log/samba/log.%m
 
 	if [ -e /usr/share/debconf/confmodule ]; then
 		. /usr/share/debconf/confmodule
