Control: tags -1 + patch pending Dear Maintainers,
Andreas Beckmann <deb...@abeckmann.de> writes: > debsums reports modification of the following files, > from the attached log (scroll to the bottom...): > > debsums: missing file /etc/security/limits.d/audio.conf (from jackd2 > package) > > > Looking at the maintainer scripts, they already DTRT: initially get the > file from /usr/share and delete it in postrm purge (trying both possible > names). So just stop shipping the conffile, too. I have uploaded to DELAYED/5 an NMU fixing this bug, implementing the suggestion by Andreas. The debdiff is attached. Feel free to tell me if I should delay it longer. Regards,
diff -Nru jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/changelog jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/changelog --- jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/changelog 2012-08-29 21:26:03.000000000 +0200 +++ jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/changelog 2012-09-28 20:26:15.000000000 +0200 @@ -1,3 +1,11 @@ +jackd2 (1.9.8~dfsg.4+20120529git007cdc37-4.1) unstable; urgency=low + + * Non-maintainer upload. + * No longer ship /etc/security/limits.d/audio.conf as a conffile + (Closes: #688204) + + -- Sébastien Villemot <sebast...@debian.org> Fri, 28 Sep 2012 20:25:20 +0200 + jackd2 (1.9.8~dfsg.4+20120529git007cdc37-4) unstable; urgency=low * Only include DBUS files on Linux (Closes: #685776) diff -Nru jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/jackd2.install jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/jackd2.install --- jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/jackd2.install 2012-08-29 21:21:36.000000000 +0200 +++ jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/jackd2.install 2012-09-28 20:24:57.000000000 +0200 @@ -9,5 +9,4 @@ debian/tmp/usr/lib/*/jack/netadapter.so debian/tmp/usr/lib/*/jack/jack_dummy.so debian/bash_completion.d etc -debian/audio.conf etc/security/limits.d debian/audio.conf usr/share/jackd diff -Nru jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/jackd2.postinst jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/jackd2.postinst --- jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/jackd2.postinst 2012-08-11 12:11:56.000000000 +0200 +++ jackd2-1.9.8~dfsg.4+20120529git007cdc37/debian/jackd2.postinst 2012-09-28 20:25:15.000000000 +0200 @@ -5,8 +5,8 @@ CONFIG_FILE=/etc/security/limits.d/audio.conf -# if neither $CONFIG_FILE nor ${CONFIG_FILE}.disabled exists, the file -# somehow got lost. Let's copy it over from /usr/share/ +# if neither $CONFIG_FILE nor ${CONFIG_FILE}.disabled exists, +# let's copy it over from /usr/share/ if [ ! -s ${CONFIG_FILE} -a ! -s ${CONFIG_FILE}.disabled ]; then cp /usr/share/jackd/audio.conf ${CONFIG_FILE}.disabled fi
-- .''`. Sébastien Villemot : :' : Debian Developer `. `' http://www.dynare.org/sebastien `- GPG Key: 4096R/381A7594
pgpML4kLBoudB.pgp
Description: PGP signature