Your message dated Mon, 18 May 2015 22:19:13 +0000
with message-id <[email protected]>
and subject line Bug#779753: fixed in gnome-system-monitor 3.16.0-1
has caused the Debian Bug report #779753,
regarding gnome-system-monitor: 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.)


-- 
779753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779753
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnome-system-monitor
Version: 3.14.1-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: gnome-system-monitor
Source-Version: 3.16.0-1

We believe that the bug you reported is fixed in the latest version of
gnome-system-monitor, 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 gnome-system-monitor 
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, 19 May 2015 00:06:46 +0200
Source: gnome-system-monitor
Binary: gnome-system-monitor
Architecture: source amd64
Version: 3.16.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description:
 gnome-system-monitor - Process viewer and system resource monitor for GNOME
Closes: 779753
Changes:
 gnome-system-monitor (3.16.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop obsolete --disable-scrollkeeper configure switch.
   * Build against libsystemd. (Closes: #779753)
Checksums-Sha1:
 fd94c4b4eb03c7bd1e2e153d43bfd2c0b73a4d1d 2538 gnome-system-monitor_3.16.0-1.dsc
 ca3ac5acffc7ed8a3d6669f09eb3d7ab9a23029f 856044 
gnome-system-monitor_3.16.0.orig.tar.xz
 caa02f4ba0696c8226f36e7cb009e53800d73321 10280 
gnome-system-monitor_3.16.0-1.debian.tar.xz
 fb97232f9d6c50617a996e6416ad226c26ea268d 551520 
gnome-system-monitor_3.16.0-1_amd64.deb
Checksums-Sha256:
 c1196d58858259aef2f8a746daf1cd5d2913065fb4deed892b5cd8517195be2b 2538 
gnome-system-monitor_3.16.0-1.dsc
 00936e8b5d29fc01cd6daf6c119242877d81b2dcca33fb0ee9ce4adec8675391 856044 
gnome-system-monitor_3.16.0.orig.tar.xz
 9475d9eb69aab644d58d968b8759fca8e38cbf6a0431a257ccc08fda312f96b4 10280 
gnome-system-monitor_3.16.0-1.debian.tar.xz
 945736365e81a54511ad7c230673d06225802c32c50b61c83ec2b769f75f0cdd 551520 
gnome-system-monitor_3.16.0-1_amd64.deb
Files:
 a1ad49dc2b5f26bec18cca97a8ca8d89 2538 gnome optional 
gnome-system-monitor_3.16.0-1.dsc
 8c9dcf6bf26d7c8d531e646f0b714bdc 856044 gnome optional 
gnome-system-monitor_3.16.0.orig.tar.xz
 3eb13bc3009eeda1980b9e3e617c9c7c 10280 gnome optional 
gnome-system-monitor_3.16.0-1.debian.tar.xz
 3f0edb85d9e4cde19201f615a493f989 551520 gnome optional 
gnome-system-monitor_3.16.0-1_amd64.deb

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

iQIcBAEBCAAGBQJVWmMBAAoJEGrh3w1gjyLcUfoP/2maj0GNnjLSATuwY9RdU774
oUrdbXt9fiJYy2GyourtnmJ7TUKWy/fxjBXkLOM2+GZ8EvgyCAPl4CrPZacWs2Q0
MvS3WkLSi6VmpYZEqIi7tX6pODEx4mF/6hsWZLVg+4jnWD+87CHnsD9SoPsFOpSm
vbQKfYX2se3pAGfO/6WMoIO9rPt4GxiwaoWoD/k0fSnbj1q2tqLJrELXWMHaBROG
En6oLC4HPQy2Waw/dP0mqMU5o8k8z8W4M4aIeAP3WSKVuvu6BDlYVqEQD8rfRdng
KFIVvCIK1+mqjx6u+7lszIbT3yq+N/16A+9FIvWR+7iWcPu92WzWLq+qJ+E1bZys
eowtDvd0FYsmVLHbkPYw+REskn5Vw4W3iSBjDTci5H80xSbYG//dkOfSv9etlENO
ZRi05zDDt/lllBG46DwShl8+87dteyiLoSPXD+JCjRnSHvR+ZbqeoiZFk/E9UlRZ
d7p9G6kaOkaHAzlIk3wwRO4Ncgr2GudFX20n8AI7PuZBUDJ+whJpK7FWtrycY+zx
g0TcwXsxDtTG/ck8gnOZf+2PGFT8TT9Zx/lGD7KX2rFd60f65DHmPfp0kz3EKLTc
yDwsx5cebFb8NXuVYiQjIUyww3U9K7DBKnp38sBRtcmYSPN5I8iOsn5JdZ+9igVZ
qfZ/qMrsBFJdpCQCh8m1
=oblU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to