[Python-modules-team] Bug#825727: python-babel: FTBFS: assert 'GMT+00:00' == 'GMT-01:59'
Chris Lamb
lamby at debian.org
Wed Aug 17 19:57:23 UTC 2016
Santiago Vila wrote:
> > http://sources.debian.net/src/tzdata/2016f-1/debian/tzdata.postinst/#L30-L31
>
> Ah, I checked in my laptop (jessie) and just assumed that it would be
> the same in stretch.
Ah, it indeed changed!
│ │ ├── debian/tzdata.postinst
│ │ │ @@ -23,15 +23,15 @@
│ │ │ ZONE=UTC
│ │ │ db_get tzdata/Areas && AREA="$RET"
│ │ │ db_get tzdata/Zones/$AREA && ZONE="$RET"
│ │ │ db_stop
│ │ │
│ │ │ # Update the time zone
│ │ │ echo $AREA/$ZONE > /etc/timezone
│ │ │ - cp -f /usr/share/zoneinfo/$AREA/$ZONE /etc/localtime.dpkg-new && \
│ │ │ + ln -nsf /usr/share/zoneinfo/$AREA/$ZONE /etc/localtime.dpkg-new && \
│ │ │ mv -f /etc/localtime.dpkg-new /etc/localtime
│ │ │ which restorecon >/dev/null 2>&1 && restorecon /etc/localtime
│ │ │
│ │ │ echo
│ │ │ echo "Current default time zone: '$AREA/$ZONE'"
│ │ │ fi
│ │ │
(This is unrelated to this bug I guess.)
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
More information about the Python-modules-team
mailing list