From: Joey Hess Date: Thu, 11 Jun 2009 16:53:51 +0000 (-0400) Subject: dh_gconf: Add missed half of postrm fragment removal. Closes: #531035 X-Git-Tag: 7.2.16^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15a4917aa7ccfc33b99fd44ba8eb07ab431f81f7;p=debhelper.git dh_gconf: Add missed half of postrm fragment removal. Closes: #531035 --- diff --git a/debian/changelog b/debian/changelog index 7a42ee1..994ac44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (7.2.16) unstable; urgency=low + + * dh_gconf: Add missed half of postrm fragment removal. Closes: #531035 + + -- Joey Hess Thu, 11 Jun 2009 12:50:33 -0400 + debhelper (7.2.15) unstable; urgency=low * dh_strip, dh_shlibdeps: Add support for OCaml shared libraries. diff --git a/dh_gconf b/dh_gconf index 8903566..df8573a 100755 --- a/dh_gconf +++ b/dh_gconf @@ -96,7 +96,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if ($schemas ne '') { autoscript($package,"postinst","postinst-gconf","s%#SCHEMAS#%$schemas%"); autoscript($package,"prerm","prerm-gconf","s%#SCHEMAS#%$schemas%"); - autoscript($package,"postrm","postrm-gconf","s%#SCHEMAS#%$schemas%"); addsubstvar($package, "misc:Depends", "gconf2 (>= 2.10.1-2)") unless $gconf_dep; } }