Your message dated Thu, 06 Mar 2008 02:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468959: fixed in debhelper 6.0.6
has caused the Debian Bug report #468959,
regarding debhelper: Sort dependencies output by del/addsubstvar
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
468959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468959
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: debhelper
Version: 6.0.5
Severity: minor
As discussed on debian-devel, it's nice to have deterministic output
for dependency fields. See the thread that started here:
http://lists.debian.org/debian-devel/2008/02/msg00893.html
Thus I'd suggest you to fix the delsubstvar and addsubstvar functions
in /usr/share/perl5/Debian/Debhelper/Dh_Lib.pm to have deterministic
output in variables created by debhelper-based programs like
dh_pysupport (python:Depends) or dh_installdebconf (misc:Depends).
Replace the lines:
$line=join(", ", keys %items);
With:
$line=join(", ", sort keys %items);
Even nicer would be to sort with a custom algorithm so that
"package (>> 1)" sorts before "package (<< 2)" but I won't complain
if you discard this request. For reference, when I sorted the output of
dpkg-gencontrol I got precisly this request (that's why I'm mentionning
it): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455520
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages debhelper depends on:
ii binutils 2.18.1~cvs20080103-1 The GNU assembler, linker and bina
ii dpkg-dev 1.14.17 package building tools for Debian
ii file 4.23-2 Determines file type using "magic"
ii html2text 1.3.2a-3 An advanced HTML to text converter
ii man-db 2.5.1-2 on-line manual pager
ii perl 5.8.8-12 Larry Wall's Practical Extraction
ii po-debconf 1.0.12 manage translated Debconf template
debhelper recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 6.0.6
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_6.0.6.dsc
to pool/main/d/debhelper/debhelper_6.0.6.dsc
debhelper_6.0.6.tar.gz
to pool/main/d/debhelper/debhelper_6.0.6.tar.gz
debhelper_6.0.6_all.deb
to pool/main/d/debhelper/debhelper_6.0.6_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, 05 Mar 2008 21:35:21 -0500
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 6.0.6
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
debhelper - helper programs for debian/rules
Closes: 467100 468959
Changes:
debhelper (6.0.6) unstable; urgency=low
.
* dh_compress: Pass -n to gzip to yeild more reproducible file contents.
The time stamp information need not be contained in the .gz file since the
time stamp is preserved when compressing and decompressing. Closes: #467100
* The order of dependencies generated by debhelper has been completly random
(hash key order), so sort it. Closes: #468959
Files:
b109577fa6196ae56c38f676ce354d24 614 devel optional debhelper_6.0.6.dsc
1b48c341658f27aa64331b4944172cc0 278730 devel optional debhelper_6.0.6.tar.gz
d076b8e825675235bb62f6ab308abf06 518592 devel optional debhelper_6.0.6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHz1ml2tp5zXiKP0wRAn8nAKC3Inqppc6BKvi37XFTNEE2lnEsEACg1SB4
iyq39tIA+ZCo5kvHFEuqRFw=
=Wfmx
-----END PGP SIGNATURE-----
--- End Message ---