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

Re: Pushing 9.0.0 to unstable



Le 19/12/2016 à 13:31, Aurélien COUDERC a écrit :
> Le 19/12/2016 à 13:18, Yves-Alexis Perez a écrit :
>> On Mon, 2016-12-19 at 13:00 +0100, Aurélien COUDERC wrote:
>>>   7 if [ "${1}" = "upgrade" ]; then
>>>   8     if dpkg --compare-versions ${2} lt "9.0.0"; then
>>>
>>> and postinst :
>>>   7 if [ "${1}" = "configure" ]; then
>>>   8     if dpkg --compare-versions ${2} lt "9.0.0"; then
>>>
>>> Feel free to tweak it if you upload as 9.0.0~exp2 instead.
>> Can't you fix it so it applies to anything after 9.0.0~exp1?
> Don’t know how to do that cleanly, as the maint scripts receive the
> former version being upgraded in argument.
Never mind my rambling, I committed with :
    le "9.0.0~exp1"
which should do the job.


Cheers,
--Aurélien


Reply to: