Your message dated Thu, 29 Dec 2016 05:03:29 +0000
with message-id <e1cmssd-000e9e...@fasolo.debian.org>
and subject line Bug#779745: fixed in inn 1:1.7.2q-45
has caused the Debian Bug report #779745,
regarding inn: 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 ow...@bugs.debian.org
immediately.)
--
779745: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779745
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: inn
Version: 1:1.7.2q-44
Severity: normal
User: pkg-systemd-maintain...@lists.alioth.debian.org
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: inn
Source-Version: 1:1.7.2q-45
We believe that the bug you reported is fixed in the latest version of
inn, 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 779...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Marco d'Itri <m...@linux.it> (supplier of updated inn 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 29 Dec 2016 04:24:28 +0100
Source: inn
Binary: inn
Architecture: source i386
Version: 1:1.7.2q-45
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri <m...@linux.it>
Changed-By: Marco d'Itri <m...@linux.it>
Description:
inn - News transport system `InterNetNews' by the ISC and Rich Salz
Closes: 779745 784115 836788
Changes:
inn (1:1.7.2q-45) unstable; urgency=medium
.
* Fixed a lot of compiler warnings, which should solve the NNTP
streaming feed corruption experienced on 64 bit platforms since
1.7.2q-41+b1. (Closes: #784115)
* Switched to libsystemd-dev. (Closes: #779745)
* Rebuilt with current Perl. (Closes: #836788)
* Enabled --diff-ignore for recent versions of dpkg-source.
Checksums-Sha1:
2761b656664584a363a96dd95a6818c2c36dc088 1627 inn_1.7.2q-45.dsc
378ce08caef9eaaa3d1dd2564d1684d820819a10 191697 inn_1.7.2q-45.diff.gz
4d0efcfa07e5db0cadafe23f2468413bc787aa89 979140 inn-dbgsym_1.7.2q-45_i386.deb
055890f932346f57bf5612391be0a20c8d79f872 5195 inn_1.7.2q-45_i386.buildinfo
1647265a0ed6beceb833edd7ea8128d132c7314e 710480 inn_1.7.2q-45_i386.deb
Checksums-Sha256:
86bfc84494eeb6eec3e10e702fa3db0348abd86a900f2060da6f02a886706e2c 1627
inn_1.7.2q-45.dsc
3bcbf11ba8b19e37dfa403fc9ae8e857f07851f2bec69c9f84028498b6398b98 191697
inn_1.7.2q-45.diff.gz
e0ed241f57b123ce850c85cffb07048194fc5fcb7c0a20876647d3c823a86eae 979140
inn-dbgsym_1.7.2q-45_i386.deb
0deb662baf95fff446833a55c7d321bfb65e2188eac4974fa2f1b3a31faa0221 5195
inn_1.7.2q-45_i386.buildinfo
d22fe050dafcf9558cabd4f557346ab1153208b167d7f3aed7a72ac91ea76a3d 710480
inn_1.7.2q-45_i386.deb
Files:
c637a370ca44482bccc46a59da3b7135 1627 news extra inn_1.7.2q-45.dsc
c9017777dfa4e5eb796189bb162fd710 191697 news extra inn_1.7.2q-45.diff.gz
c2fb7433b233f5d9b50639cee6e37f55 979140 debug extra
inn-dbgsym_1.7.2q-45_i386.deb
8ca8388e8f37afd1e12014d016ef96b7 5195 news extra inn_1.7.2q-45_i386.buildinfo
7b5803b4dce20300646ec669997419cc 710480 news extra inn_1.7.2q-45_i386.deb
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCAAdFiEEGBsIcS5ipP0URKfyK/WlwSLE96QFAlhklHMACgkQK/WlwSLE
96QGIgv9HX3HfL9YUvSRhzjv7e+Ihv+OWdISyDT33i29RVo4kmh0VY3WDPCIoFO4
xlQAooLdhQof6+yjdJPBkWTRbvorFs3BSKzBfW69nIX+a/KKINYRjC8wvKP04Z8P
cRzZdZ7mGFMfxKBhij79spVy+ZGMTBJixSJhfzC/W0AH24Ae5UkiC1LeD15mKDu3
AP+onOtsan8CJ8Oh6t9VXQXG7nA5P/P2kkjJggnKI+mXJyONjKQn8wIf5YUqAqpk
Y+KNEYvTgBHnCL/fEUSkFmhXpvyKjydxIgZZ6yQGPEWUL+Id8Q55DHHBs5MjyANM
7fIZCcxfIsGhTFfLa8Lw+bKmnis9ulCL5x9T/IXUnczp5DgY6FK8bp5dVaAWW//N
hFSds9pmRYrpdxUhS9o+PUAuNDk1AyHoBgsexeo90LsPr7IJZr/XUsCr0NQDukKb
+2hI9Pgu9XCjKIVwcoZjqQT/nwDAoenCn53SdDyWjcBEsU/KSXbXh6L+vvBi/ZIq
bKpofktL
=mu4n
-----END PGP SIGNATURE-----
--- End Message ---