diff -Nru abntex-0.9~beta2/debian/changelog abntex-0.9~beta2/debian/changelog --- abntex-0.9~beta2/debian/changelog 2011-06-12 04:51:48.000000000 +0000 +++ abntex-0.9~beta2/debian/changelog 2012-06-25 16:37:06.000000000 +0000 @@ -1,3 +1,12 @@ +abntex (0.9~beta2-5.1) 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 install files to /usr/local (Closes: #669379). + + -- Andrew Starr-Bochicchio Sun, 24 Jun 2012 18:08:20 -0400 + abntex (0.9~beta2-5) unstable; urgency=low * Depends on texlive-fonts-recommended. Closes: #623412 diff -Nru abntex-0.9~beta2/debian/control abntex-0.9~beta2/debian/control --- abntex-0.9~beta2/debian/control 2011-06-12 04:49:29.000000000 +0000 +++ abntex-0.9~beta2/debian/control 2012-06-25 16:37:06.000000000 +0000 @@ -2,7 +2,7 @@ Section: tex Priority: optional Maintainer: Otavio Salvador -Build-Depends-Indep: texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texlive-fonts-extra, texlive-lang-portuguese +Build-Depends-Indep: texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texlive-fonts-extra, texlive-lang-portuguese, tex-common Build-Depends: debhelper (>= 5) Standards-Version: 3.8.3 Vcs-Git: git://git.debian.org/git/collab-maint/abntex.git diff -Nru abntex-0.9~beta2/debian/postinst abntex-0.9~beta2/debian/postinst --- abntex-0.9~beta2/debian/postinst 2011-03-14 19:22:07.000000000 +0000 +++ abntex-0.9~beta2/debian/postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,7 +0,0 @@ -#!/bin/sh -e - -if test "$1" = "configure"; then - mktexlsr -fi - -#DEBHELPER# diff -Nru abntex-0.9~beta2/debian/rules abntex-0.9~beta2/debian/rules --- abntex-0.9~beta2/debian/rules 2011-03-14 19:22:07.000000000 +0000 +++ abntex-0.9~beta2/debian/rules 2012-06-25 16:37:06.000000000 +0000 @@ -48,6 +48,7 @@ dh_testroot dh_installdocs dh_installchangelogs + dh_installtex dh_link dh_compress dh_fixperms