Bug#597940: wrong debconf usage, not respecting users choice

2010-09-25 Thread Patrick Matthäi
Am 24.09.2010 13:38, schrieb Daniel Baumann: Package: apt-dater-host Severity: serious apt-dater-host uses debconf wrongly, you should use Choices-C instead of 'translating' booleans into 0 and 1. currently, it's not remembering the users choice and *always* enabling automated updates

Bug#597940: wrong debconf usage, not respecting users choice

2010-09-25 Thread Daniel Baumann
tag 597940 patch thanks On 09/25/2010 09:52 AM, Patrick Matthäi wrote: I just wanted to remove this question again and I think this may be a good time to do it. :) no; just fix your broken postinst. trivial patch attached. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562

Bug#597940: wrong debconf usage, not respecting users choice

2010-09-25 Thread Patrick Matthäi
Am 25.09.2010 10:02, schrieb Daniel Baumann: sed s/^\$ASSUME_YES=.*/\$ASSUME_YES=${ASSUME_YES}/ -i /etc/apt-dater-host.conf and this has to become: sed s/^\$ASSUMEYES=.*/\$ASSUMEYES=${ASSUME_YES}/ -i /etc/apt-dater-host.conf then it works -- /* Mit freundlichem Gruß / With kind regards,

Bug#597940: wrong debconf usage, not respecting users choice

2010-09-24 Thread Daniel Baumann
Package: apt-dater-host Severity: serious apt-dater-host uses debconf wrongly, you should use Choices-C instead of 'translating' booleans into 0 and 1. currently, it's not remembering the users choice and *always* enabling automated updates after a reconfigure or update, which is a serious bug.