[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#673600: RFS: nyancat/1.0+git20120519.5fe3de9-1



On 02/06/12 12:29, Serafeim Zanikolas wrote:
> In any case, the solution is simple: invoke reconf-inetd right after
> update-inetd in postinst.

That is a simple solution, thanks.

> On a different topic, nyancat/1.0+git20120519.5fe3de9-1 checks for only a
> specific release:
> 
>     if [ "$2" = "0.1+git20120401.5a88b86-1" ]; then
> 
> whereas ideally it'd take action on any release less than or equal to that.
> (perhaps that's not relevant to nyancat, but it'd be nice to get it right,
> because I suspect that other maintainers will copy from it)

I think you might have checked an older version; The latest version
contains the following check:
if dpkg --compare-versions "$2" lt "1.0+git20120523.99dc310-1"; then

Thanks for the comments; I'll upload a new version which forces a
reconf-inetd update in a few minutes.

Thanks,
Jon



Reply to: