Your message dated Sun, 20 Aug 2006 03:02:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#383449: fixed in acpi-support 0.86-1
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)
--- Begin Message ---
Package: acpi-support
Version: 0.84-1
Severity: serious
Justification: Policy 3.5
Tags: patch
acpi-support ships a dynamically linked binary (acpi_fakekey) which
needs libc6 to run, but the package is missing a proper dependency on
libc6.
This happens because dh_shlibdeps and ${shlibs:Depends} are not used
in debian/rules and debian/control.
The attached patch fixes this.
Cheers,
Christian Aichinger
diff -Nur acpi-support-0.84.orig/debian/control acpi-support-0.84/debian/control
--- acpi-support-0.84.orig/debian/control 2006-08-17 12:34:20.000000000
+0200
+++ acpi-support-0.84/debian/control 2006-08-17 12:33:18.000000000 +0200
@@ -7,7 +7,7 @@
Package: acpi-support
Architecture: i386 amd64 ia64
-Depends: xbase-clients, acpid (>= 1.0.4), hdparm, lsb-base (>= 1.3-9),
${arch:Depends}, finger, powermgmt-base, laptop-detect, dmidecode (>= 2.7-1)
+Depends: xbase-clients, acpid (>= 1.0.4), hdparm, lsb-base (>= 1.3-9),
${arch:Depends}, finger, powermgmt-base, laptop-detect, dmidecode (>= 2.7-1),
${shlibs:Depends}
Recommends: laptop-mode-tools
Description: a collection of useful events for acpi
The scripts included in acpi-support include events for lid closure
diff -Nur acpi-support-0.84.orig/debian/rules acpi-support-0.84/debian/rules
--- acpi-support-0.84.orig/debian/rules 2006-08-17 12:34:20.000000000 +0200
+++ acpi-support-0.84/debian/rules 2006-08-17 12:33:41.000000000 +0200
@@ -57,6 +57,7 @@
dh_compress
dh_fixperms
dh_installdeb
+ dh_shlibdeps
dh_gencontrol -- $(arch-depends)
dh_md5sums
dh_builddeb
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: acpi-support
Source-Version: 0.86-1
We believe that the bug you reported is fixed in the latest version of
acpi-support, which is due to be installed in the Debian FTP archive:
acpi-support_0.86-1.diff.gz
to pool/main/a/acpi-support/acpi-support_0.86-1.diff.gz
acpi-support_0.86-1.dsc
to pool/main/a/acpi-support/acpi-support_0.86-1.dsc
acpi-support_0.86-1_i386.deb
to pool/main/a/acpi-support/acpi-support_0.86-1_i386.deb
acpi-support_0.86.orig.tar.gz
to pool/main/a/acpi-support/acpi-support_0.86.orig.tar.gz
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.
Raphael Hertzog <[EMAIL PROTECTED]> (supplier of updated acpi-support 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: Sun, 20 Aug 2006 10:43:59 +0200
Source: acpi-support
Binary: acpi-support
Architecture: source i386
Version: 0.86-1
Distribution: unstable
Urgency: low
Maintainer: Raphael Hertzog <[EMAIL PROTECTED]>
Changed-By: Raphael Hertzog <[EMAIL PROTECTED]>
Description:
acpi-support - scripts for handling many ACPI events
Closes: 381219 383326 383449 383691
Changes:
acpi-support (0.86-1) unstable; urgency=low
.
* New upstream version (from Ubuntu Edgy).
* 0.86: Remove stop links from rc0 and rc6
* 0.85: Don't unload nsc-ircc on suspend
* Add ${shlibs:Depends} and call to dh_shlibdeps. Closes: #383449
* 855resolution is no more in Debian, replaced by 915resolution.
Closes: #381219
* Improved description, thanks to Clément Stenac. Closes: #383691
* Removed README.toshiba which doesn't apply to Debian (or which doesn't
apply any more, the toshiba_acpi option indicated doesn't exist in
2.6.17.7). Closes: #383326
Files:
2bd5fe6ec15966c050a28cce595b33d0 657 admin optional acpi-support_0.86-1.dsc
cc35bcf88fc772d5636227cf236c749b 26859 admin optional
acpi-support_0.86.orig.tar.gz
ffba467dd70d72ad8b65022ae5f053ab 10302 admin optional
acpi-support_0.86-1.diff.gz
fea04965c19919d85a7e1cdb79118483 31076 admin optional
acpi-support_0.86-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE6C6fvPbGD26BadIRAo2UAJ4g60mXEMAyZF385Xqan2f21/dY4ACdF3G+
xwcrolYYq/gPqiMS6I0GYL4=
=wWvA
-----END PGP SIGNATURE-----
--- End Message ---