From 15a4917aa7ccfc33b99fd44ba8eb07ab431f81f7 Mon Sep 17 00:00:00 2001 From: Joey Hess <joey@gnu.kitenet.net> Date: Thu, 11 Jun 2009 12:53:51 -0400 Subject: [PATCH] dh_gconf: Add missed half of postrm fragment removal. Closes: #531035 --- debian/changelog | 6 ++++++ dh_gconf | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) 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 <joeyh@debian.org> 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; } } -- 2.39.5