diff -Nru sjfonts-2.0.2/debian/changelog sjfonts-2.0.2/debian/changelog --- sjfonts-2.0.2/debian/changelog 2012-01-06 22:35:21.000000000 +0000 +++ sjfonts-2.0.2/debian/changelog 2012-02-13 13:22:01.000000000 +0000 @@ -1,3 +1,12 @@ +sjfonts (2.0.2-1.1ubuntu1) precise; urgency=low + + * Use maintscript support in dh_installdeb rather than writing out + dpkg-maintscript-helper commands by hand. We now simply Pre-Depend on a + new enough version of dpkg rather than using 'dpkg-maintscript-helper + supports' guards, leading to more predictable behaviour on upgrades. + + -- Colin Watson Mon, 13 Feb 2012 13:22:00 +0000 + sjfonts (2.0.2-1.1fakesync1) precise; urgency=low * Fake sync due to mismatching orig tarball. diff -Nru sjfonts-2.0.2/debian/control sjfonts-2.0.2/debian/control --- sjfonts-2.0.2/debian/control 2012-01-06 22:35:22.000000000 +0000 +++ sjfonts-2.0.2/debian/control 2012-02-13 13:21:59.000000000 +0000 @@ -3,11 +3,12 @@ Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Daniel Schepler -Build-Depends-Indep: debhelper (>= 8), fontforge-nox|fontforge +Build-Depends-Indep: debhelper (>= 8.1.0~), fontforge-nox|fontforge Standards-Version: 3.9.2 Package: ttf-sjfonts Architecture: all +Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends} Description: Some Juicy Fonts handwriting fonts This package contains two handwriting fonts created by Steve Jordi, diff -Nru sjfonts-2.0.2/debian/maintscript sjfonts-2.0.2/debian/maintscript --- sjfonts-2.0.2/debian/maintscript 1970-01-01 00:00:00.000000000 +0000 +++ sjfonts-2.0.2/debian/maintscript 2012-02-13 13:21:00.000000000 +0000 @@ -0,0 +1 @@ +rm_conffile /etc/defoma/hints/ttf-sjfonts.hints 2.0.2-2 diff -Nru sjfonts-2.0.2/debian/postinst sjfonts-2.0.2/debian/postinst --- sjfonts-2.0.2/debian/postinst 2011-12-10 12:59:25.000000000 +0000 +++ sjfonts-2.0.2/debian/postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then - dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-sjfonts.hints 2.0.2-2 -- "$@" -fi - -#DEBHELPER# diff -Nru sjfonts-2.0.2/debian/postrm sjfonts-2.0.2/debian/postrm --- sjfonts-2.0.2/debian/postrm 2011-12-10 12:59:25.000000000 +0000 +++ sjfonts-2.0.2/debian/postrm 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then - dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-sjfonts.hints 2.0.2-2 -- "$@" -fi - -#DEBHELPER# diff -Nru sjfonts-2.0.2/debian/preinst sjfonts-2.0.2/debian/preinst --- sjfonts-2.0.2/debian/preinst 2011-12-10 12:59:24.000000000 +0000 +++ sjfonts-2.0.2/debian/preinst 2012-02-13 13:21:11.000000000 +0000 @@ -9,8 +9,4 @@ fi -if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then - dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-sjfonts.hints 2.0.2-2 -- "$@" -fi - #DEBHELPER#