[libmateweather] 08/10: debian/patches: Add 1001_adapt-to-timezone-namechange-for-Asia-Yangon.patch. In tzdata 2016g-1, the Asia/Rangoon timezone has been renamed to Asia/Yangon.
Mike Gabriel
sunweaver at debian.org
Sat Oct 1 08:23:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository libmateweather.
commit f30c0e49d8ecbe04469506e0bbe99e7f344f7fa1
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Sep 30 12:41:08 2016 +0200
debian/patches: Add 1001_adapt-to-timezone-namechange-for-Asia-Yangon.patch. In tzdata 2016g-1, the Asia/Rangoon timezone has been renamed to Asia/Yangon.
---
...pt-to-timezone-namechange-for-Asia-Yangon.patch | 28 ++++++++++++++++++++++
debian/patches/README | 3 +++
debian/patches/series | 1 +
3 files changed, 32 insertions(+)
diff --git a/debian/patches/1001_adapt-to-timezone-namechange-for-Asia-Yangon.patch b/debian/patches/1001_adapt-to-timezone-namechange-for-Asia-Yangon.patch
new file mode 100644
index 0000000..5bda8a5
--- /dev/null
+++ b/debian/patches/1001_adapt-to-timezone-namechange-for-Asia-Yangon.patch
@@ -0,0 +1,28 @@
+Description: In Debian unstable (tzdata), Asia Rangoon timezone has been renamed Asia/Yangon
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/data/Locations.xml.in
++++ b/data/Locations.xml.in
+@@ -5370,18 +5370,18 @@
+ <iso-code>MM</iso-code>
+ <fips-code>BM</fips-code>
+ <timezones>
+- <timezone id="Asia/Rangoon" />
++ <timezone id="Asia/Yangon" />
+ </timezones>
+- <tz-hint>Asia/Rangoon</tz-hint>
++ <tz-hint>Asia/Yangon</tz-hint>
+ <city>
+ <!-- The capital of Myanmar.
+ "Rangoon" is the traditional English name.
+ The local name in Burmese is "Yangon".
+ -->
+- <_name>Rangoon</_name>
++ <_name>Yangon</_name>
+ <coordinates>16.805278 96.156111</coordinates>
+ <location>
+- <name>Rangoon</name>
++ <name>Yangon</name>
+ <code>VYYY</code>
+ <coordinates>16.766667 96.166667</coordinates>
+ </location>
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..10cb53c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_adapt-to-timezone-namechange-for-Asia-Yangon.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/libmateweather.git
More information about the pkg-mate-commits
mailing list