Your message dated Mon, 13 Jul 2015 21:50:18 +0000
with message-id <[email protected]>
and subject line Bug#779771: fixed in cinnamon-settings-daemon 2.6.3-2
has caused the Debian Bug report #779771,
regarding cinnamon-settings-daemon: 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.)


-- 
779771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779771
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cinnamon-settings-daemon
Version: 2.2.4.repack-7
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: cinnamon-settings-daemon
Source-Version: 2.6.3-2

We believe that the bug you reported is fixed in the latest version of
cinnamon-settings-daemon, 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.
Maximiliano Curia <[email protected]> (supplier of updated 
cinnamon-settings-daemon 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: Mon, 13 Jul 2015 21:38:47 +0200
Source: cinnamon-settings-daemon
Binary: cinnamon-settings-daemon cinnamon-settings-daemon-dev
Architecture: source amd64
Version: 2.6.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Cinnamon Team <[email protected]>
Changed-By: Maximiliano Curia <[email protected]>
Description:
 cinnamon-settings-daemon - daemon handling the Cinnamon session settings
 cinnamon-settings-daemon-dev - Headers for building applications communicating 
with cinnamon-set
Closes: 779771
Changes:
 cinnamon-settings-daemon (2.6.3-2) unstable; urgency=medium
 .
   [ Fabio Fantoni ]
   * Transition to libsystemd, thanks to Michael Biebl. (Closes: #779771)
 .
   [ Maximiliano Curia ]
Checksums-Sha1:
 7ff30cfbf638e02792cae3d8c40341f00fac1d47 2906 
cinnamon-settings-daemon_2.6.3-2.dsc
 bd1a6f80af4b9cd51894ebd75c6cad7531dd3495 7608 
cinnamon-settings-daemon_2.6.3-2.debian.tar.xz
 1f24da6352553dd728956d2284c7a961e64940b4 39506 
cinnamon-settings-daemon-dev_2.6.3-2_amd64.deb
 a25f4d9f60c75c07ce0d6ff08bccbfe550f05ab1 1042540 
cinnamon-settings-daemon_2.6.3-2_amd64.deb
Checksums-Sha256:
 2213c32602302a29c18e29b5bd2ad806ff09c539e35ee72d490c7caa1adbe397 2906 
cinnamon-settings-daemon_2.6.3-2.dsc
 96acc9382f7ed41918d81c7672c1554f737266cf89bc31e9c47f8e541cebcbb4 7608 
cinnamon-settings-daemon_2.6.3-2.debian.tar.xz
 718491a9091631e98661b412c5d6118a59cef277f31651a6e20f0e9e1008c123 39506 
cinnamon-settings-daemon-dev_2.6.3-2_amd64.deb
 452a1b2db028571df9973c17eff8a77eb12220f2e8eb89157ddb0c8520cedc5e 1042540 
cinnamon-settings-daemon_2.6.3-2_amd64.deb
Files:
 9ba6291851a46c2551b071fb1fa474e6 2906 x11 optional 
cinnamon-settings-daemon_2.6.3-2.dsc
 cdc69ddd9c7f32e197733ebb3a40e7d2 7608 x11 optional 
cinnamon-settings-daemon_2.6.3-2.debian.tar.xz
 d78a594c4a8565661025666ab6675dd7 39506 x11 optional 
cinnamon-settings-daemon-dev_2.6.3-2_amd64.deb
 526fe78f92332654e91d7254e00c704e 1042540 x11 optional 
cinnamon-settings-daemon_2.6.3-2_amd64.deb

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

iQIcBAEBCAAGBQJVpBe7AAoJEMcZdpmymyMqYi0QAJmc1CZi9lk6SxqcKSP2jKX1
AlW0TCoPv/57/dmd6dgiwPbmIWmVuRL5nEuFph9HYNguW0aDGjertJZokGzI//xn
MF1vVCfDPr+2fmbVDUnEVa6FehHvnbgY33RBDzRL0JKD3QXEh3wpzwarW3ZNYIIz
uALH8GYerADX03EdOByt90lRZqWxxnHqpKDYRuztTmtB/vkFipvowLkh7I5FOpol
JlXchN1kZKBYOzpZkjjznZLiEp7FDHILFx9hhdkZqlgJjoFD5QMpeuUFkFlfWFMR
ZlFnAunXfdbhnf4eirG/wdFeithRgijKPO9I8dN/G0W/bliukuQxRlt9Y6Dtm6z/
i4za1n2IA7Ajzxeoje2nMqlW4dMKAnhq0Vr+1p9BLl8nLXXnpwxAvQRwl6RtlG4n
PH8uOxLzYQNczjw0jcvoMRPvajK0By405HvCjvRZC1Ua88Rsk6ocXlyzFSTmWcja
wTTYg2oScF3Q4QJiW6IVAwxemqknk9IrzEYTzRFN4R0JwlyFmsko6O0g7YzgNiVY
0fwNjsZVcMTEyAvEzOn3zScnmGRLjyfTHmk+OdEtAbfaIgmUuKKbT+K5eqTDqLSb
IxHuISh1Vyd+oSTiQRIf11p3BCWlabr50q30P493BVsoD/Ji33AhwV3KSUJg179P
G2awlMBlfe1G0fqSQtHA
=rpR7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to