On Friday, April 24, 2015 06:38:50 PM Andreas Cadhalpun wrote: > Hi Scott, > > On 24.04.2015 15:06, Scott Kitterman wrote: > > Ubuntu had a new release yesterday and more than a few people are getting > > > > burned by a bug we have a pending fix for: > > * Rename DEBCONFILE to DEBCONFFILE in clamav-freshclam.postinst making > > it > > > > consistent with the other postinst scripts. > > I'm sorry about that... > However I wonder why all of them have changed their PIDFILE location. > I thought that would be a rare thing and thus this bug not that important. > > > I expect that it'll be the same for us, so I'm thinking it would be good > > to > > get that fixed in unstable (and next week's testing) so we can do a stable > > update to fix it. > > > > Is what's currently queued in git all ready for a first post-jessie upload > > to unstable? > > That should be all OK. > > > [ Andreas Cadhalpun ] > > * Fix variable name mismatch in clamav-milter.postinst in order to > > > > make preseeding work correctly. (Closes: #778445) > > > > * Fix clamav-daemon installability with custom PidFile. > > > > Thanks to Andy Dorman for the bug report and patch. (Closes: #778507) > > > > * Rename DEBCONFILE to DEBCONFFILE in clamav-freshclam.postinst making > > it > > > > consistent with the other postinst scripts. > > > > * Build against libsystemd-dev. (Closes: #779758) > > > > [ Sebastian Andrzej Siewior ] > > * Replace ” with " in debian/common_functions (Closes: #781088) > > * drop __DATE__ from tfm to make the reproducible with -Wdate-time. We > > this > > > > change faketime is no longer required. > > > > Anything else to add before an upload? > > I fixed some lintian warnings. It should be good for an upload now.
Thanks. As you no doubt saw, upload is done. I've also prepared a jessie-p-u upload and submitted a request to the release team. I don't have the bug number yet. It would be nice if someone who's git fu is better than mine made us a jessie branch and included this change (debdiff attached). Scott K
diff -Nru clamav-0.98.6+dfsg/debian/changelog clamav-0.98.6+dfsg/debian/changelog --- clamav-0.98.6+dfsg/debian/changelog 2015-01-28 13:20:20.000000000 -0500 +++ clamav-0.98.6+dfsg/debian/changelog 2015-04-24 14:57:15.000000000 -0400 @@ -1,3 +1,11 @@ +clamav (0.98.6+dfsg-1+deb8u1) jessie; urgency=medium + + [ Andreas Cadhalpun ] + * Fix clamav-daemon installability with custom PidFile. + Thanks to Andy Dorman for the bug report and patch. (Closes: #778507) + + -- Scott Kitterman <[email protected]> Fri, 24 Apr 2015 14:55:42 -0400 + clamav (0.98.6+dfsg-1) unstable; urgency=high [ Sebastian Andrzej Siewior ] diff -Nru clamav-0.98.6+dfsg/debian/clamav-daemon.postinst.in clamav-0.98.6+dfsg/debian/clamav-daemon.postinst.in --- clamav-0.98.6+dfsg/debian/clamav-daemon.postinst.in 2015-01-28 13:20:20.000000000 -0500 +++ clamav-0.98.6+dfsg/debian/clamav-daemon.postinst.in 2015-04-24 14:57:25.000000000 -0400 @@ -392,7 +392,7 @@ fi fi # Preserve manually created, usually not needed options. - [ -n "$PidFile" ] && echo "PidFile $PidFile" >> $DEBCONFILE + [ -n "$PidFile" ] && echo "PidFile $PidFile" >> $DEBCONFFILE [ -n "$ExcludePath" ] && echo "ExcludePath $ExcludePath" >> $DEBCONFFILE [ -n "$VirusEvent" ] && echo "VirusEvent $VirusEvent" >> $DEBCONFFILE [ -n "$StreamMinPort" ] && echo "StreamMinPort $StreamMinPort" >> $DEBCONFFILE
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel
