This is an automated email from the git hooks/post-receive script. aurel32 pushed a commit to branch sid in repository tzdata.
commit 16df34829ef80be4348bd9e08735bff813d0e645 Author: Aurelien Jarno <[email protected]> Date: Tue Sep 27 21:27:39 2016 +0200 Convert Asia/Rangoon into Asia/Yangon, as the former is now deprecaed. --- debian/changelog | 7 +++++++ debian/tzdata.config | 3 +++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index c5f4b89..2dca44a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tzdata (2016g-2) UNRELEASED; urgency=medium + + [ Aurelien Jarno ] + * Convert Asia/Rangoon into Asia/Yangon, as the former is now deprecaed. + + -- Aurelien Jarno <[email protected]> Tue, 27 Sep 2016 18:39:54 +0200 + tzdata (2016g-1) unstable; urgency=medium [ Aurelien Jarno ] diff --git a/debian/tzdata.config b/debian/tzdata.config index 67bcb0b..e6a1f76 100644 --- a/debian/tzdata.config +++ b/debian/tzdata.config @@ -53,6 +53,9 @@ convert_timezone() "Asia/Macao") echo "Asia/Macau" ;; + ("Asia/Rangoon") + echo "Asia/Yangon" + ;; ("Asia/Saigon") echo "Asia/Ho_Chi_Minh" ;; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/tzdata.git

