[Pkg-fonts-devel] Bug#659550: fonts-beteckna: use dh_installdeb maintscript support
Colin Watson
cjwatson at ubuntu.com
Sun Feb 12 00:42:15 UTC 2012
Package: fonts-beteckna
Version: 0.4-5
Severity: wishlist
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch precise
Using 'dpkg-maintscript-helper supports rm_conffile' guards introduces
unreliability into upgrades; it means that the conffile is removed or
not depending on whether dpkg happens to be unpacked before
fonts-beteckna. This seems generally undesirable; it would be better to
enforce a single code path. (This is academic for Debian because the
version of dpkg in squeeze supported dpkg-maintscript-helper, hence
Severity: wishlist; Ubuntu's last LTS release didn't have a sufficient
version of dpkg for that which is why I care.)
It would be nice to just use dh_installdeb's support for generating
dpkg-maintscript-helper commands, which was introduced in debhelper
8.1.0. This would remove duplicate code from your maintainer scripts -
in fact, you'd no longer need to have handwritten maintainer scripts at
all. Here's a patch:
* 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.
diff -Nru fonts-beteckna-0.4/debian/control fonts-beteckna-0.4/debian/control
--- fonts-beteckna-0.4/debian/control 2011-07-29 15:11:02.000000000 +0100
+++ fonts-beteckna-0.4/debian/control 2012-02-12 00:38:53.000000000 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Fonts Task Force <pkg-fonts-devel at lists.alioth.debian.org>
Uploaders: Christian Perrier <bubulle at debian.org>,Gürkan Sengün <gurkan at phys.ethz.ch>,Johan Mattsson <johan at beteckna.se>
-Build-Depends: debhelper (>= 8), fontforge-nox | fontforge
+Build-Depends: debhelper (>= 8.1.0~), fontforge-nox | fontforge
Standards-Version: 3.9.2
Homepage: http://gnu.ethz.ch/linuks.mine.nu/beteckna/
Vcs-svn: svn://svn.debian.org/svn/pkg-fonts/packages/fonts-beteckna
@@ -11,6 +11,7 @@
Package: fonts-beteckna
Architecture: all
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Replaces: ttf-beteckna (<< 0.4-4)
Conflicts: ttf-beteckna (<< 0.4-4)
diff -Nru fonts-beteckna-0.4/debian/maintscript fonts-beteckna-0.4/debian/maintscript
--- fonts-beteckna-0.4/debian/maintscript 1970-01-01 01:00:00.000000000 +0100
+++ fonts-beteckna-0.4/debian/maintscript 2012-02-12 00:38:10.000000000 +0000
@@ -0,0 +1 @@
+rm_conffile /etc/defoma/hints/ttf-beteckna.hints 0.4-3
diff -Nru fonts-beteckna-0.4/debian/postinst fonts-beteckna-0.4/debian/postinst
--- fonts-beteckna-0.4/debian/postinst 2011-07-28 17:25:31.000000000 +0100
+++ fonts-beteckna-0.4/debian/postinst 1970-01-01 01:00:00.000000000 +0100
@@ -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-beteckna.hints 0.4-3 -- "$@"
-fi
-
-#DEBHELPER#
-
diff -Nru fonts-beteckna-0.4/debian/postrm fonts-beteckna-0.4/debian/postrm
--- fonts-beteckna-0.4/debian/postrm 2011-07-28 17:25:43.000000000 +0100
+++ fonts-beteckna-0.4/debian/postrm 1970-01-01 01:00:00.000000000 +0100
@@ -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-beteckna.hints 0.4-3 -- "$@"
-fi
-
-#DEBHELPER#
-
diff -Nru fonts-beteckna-0.4/debian/preinst fonts-beteckna-0.4/debian/preinst
--- fonts-beteckna-0.4/debian/preinst 2011-07-28 17:24:30.000000000 +0100
+++ fonts-beteckna-0.4/debian/preinst 1970-01-01 01:00:00.000000000 +0100
@@ -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-beteckna.hints 0.4-3 -- "$@"
-fi
-
-#DEBHELPER#
-
Thanks,
--
Colin Watson [cjwatson at ubuntu.com]
More information about the Pkg-fonts-devel
mailing list