Control: tags 880337 + patch
Control: tags 880337 + pending
Dear maintainer,
I've prepared an NMU for php-sabre-vobject-3 (versioned as 3.5.2-1.1)
and uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru php-sabre-vobject-3-3.5.2/debian/changelog php-sabre-vobject-3-3.5.2/debian/changelog
--- php-sabre-vobject-3-3.5.2/debian/changelog 2016-04-27 20:10:21.000000000 +0300
+++ php-sabre-vobject-3-3.5.2/debian/changelog 2017-12-13 21:17:57.000000000 +0200
@@ -1,3 +1,11 @@
+php-sabre-vobject-3 (3.5.2-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove the Canada/East-Saskatchewan timezone
+ that was removed in tzdata 2017c. (Closes: #880337)
+
+ -- Adrian Bunk <[email protected]> Wed, 13 Dec 2017 21:17:57 +0200
+
php-sabre-vobject-3 (3.5.2-1) unstable; urgency=medium
[ Visily Komrakov ]
diff -Nru php-sabre-vobject-3-3.5.2/debian/patches/0003-Remove-East-Saskatchewan.patch php-sabre-vobject-3-3.5.2/debian/patches/0003-Remove-East-Saskatchewan.patch
--- php-sabre-vobject-3-3.5.2/debian/patches/0003-Remove-East-Saskatchewan.patch 1970-01-01 02:00:00.000000000 +0200
+++ php-sabre-vobject-3-3.5.2/debian/patches/0003-Remove-East-Saskatchewan.patch 2017-12-13 21:17:57.000000000 +0200
@@ -0,0 +1,15 @@
+Description: Remove the Canada/East-Saskatchewan timezone
+ Removed in tzdata 2017c.
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/880337
+
+--- php-sabre-vobject-3-3.5.2.orig/lib/timezonedata/php-bc.php
++++ php-sabre-vobject-3-3.5.2/lib/timezonedata/php-bc.php
+@@ -67,7 +67,6 @@ return array(
+ 'Brazil/West',
+ 'Canada/Atlantic',
+ 'Canada/Central',
+- 'Canada/East-Saskatchewan',
+ 'Canada/Eastern',
+ 'Canada/Mountain',
+ 'Canada/Newfoundland',
diff -Nru php-sabre-vobject-3-3.5.2/debian/patches/series php-sabre-vobject-3-3.5.2/debian/patches/series
--- php-sabre-vobject-3-3.5.2/debian/patches/series 2016-04-27 20:08:57.000000000 +0300
+++ php-sabre-vobject-3-3.5.2/debian/patches/series 2017-12-13 21:17:57.000000000 +0200
@@ -1,2 +1,3 @@
0001-Use-homemade-autoloader.php.patch
0002-Use-ClassLoader-from-Symfony-instead-of-autoLoader.patch
+0003-Remove-East-Saskatchewan.patch