Your message dated Tue, 28 Apr 2015 22:55:31 +0000
with message-id <[email protected]>
and subject line Bug#779742: fixed in gnome-disk-utility 3.16.0-1
has caused the Debian Bug report #779742,
regarding gnome-disk-utility: 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.)
--
779742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779742
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnome-disk-utility
Version: 3.12.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-disk-utility
Source-Version: 3.16.0-1
We believe that the bug you reported is fixed in the latest version of
gnome-disk-utility, 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-disk-utility
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: Wed, 29 Apr 2015 00:13:16 +0200
Source: gnome-disk-utility
Binary: gnome-disk-utility
Architecture: source amd64
Version: 3.16.0-1
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description:
gnome-disk-utility - manage and configure disk drives and media
Closes: 779742
Changes:
gnome-disk-utility (3.16.0-1) unstable; urgency=medium
.
* New upstream release.
* Bump Build-Depends on libgtk-3-dev to (>= 3.12.0) as per configure.ac.
* Add support for building against the merged libsystemd-dev. Update
Build-Depends accordingly. (Closes: #779742)
* Bump Standards-Version to 3.9.6. No further changes.
* Update Vcs-Browser to use cgit and https and use the canonical Vcs-* URLs.
Checksums-Sha1:
75184edf038bb5dbeb3016b74fd8558d56cfffc5 2478 gnome-disk-utility_3.16.0-1.dsc
6bde43c275944e2657552466d9bb646169486985 1458052
gnome-disk-utility_3.16.0.orig.tar.xz
5e616a78fb16751ef685ab73cba94b85beb8c2af 6800
gnome-disk-utility_3.16.0-1.debian.tar.xz
fd5d4ec5017187fae5ec8975f82417456b438ba2 844754
gnome-disk-utility_3.16.0-1_amd64.deb
Checksums-Sha256:
f7959647b55523746509d5318a389b9b4b5a6322fe079721a60e4f514db50ad3 2478
gnome-disk-utility_3.16.0-1.dsc
b4deed12483dc54627727355cbace05e3a08bb0ac4c2f3319900ff68ff120992 1458052
gnome-disk-utility_3.16.0.orig.tar.xz
e2cd6e92bd999f8f9f30bdac2c2feb9ef44061b871d4113e0d0357ce195a4d0d 6800
gnome-disk-utility_3.16.0-1.debian.tar.xz
abf3293c49eea9acbc56eb77c29cdbbf212704a81129ed9682403fc718bf4eee 844754
gnome-disk-utility_3.16.0-1_amd64.deb
Files:
b88f3d01f8a3117ca5b4fcbef074c5f9 2478 admin optional
gnome-disk-utility_3.16.0-1.dsc
1ba1bec89f2eab29339177c701562ce2 1458052 admin optional
gnome-disk-utility_3.16.0.orig.tar.xz
20dc4d4416fb16b149c07e98aa5aa056 6800 admin optional
gnome-disk-utility_3.16.0-1.debian.tar.xz
7ae307483e955d8bf674df2e0a7c1e34 844754 admin optional
gnome-disk-utility_3.16.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVQAcEAAoJEGrh3w1gjyLcPnEP/31HDWO2QBz8b7Ty/dtPxQAB
2vKE1U4/t83BZlp6r3lGsHV5uhvy3Xcvt7aIN30cijQUBzUo7RzLNCefv1aJ2UcO
krvdGc2+GUff05d81r1JPckyqWJ2YJSjsIjy8PzM5zP+ffQvP+S7ZQp5K0w6i3iQ
wzU1k8vrV6SsJ3ykAc9GpDxJYNSSbBK/b7vvZuTi1hL8vIC+PLeXB5bFen9Z9MSF
FdenpOTWKU9ou+DhN6AGO5XrjZL3aAOHyHezPRp/hx15lGnvoGz0q54Edr/9lZnL
SCGzqBsBkEy7X5zm9+YaOXQJ+2zAZiJN0wM6wZgsRVFdDxS2W2GWk4EQzJ9DDVhc
LhIKSbmMuup4rSZE5LfL1z5imU9lo18vU9v5ISOwdQkYIMkT5xWs+V2aX3qnuWf/
pCkxAr9qAnjjcw+MurrNXkNOY+VgULQE+DVAp6t4EU2Sbpag+Df4aRaI9wfMuRzg
rOTZhdvKIC6fpcK6K8Q8xdjosEk/+s/3ISYmuSa+MUPGjGuINVnZFD7M/1N+5VH8
psy1qUfUZBXvbMBVmcAEs+yDjfBa8IJO2mNzt8gK5ZL+9OOi04SWbEO3U51XWZo8
SbT71gucKTvhe+GrjEKj+uXEeac31mlX7lwR6GcEpAJYmtK9rrqebvjdWWHAfsTA
ObPW6mmRs2pOTVT41Y7u
=rSqk
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-utopia-maintainers