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 jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/changelog jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/changelog --- jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/changelog 2012-05-29 20:45:48.000000000 +0200 +++ jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/changelog 2012-09-30 11:04:29.000000000 +0200 @@ -1,3 +1,11 @@ +jack-audio-connection-kit (1:0.121.3+20120418git75e3e20b-2.1) unstable; urgency=low + + * Non-maintainer upload. + * No longer ship /etc/security/limits.d/audio.conf as a conffile + (Closes: #688351) + + -- Sébastien Villemot <sebast...@debian.org> Sun, 30 Sep 2012 11:03:37 +0200 + jack-audio-connection-kit (1:0.121.3+20120418git75e3e20b-2) unstable; urgency=low * Drop CELT support (Closes: #674651) diff -Nru jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/jackd1.install jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/jackd1.install --- jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/jackd1.install 2012-02-22 00:26:11.000000000 +0100 +++ jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/jackd1.install 2012-09-30 11:01:43.000000000 +0200 @@ -6,5 +6,4 @@ debian/tmp/usr/lib/*/jack/jack_net.so debian/tmp/usr/lib/*/jack/jack_oss.so debian/bash_completion.d etc -debian/audio.conf etc/security/limits.d debian/audio.conf usr/share/jackd diff -Nru jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/jackd1.postinst jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/jackd1.postinst --- jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/jackd1.postinst 2012-02-22 00:26:11.000000000 +0100 +++ jack-audio-connection-kit-0.121.3+20120418git75e3e20b/debian/jackd1.postinst 2012-09-30 11:01:00.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
pgpEAm1MYfjmA.pgp
Description: PGP signature
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers