Your message dated Tue, 28 Apr 2015 18:23:43 +0000
with message-id <[email protected]>
and subject line Bug#779761: fixed in mutter 3.14.4-2
has caused the Debian Bug report #779761,
regarding mutter: 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.)
--
779761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779761
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mutter
Version: 3.14.2-1
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: mutter
Source-Version: 3.14.4-2
We believe that the bug you reported is fixed in the latest version of
mutter, 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 Biebl <[email protected]> (supplier of updated mutter 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, 28 Apr 2015 20:10:38 +0200
Source: mutter
Binary: mutter mutter-dbg libmutter0e mutter-common libmutter-dev
gir1.2-mutter-3.0
Architecture: source all amd64
Version: 3.14.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description:
gir1.2-mutter-3.0 - GObject introspection data for Mutter
libmutter-dev - Development files for the Mutter window manager
libmutter0e - window manager library from the Mutter window manager
mutter - lightweight GTK+ window manager
mutter-common - shared files for the Mutter window manager
mutter-dbg - Debugging symbols for the Mutter window manager
Closes: 779761
Changes:
mutter (3.14.4-2) unstable; urgency=medium
.
* Switch Build-Depends from the transitional libsystemd-login-dev to
libsystemd-dev. (Closes: #779761)
Checksums-Sha1:
af17f7e3d4382744a2843efacd5ccb1af04b0b1e 3242 mutter_3.14.4-2.dsc
b1745b44376563a268d02eb46bb987d9a6f8fdc3 17652 mutter_3.14.4-2.debian.tar.xz
0100d176ab858ec6b25064df5e9a5695d743826b 582448 mutter-common_3.14.4-2_all.deb
2046b86ccfbd7e9639c41655e89224c42c4b9ee0 90690 mutter_3.14.4-2_amd64.deb
cf3c06e512ad8b5e1cac0f17814a2810c283cab8 1533370 mutter-dbg_3.14.4-2_amd64.deb
2ea83e40bc50c10b6ea1cfd7322df065a62d5f5f 432836 libmutter0e_3.14.4-2_amd64.deb
3ca012c3ed02a4a77333da43620455009dd28fe1 194684
libmutter-dev_3.14.4-2_amd64.deb
84846617a12f2e4c5c82500af845115fdbb7d1d2 91896
gir1.2-mutter-3.0_3.14.4-2_amd64.deb
Checksums-Sha256:
6dacb6d33814882078448b46e3d7c25c2a857a7e7c5977ed42fd68c745bc510a 3242
mutter_3.14.4-2.dsc
d23f5cb45040b5b1f8bb15a7be025acd0c088c34c59966b200d041af439abec8 17652
mutter_3.14.4-2.debian.tar.xz
5c0e74f0f8de796a155c7fb66d5d930d4c5ccedf58b8f3460bbf357a23b2294a 582448
mutter-common_3.14.4-2_all.deb
15d820fe1a4e990218d41885910ccaf4d1c72297fe309fa1f240f0b6db70cbb6 90690
mutter_3.14.4-2_amd64.deb
ca191911d22c4fe6aad1f3478c847bb91e2e188a6936067b392f3b9638d1574f 1533370
mutter-dbg_3.14.4-2_amd64.deb
aff8610c069c9152283cbfa108f10688377b038bbc630847ce654c383707d203 432836
libmutter0e_3.14.4-2_amd64.deb
f13dc345e62a7bcc8151b4d7d6f81f96b606db1778ee1ca0e03df9f443b92085 194684
libmutter-dev_3.14.4-2_amd64.deb
37102c55ab6729a829c9a1dffdc4822b78c1869661f088a7253bf4e7503be066 91896
gir1.2-mutter-3.0_3.14.4-2_amd64.deb
Files:
9e307973bff27f3c67539fa3d6c60304 3242 x11 optional mutter_3.14.4-2.dsc
ec2672b2f6064c4fc8940db8279ca730 17652 x11 optional
mutter_3.14.4-2.debian.tar.xz
574767663126a49d46b4b3f77af7b10d 582448 misc optional
mutter-common_3.14.4-2_all.deb
d451598146efe956a84a1d6b24a12349 90690 x11 optional mutter_3.14.4-2_amd64.deb
f5b8293be0e4e71a0d0a0e4ec256b220 1533370 debug extra
mutter-dbg_3.14.4-2_amd64.deb
952eb9927fcd3baa8cb55928d872f8bf 432836 libs optional
libmutter0e_3.14.4-2_amd64.deb
469fdccc5f0825698cda2c4cfe78bcf5 194684 libdevel optional
libmutter-dev_3.14.4-2_amd64.deb
ad54f784260c891b8fa72ae8bdf7b8ef 91896 introspection optional
gir1.2-mutter-3.0_3.14.4-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVP83lAAoJEGrh3w1gjyLcwAQP/1vyfh/7UCFvDG5TRISLDHje
iICo/Zb9j/tmI2j5QVieIdUt+WUnyvMZki3uGaLzrlfcNV7OmuuC9gsvz6ZAI9Pv
A9EZreFS8bc0KpQdb61x3oL1PcArGah8Ho7D2tpojmJDC1npf8rst1Ngr8fFmFR/
6hUdXRc4fp9JijSGDIsGmKrBXCy9mutDgIw7a7qlrFgSvNEw2eCXHKaAJQ+oXqET
Q8fy84P+zZdB32oD+N2gRvciS7S/QSy6P0sD6m+1Wdn+f+i0s7By49bu4kF5AtvX
j/PcgBWYQMM7yADk+ms4ZdUcCA54NYGYswcT7Iq9j4PIGuIboFKuYl6FWc4909aQ
3JUigx4sI8dFpNwFa9DJTnYByt/zwbMKlWa2BFy/rSmEkSH+u1WgV71/rEH182dL
6Afh33UM5807ASd5gcuCPleh4tWrR3nAphpZjAsneLbVps2Mrz2E08ZLtgzHTGnE
veQ/rpWPeCiJP7gvhaf0phCHlheG7urzSYR43IkluOUAOe+Ns2OScrnyl/CJXTKg
Nu3I/3EpO1e7/axbhb+4gCXgP00sBa4+vLXOJtSTgC0eJm/kGMlUsiJQezpuU71R
yVOwQ0C0K4qkWipMaNoKh3bqZ+aavUJozCO9FhGNXuqv7E+0Ym0qBI5LPFtw9Hug
8dPXVzsho4jPNzwlkT1O
=/xAr
-----END PGP SIGNATURE-----
--- End Message ---