Your message dated Tue, 01 Sep 2015 10:20:23 +0000
with message-id <[email protected]>
and subject line Bug#779741: fixed in acpi-support 0.142-7
has caused the Debian Bug report #779741,
regarding acpi-support: Transition to libsystemd
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.)


-- 
779741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779741
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: acpi-support
Version: 0.142-6
Severity: normal
User: [email protected]
Usertags: libsystemd

Hi!

In systemd v209, released over a year ago, the various libsystemd-* libraries
(libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
code duplication and avoid cyclic dependencies [1].

Your package declares a build-dependency on either libsystemd-daemon-dev,
libsystemd-login-dev or libsystemd-journal-dev.

Please update your package so it can be built against libsystemd.


Updating the configure check / build system
===========================================
If your package use pkg-config and autotools, a typical configure check
looks like:

 PKG_CHECK_MODULES(FOO, libsystemd-login)
All you need to do, is change that to
 PKG_CHECK_MODULES(FOO, libsystemd)


If there are checks for libsystemd-journal, libsystemd-login and
libsystemd-journal, you can merge that into a single check:

 PKG_CHECK_MODULES(FOO, libsystemd-login)
 PKG_CHECK_MODULES(BAR, libsystemd-daemon)
 PKG_CHECK_MODULES(BAZ, libsystemd-journal)
=>
 PKG_CHECK_MODULES(FOO, libsystemd)

BAR_{CFLAGS,LIBS} and BAZ_{CFLAGS,LIBS} need to be updated accordingly.

If you/upstream wants to support building against older versions of systemd,
you can update the configure check as follows:

 PKG_CHECK_MODULES(FOO, libsystemd-login)
=>
 PKG_CHECK_MODULES(FOO, libsystemd,, [PKG_CHECK_MODULES(FOO, libsystemd-login)])

See [2] as an example how to do that.


Updating Build-Depends
======================
Please replace the Build-Depends on libsystemd-*-dev with libsystemd-dev [3].
I would recommend against adding alternative Build-Depends against the old
dev packages. This is not necessary, since libsystemd-dev is already provided
in jessie.


Backports
=========
Debian jessie already ships with libsystemd-dev, so this change is safe
regarding backports.


Upstream
========
Please consider forwarding this upstream. In some cases upstream might already
have a fix for that


Thanks for considering.


Michael,
on behalf of the pkg-systemd team.


[1] 
http://lists.freedesktop.org/archives/systemd-devel/2014-February/017146.html
[2] 
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=8f6317f88a3ca3f42cf72137bb033b4a020b7b82
[3] 
http://anonscm.debian.org/cgit/pkg-utopia/network-manager.git/commit/?id=69b95405b07fc2a5833dfcbe18c9229706c2104e

--- End Message ---
--- Begin Message ---
Source: acpi-support
Source-Version: 0.142-7

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.

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.
Michael Meskes <[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: SHA256

Format: 1.8
Date: Tue, 01 Sep 2015 11:58:52 +0200
Source: acpi-support
Binary: acpi-support acpi-support-base acpi-fakekey
Architecture: source amd64 all
Version: 0.142-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Acpi Team <[email protected]>
Changed-By: Michael Meskes <[email protected]>
Description:
 acpi-fakekey - tool to generate fake key events
 acpi-support - scripts for handling many ACPI events
 acpi-support-base - scripts for handling base ACPI events such as the power 
button
Closes: 769326 770539 774110 774311 779741 791698
Changes:
 acpi-support (0.142-7) unstable; urgency=medium
 .
   * Made package build with the merged libsystemd-dev package.
     Thanks to Michael Biebl <[email protected]> (Closes: #779741)
   * Fixed wording in README.Debian to not point to a file that no longer
     exists. (Closes: #774311)
   * Only try using ck-list-sessions if binary is available. (Closes: #791698)
   * Execute xlock in background because it blocks which prevents suspend.
     (Closes: #770539)
   * Init script now declares DBus system bus as required. (Closes: #769326)
   * Made AC check accept more different names for the AC interface.
     (Closes: #774110)
Checksums-Sha1:
 28d727da8ee2121f40ff08cf48297c7bfdf6cf97 2089 acpi-support_0.142-7.dsc
 d7a316c9b01c7a9835ae5562a4f5d0ca42e58b4a 49885 acpi-support_0.142-7.diff.gz
 0437bd19e497af2a23e1988b540bc59ddb3dccb2 25852 acpi-fakekey_0.142-7_amd64.deb
 f43654e3cfaedc9296e679c3e9135267f3e54b34 23824 
acpi-support-base_0.142-7_all.deb
 a1b31438c86d39dbfd556e796207cb9ae844d065 48170 acpi-support_0.142-7_all.deb
Checksums-Sha256:
 8b909b9918bb5ac6167caee26732f5b334e9d3549b9bb4fe4d9784fed8668883 2089 
acpi-support_0.142-7.dsc
 f5fa76a5e089d17e641fc657ad9c9b856e7d4f556369919a38047e3c10bb33d7 49885 
acpi-support_0.142-7.diff.gz
 203911d0c126338aea760391a7f66142c7a2ad3ef13793c253887fdb72618ae6 25852 
acpi-fakekey_0.142-7_amd64.deb
 628eff66932a761d99e97415642576793d60ae4480d69e40fcc46cc9bde517aa 23824 
acpi-support-base_0.142-7_all.deb
 8e6fc83f2969f15dc6822f6d95f9da255bb97f31f6424c43360b9e5b784193d9 48170 
acpi-support_0.142-7_all.deb
Files:
 f11e277300c5a690ceff3a511eb0268b 2089 admin optional acpi-support_0.142-7.dsc
 c5629b145bb8aeb47e3d1bd56138da4d 49885 admin optional 
acpi-support_0.142-7.diff.gz
 22360fe8b505275e0ea3923467b9e984 25852 admin optional 
acpi-fakekey_0.142-7_amd64.deb
 e6f7c61d83025479417cc60cd1dbe00d 23824 admin optional 
acpi-support-base_0.142-7_all.deb
 562d99b35295a63e33b897e95cb5709b 48170 admin optional 
acpi-support_0.142-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVeV5lTXYV8C7yzslAQjn7RAApkRH9vJZI3G8QjjbilmFLZU370z2gOWv
ym3WlWfY4HWswIPCnQ2vlFynwGxNXqTVVhND0r93a0QwkFeuSE8IuIhNwWMRmVwK
g/z++uF75Uu9uIJLEsWRB4lIYNnGn7E79VbVghrfsp7/ujKGAATiw2O8ssZjgU4j
yKMRfnX+BJsgVULcCk9e/ICfwiT1c5oBOw1kpUzsAV8Z8OceET3iXu9wkLlSACa7
fBrXILGkxQP3hQ+LeQIC065z3EtguI9qfRWxTdbQXR8n3FOjVe8A9UxcZ6jGB1LP
nYFyrBjH1wAoAPFOAqWdbecegDBV91Ir+1wIHEcEAC1uSJfqqDNEmn0/Pdgspt2T
bPOp6E1sOb7kVq12lwabZ6DdRpXbeqDvQOVlbjmlrcP3tNbwYfT3Sains7beKTv3
p13mJxZJNb5nNfsiRYpEfyLJJ0SYvQcNUwJsBbFzX8cp/u40qMzT+rFlQJ3AMcPE
gsEcW8XWIaeb9vLlLsV2tryenpcWl5oySw2tKCYIhALyQxr/fPWZfQtVZ/5EiAHO
UXRMdKH2z2/0PJLuu5a0bdmcq/xT8ygQdXO7kmcRgzqHNMihuPwJuI2svI2SAWbw
LKNa5XcP/E8qV6/N71iHk5nJp9wH13qMnGIpcv2zOgoeqfvecVXEaXVrE6qhlFxj
rYt3vm1sGmo=
=y1jm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to