Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu

Hello release team,

due to yet another regional holiday introduced in Thuringia, Germany,
the libdate-holidays-de-perl package needs an update in stretch.

Find the debdff attached, fix in unstable is in 2.03-1.

Some quick testing showed the expected behaviour. Assuming that change
would be accepted I'll upload the new version in a few minutes.

Regards,

    Christoph

-- System Information:
Debian Release: 9.11
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable-proposed-updates'), 
(500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.80 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

diff -Nru libdate-holidays-de-perl-1.9/debian/changelog 
libdate-holidays-de-perl-1.9/debian/changelog
--- libdate-holidays-de-perl-1.9/debian/changelog       2019-03-09 
22:06:42.000000000 +0100
+++ libdate-holidays-de-perl-1.9/debian/changelog       2019-10-27 
08:11:30.000000000 +0100
@@ -1,3 +1,10 @@
+libdate-holidays-de-perl (1.9-1+deb9u4) stretch; urgency=medium
+
+  * Mark International Childrens Day (Sep 20th) as a holiday in
+    Thuringia from 2019 on
+
+ -- Christoph Biedl <debian.a...@manchmal.in-ulm.de>  Sun, 27 Oct 2019 
08:11:30 +0100
+
 libdate-holidays-de-perl (1.9-1+deb9u3) stretch; urgency=medium
 
   * Mark Mar 8th (from 2019) and May 8th (only 2020) as public
diff -Nru 
libdate-holidays-de-perl-1.9/debian/patches/cherry-pick.RELEASE_2.00-3-g48cbadf.add-international-childrens-day-weltkindertag-for-thuringia.patch
 
libdate-holidays-de-perl-1.9/debian/patches/cherry-pick.RELEASE_2.00-3-g48cbadf.add-international-childrens-day-weltkindertag-for-thuringia.patch
--- 
libdate-holidays-de-perl-1.9/debian/patches/cherry-pick.RELEASE_2.00-3-g48cbadf.add-international-childrens-day-weltkindertag-for-thuringia.patch
   1970-01-01 01:00:00.000000000 +0100
+++ 
libdate-holidays-de-perl-1.9/debian/patches/cherry-pick.RELEASE_2.00-3-g48cbadf.add-international-childrens-day-weltkindertag-for-thuringia.patch
   2019-10-27 08:11:30.000000000 +0100
@@ -0,0 +1,43 @@
+Subject: Add International Childrens Day (Weltkindertag) for Thuringia
+Origin: 48cbadf <https://github.com/mschmitt/Date-Holidays-DE/commit/48cbadf>
+Upstream-Author: Tobias Leich <em...@froggs.de>
+Date: Mon Sep 16 11:16:07 2019 +0200
+
+--- a/DE.pm
++++ b/DE.pm
+@@ -51,6 +51,7 @@
+       # 17ju  = Tag der deutschen Einheit (>= 1954, <= 1990)
+       # frie  = Augsburger Friedensfest
+       # mari  = Mariae Himmelfahrt
++      # kind  = Weltkindertag
+       # 3okt  = Tag der deutschen Einheit (>= 1990)
+       # refo  = Reformationstag
+       # alhe  = Allerheiligen
+@@ -172,6 +173,9 @@
+ 
+       # Extras for Thueringen
+       @{$holidays{'th'}} = qw(refo);
++      if ($year >= 2019) {
++              push @{$holidays{'th'}}, qw(kind);
++      }
+ 
+       # Fixed-date holidays
+       #
+@@ -202,6 +206,9 @@
+       # Assumption day Aug 15
+       $holiday{'mari'} = _date2timestamp($year,  8, 15);
+ 
++      # International Childrens Day
++      $holiday{'kind'} = _date2timestamp($year,  9, 20);
++
+       # Reunion day Jun 17 (1954-1990)
+       if (($year <= 1990) and ($year >= 1954)){
+               $holiday{'17ju'} = _date2timestamp($year, 6,  17);
+@@ -426,6 +433,7 @@
+   17ju  Tag der deutschen Einheit   Reunion day (>= 1954, <= 1990)
+   frie  Augsburger Friedensfest     Augsburg peace day
+   mari  Mariae Himmelfahrt          Assumption day
++  kind  Weltkindertag               International Childrens Day
+   3okt  Tag der deutschen Einheit   Reunion day (>= 1990)
+   refo  Reformationstag             Reformation day
+   alhe  Allerheiligen               All hallows day
diff -Nru libdate-holidays-de-perl-1.9/debian/patches/series 
libdate-holidays-de-perl-1.9/debian/patches/series
--- libdate-holidays-de-perl-1.9/debian/patches/series  2019-03-09 
22:00:07.000000000 +0100
+++ libdate-holidays-de-perl-1.9/debian/patches/series  2019-10-27 
08:11:30.000000000 +0100
@@ -1,3 +1,7 @@
+# patches that should go upstream
 fix-typo-in-manpage.patch
 refo.patch
 mar8-may8.patch
+
+# cherry-picked commits. Keep in upstream's chronological order
+cherry-pick.RELEASE_2.00-3-g48cbadf.add-international-childrens-day-weltkindertag-for-thuringia.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to