diff -Nru tetex-brev-4.22.6/debian/changelog tetex-brev-4.22.6+nmu1/debian/changelog
--- tetex-brev-4.22.6/debian/changelog	2010-02-11 14:31:36.000000000 -0500
+++ tetex-brev-4.22.6+nmu1/debian/changelog	2012-06-24 19:09:17.000000000 -0400
@@ -1,3 +1,12 @@
+tetex-brev (4.22.6+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop debian/postinst, call dh_installtex in debian/rules,
+    and build depend on tex-common. This causes the package to
+    no longer create files in /usr/local (Closes: #669393).
+
+ -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Sun, 24 Jun 2012 19:07:14 -0400
+
 tetex-brev (4.22.6) unstable; urgency=low
 
   * Change build depend from tetex-bin and tetex-extra to
diff -Nru tetex-brev-4.22.6/debian/control tetex-brev-4.22.6+nmu1/debian/control
--- tetex-brev-4.22.6/debian/control	2010-02-11 14:21:53.000000000 -0500
+++ tetex-brev-4.22.6+nmu1/debian/control	2012-06-24 19:05:15.000000000 -0400
@@ -2,7 +2,7 @@
 Section: tex
 Priority: optional
 Maintainer: Petter Reinholdtsen <pere@debian.org>
-Build-Depends: debhelper (>> 7)
+Build-Depends: debhelper (>> 7), tex-common
 Build-Depends-Indep: texlive-latex-base, texlive-latex-recommended
 Standards-Version: 3.8.4
 
diff -Nru tetex-brev-4.22.6/debian/postinst tetex-brev-4.22.6+nmu1/debian/postinst
--- tetex-brev-4.22.6/debian/postinst	2003-01-22 16:48:50.000000000 -0500
+++ tetex-brev-4.22.6+nmu1/debian/postinst	1969-12-31 19:00:00.000000000 -0500
@@ -1,33 +0,0 @@
-#! /bin/sh
-# postinst script for tetex-brev
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# Make sure we wind mktexlsr
-PATH=$PATH:/usr/bin
-export PATH
-
-case "$1" in
-    configure)
-        # Update the LaTex Index with the new class file.
-	mktexlsr
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
diff -Nru tetex-brev-4.22.6/debian/rules tetex-brev-4.22.6+nmu1/debian/rules
--- tetex-brev-4.22.6/debian/rules	2010-02-11 14:11:42.000000000 -0500
+++ tetex-brev-4.22.6+nmu1/debian/rules	2012-06-24 19:06:14.000000000 -0400
@@ -41,6 +41,7 @@
 	dh_installman
 	dh_installinfo
 	dh_installchangelogs 
+	dh_installtex
 	dh_link
 	dh_strip
 	dh_compress
