On Sun, 2008-09-21 at 03:26 +0200, Michael Biebl wrote:
> I hope you are aware, that the patch itself was incomplete.
> 
> You have to take care that this dangling config file is deleted again on
> upgrades and for users that have already upgraded to 2.10.36, you have
> to ensure that this new config option is added to their devscripts.conf
> file, too.

A fix removing the dangling file and adding the comments to the right
file is in SVN.

[ fwiw:

      if dpkg --compare-versions "$2" lt 2.10.38
        then
            if [ -f "/etc/devscripts.con" ] &&
              [ "10cabcba2772fc97064bf2f51b39bf25" = \
              "$(md5sum /etc/devscripts.con | cut -d" " -f1)" ]
            then
                rm /etc/devscripts.con

                # Added in devscripts 2.10.36 but to the wrong file
                cat >> /etc/devscripts.conf <<EOF

]

Regards,

Adam



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to