Your message dated Wed, 9 Nov 2005 13:50:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line fixed
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Aug 2004 15:08:30 +0000
>From [EMAIL PROTECTED] Sun Aug 08 08:08:30 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail.o2w.nl [213.227.141.209] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1BtpHh-0004aj-00; Sun, 08 Aug 2004 08:08:29 -0700
Received: from zensunni.xinara.org (unknown [217.22.72.48])
(using TLSv1 with cipher RC4-SHA (128/128 bits))
(Client did not present a certificate)
by mail.o2w.nl (Postfix) with ESMTP id 4577F358AF
for <[EMAIL PROTECTED]>; Sun, 8 Aug 2004 17:08:28 +0200 (CEST)
Received: from ray by zensunni.xinara.org with local (Exim 4.34)
id 1BtpHZ-0006yo-5P; Sun, 08 Aug 2004 17:08:21 +0200
Date: Sun, 8 Aug 2004 17:08:21 +0200
From: "J.H.M. Dassen (Ray)" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Better dh_gconf schema location migration support
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="wac7ysb48OaltWcw"
Content-Disposition: inline
X-Debian-Cc: Ross Burton <[EMAIL PROTECTED]>
X-Reportbug-Version: 2.64
Organization: Ray at home
X-System: Debian GNU/Linux 3.1, kernel 2.4.27
User-Agent: Mutt/1.5.6+20040803i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
--wac7ysb48OaltWcw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: debhelper
Version: 4.2.17
Severity: normal
Tags: patch
Currently, dh_gconf only cleans out entries in the old /etc/gconf/schemas
location in the postrm, on "purge". Given reports like #258704 and #264324
through #264326, it's preferable to perform the cleanup at an earlier time.
I'm attaching a patch for /usr/share/debhelper/autoscripts/postinst-gconf to
do so.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (800, 'unstable'), (750, 'experimental'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1
Versions of packages debhelper depends on:
ii binutils 2.15-1 The GNU assembler, linker and bina
ii coreutils [fileutils] 5.2.1-2 The GNU core utilities
ii debconf-utils 1.4.30 debconf utilities
ii dpkg-dev 1.10.23 Package building tools for Debian
ii file 4.10-3 Determines file type using "magic"
ii fileutils 5.2.1-2 The GNU file management utilities
ii html2text 1.3.2a-1 An advanced HTML to text converter
ii perl 5.8.4-2 Larry Wall's Practical Extraction
ii po-debconf 0.8.12 Manage translated Debconf template
-- no debconf information
--
Obsig: developing a new sig
--wac7ysb48OaltWcw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
--- /usr/share/debhelper/autoscripts/postinst-gconf 2004-07-10
17:15:21.000000000 +0200
+++ postinst-gconf 2004-08-08 17:00:34.000000000 +0200
@@ -1,13 +1,22 @@
if [ "$1" = "configure" ]; then
+ OLD_SCHEMA_LOCATION=/etc/gconf/schemas
SCHEMA_LOCATION=/usr/share/gconf/schemas
SCHEMA_FILES="#SCHEMAS#"
for SCHEMA in $SCHEMA_FILES; do
+ if [ -d $OLD_SCHEMA_LOCATION ]; then
+ rm -f $OLD_SCHEMA_LOCATION/$SCHEMA
+ rm -f $OLD_SCHEMA_LOCATION/$SCHEMA.dpkg-tmp
+ rm -f $OLD_SCHEMA_LOCATION/$SCHEMA.dpkg-old
+ rm -f $OLD_SCHEMA_LOCATION/$SCHEMA.dpkg-new
+ rm -f $OLD_SCHEMA_LOCATION/$SCHEMA.dpkg-dist
+ fi
if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then
HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2
--get-default-source` \
gconftool-2 \
--makefile-install-rule
$SCHEMA_LOCATION/$SCHEMA > /dev/null
fi
done
+ rmdir -p --ignore-fail-on-non-empty $OLD_SCHEMA_LOCATION
kill -s HUP `pidof gconfd-2` >/dev/null 2>&1 || true
fi
--wac7ysb48OaltWcw--
---------------------------------------
Received: (at 264384-done) by bugs.debian.org; 9 Nov 2005 18:49:50 +0000
>From [EMAIL PROTECTED] Wed Nov 09 10:49:50 2005
Return-path: <[EMAIL PROTECTED]>
Received: from kitenet.net [64.62.161.42] (postfix)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EZv14-00069z-00; Wed, 09 Nov 2005 10:49:50 -0800
Received: from dragon.kitenet.net (101-178-dial.xtn.net [66.118.101.178])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN "Joey Hess", Issuer "Joey Hess" (verified OK))
by kitenet.net (Postfix) with ESMTP id 9386317FFA
for <[EMAIL PROTECTED]>; Wed, 9 Nov 2005 18:49:48 +0000 (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
id 64413BF322; Wed, 9 Nov 2005 13:50:15 -0500 (EST)
Date: Wed, 9 Nov 2005 13:50:14 -0500
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: fixed
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS"
Content-Disposition: inline
User-Agent: Mutt/1.5.11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no
version=2.60-bugs.debian.org_2005_01_02
--qMm9M+Fa2AknHoGS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Version: 4.9.8.1
I think this bug should have been closed by debhelper 4.9.8.1:
* dh_gconf: delegate schema registration the gconf-schemas script,
which moves schemas to /var/lib/gconf, and require gconf2 2.10.1-2,
where it can be found. Closes: #327209
--=20
see shy jo
--qMm9M+Fa2AknHoGS
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDckTmd8HHehbQuO8RAvJQAKC3bFMfiXBMq9GJJrpmldkNoBnT0ACgtX39
PZ+j5SB0Ezk/hdTFNlg2FKQ=
=RpDG
-----END PGP SIGNATURE-----
--qMm9M+Fa2AknHoGS--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]