Your message dated Thu, 22 Sep 2005 01:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327209: fixed in debhelper 4.9.9
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 Sep 2005 11:51:04 +0000
>From [EMAIL PROTECTED] Thu Sep 08 04:51:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sakura.malsain.org [82.241.136.161]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EDKvo-000290-00; Thu, 08 Sep 2005 04:51:04 -0700
Received: from silicium.ccc.cea.fr ([132.165.91.101])
by sakura.malsain.org with esmtp (Exim 4.50)
id 1EDKay-0004wU-9F
for [EMAIL PROTECTED]; Thu, 08 Sep 2005 13:29:32 +0200
Subject: dh_gconf: move defaults to /var/lib/gconf
From: Josselin Mouette <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: multipart/mixed; boundary="=-aeeUbCRf09tyKRG4A4Fr"
Date: Thu, 08 Sep 2005 13:50:24 +0200
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.0.4
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--=-aeeUbCRf09tyKRG4A4Fr
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Package: debhelper
Severity: wishlist
Tags: patch
Hi,
I uploaded dh_gconf 2.10.1-2 yesterday. This package reads the defaults
from /var/lib/gconf and includes a gconf-schemas script that registers
the schemas from /usr/share/gconf/schemas in that tree.
The corresponding changes to dh_gconf are attached. Please include them
when you think it is appropriate - maybe you want to wait for a few
days, or to wait for the new package to make it to testing.
Regards,
--
.''`. Josselin Mouette /\./\
: :' : [EMAIL PROTECTED]
`. `' [EMAIL PROTECTED]
`- Debian GNU/Linux -- The power of freedom
--=-aeeUbCRf09tyKRG4A4Fr
Content-Description:
Content-Disposition: inline; filename=dh_gconf.patch
Content-Type: text/x-patch; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
--- dh_gconf.old 2005-09-08 11:27:21.928127536 +0200
+++ dh_gconf 2005-09-08 11:27:51.364652504 +0200
@@ -50,7 +50,7 @@
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.6.2-1)");
+ addsubstvar($package, "misc:Depends", "gconf2 (>=
2.10.1-2)");
}
}
}
--- autoscripts/postinst-gconf.old 2005-09-08 11:28:13.567277192 +0200
+++ autoscripts/postinst-gconf 2005-09-08 11:29:11.310498888 +0200
@@ -1,13 +1,3 @@
if [ "$1" = "configure" ]; then
- SCHEMA_LOCATION=/usr/share/gconf/schemas
- SCHEMA_FILES="#SCHEMAS#"
- for SCHEMA in $SCHEMA_FILES; do
- 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
-
- kill -s HUP `pidof gconfd-2` >/dev/null 2>&1 || true
+ /usr/sbin/gconf-schemas --register #SCHEMAS#
fi
--- autoscripts/prerm-gconf.old 2005-09-08 11:28:02.982886264 +0200
+++ autoscripts/prerm-gconf 2005-09-08 11:31:45.756019600 +0200
@@ -1,11 +1,3 @@
if [ "$1" = remove ] || [ "$1" = upgrade ]; then
- SCHEMA_LOCATION=/usr/share/gconf/schemas
- SCHEMA_FILES="#SCHEMAS#"
- for SCHEMA in $SCHEMA_FILES; do
- if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then
- HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2
--get-default-source` \
- gconftool-2 \
- --makefile-uninstall-rule
$SCHEMA_LOCATION/$SCHEMA > /dev/null
- fi
- done
+ /usr/sbin/gconf-schemas --unregister #SCHEMAS#
fi
--=-aeeUbCRf09tyKRG4A4Fr--
---------------------------------------
Received: (at 327209-close) by bugs.debian.org; 22 Sep 2005 08:18:16 +0000
>From [EMAIL PROTECTED] Thu Sep 22 01:18:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EIMGQ-0001hT-00; Thu, 22 Sep 2005 01:17:06 -0700
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#327209: fixed in debhelper 4.9.9
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 22 Sep 2005 01:17:06 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: debhelper
Source-Version: 4.9.9
We believe that the bug you reported is fixed in the latest version of
debhelper, which is due to be installed in the Debian FTP archive:
debhelper_4.9.9.dsc
to pool/main/d/debhelper/debhelper_4.9.9.dsc
debhelper_4.9.9.tar.gz
to pool/main/d/debhelper/debhelper_4.9.9.tar.gz
debhelper_4.9.9_all.deb
to pool/main/d/debhelper/debhelper_4.9.9_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated debhelper package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 7 Sep 2005 15:32:53 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 4.9.9
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
debhelper - helper programs for debian/rules
Closes: 327209
Changes:
debhelper (4.9.9) unstable; urgency=low
.
* dh_shlibdeps: Avoid a use strict warning in some cases if
LD_LIBRARY_PATH is not set.
* ACK NMU. Closes: #327209
Files:
2b9963007036073d7e04797e8ff11df6 456 devel optional debhelper_4.9.9.dsc
17e70a598c798aafd117946cf9227d13 148336 devel optional debhelper_4.9.9.tar.gz
df6f418e05b73810c62aba12fc91fc39 363666 devel optional debhelper_4.9.9_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDMmSh2tp5zXiKP0wRAs0cAJwK2EUx2wlkW6rKOhrNsKVQ4nG48gCggpLH
tuZd62NXVJ6lqb/1mu5MMLc=
=bxWo
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]