Package: ttf-staypuft Severity: important Tags: patch Your last upload unfortunately is missing the part that removes the defoma hints file when the package is upgraded. See former bug report about defoma removal.
Fixing patch attached. -- System Information: Debian Release: wheezy/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru ttf-staypuft-0.04/debian//changelog ttf-staypuft-0.04.new/debian//changelog --- ttf-staypuft-0.04/debian//changelog 2011-07-22 23:50:13.000000000 +0200 +++ ttf-staypuft-0.04.new/debian//changelog 2011-07-23 12:32:36.000000000 +0200 @@ -1,3 +1,9 @@ +ttf-staypuft (0.04-5.1) unstable; urgency=low + + * Take care to remove defoma hints file when upgrading + + -- Christian Perrier <bubu...@debian.org> Sat, 23 Jul 2011 12:30:54 +0200 + ttf-staypuft (0.04-5) unstable; urgency=low * Bumped Standarts-Version(3.9.2), compat(8) and debhelper(8) diff -Nru ttf-staypuft-0.04/debian//postinst ttf-staypuft-0.04.new/debian//postinst --- ttf-staypuft-0.04/debian//postinst 1970-01-01 01:00:00.000000000 +0100 +++ ttf-staypuft-0.04.new/debian//postinst 2011-07-23 12:30:24.000000000 +0200 @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then + dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-staypuft.hints 0.0.4-6 -- "$@" +fi + +#DEBHELPER# + diff -Nru ttf-staypuft-0.04/debian//postrm ttf-staypuft-0.04.new/debian//postrm --- ttf-staypuft-0.04/debian//postrm 1970-01-01 01:00:00.000000000 +0100 +++ ttf-staypuft-0.04.new/debian//postrm 2011-07-23 12:30:31.000000000 +0200 @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then + dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-staypuft.hints 0.0.4-6 -- "$@" +fi + +#DEBHELPER# + diff -Nru ttf-staypuft-0.04/debian//preinst ttf-staypuft-0.04.new/debian//preinst --- ttf-staypuft-0.04/debian//preinst 1970-01-01 01:00:00.000000000 +0100 +++ ttf-staypuft-0.04.new/debian//preinst 2011-07-23 12:30:43.000000000 +0200 @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then + dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-staypuft.hints 0.0.4-6 -- "$@" +fi + +#DEBHELPER# +