Package: release.debian.org Severity: normal Tags: stretch User: [email protected] Usertags: pu
Hello release team,
in continuation of #891807: Two more states in Germany made Reformation
Day (Oct 31st) a holiday. To keep libdate-holidays-de-perl in sync,
I've prepared 1.9-1+deb9u2. The related upload for sid (1.9-3) has been
accepted a few minutes ago. Upload to 9/stretch/stable will follow in a
moment, following the new stable release policy.
FWIW, there are currently no further plans to change holidays in
Germany, so this is hopefully the last update for a long time.
Kind regards,
Christoph
-- System Information:
Debian Release: 9.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.14.48 (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 2018-03-01 00:06:15.000000000 +0100 +++ libdate-holidays-de-perl-1.9/debian/changelog 2018-06-21 20:40:29.000000000 +0200 @@ -1,3 +1,10 @@ +libdate-holidays-de-perl (1.9-1+deb9u2) stretch; urgency=medium + + * Mark Reformation Day as a holiday in Niedersachsen and Bremen + from 2018 on + + -- Christoph Biedl <[email protected]> Thu, 21 Jun 2018 20:40:29 +0200 + libdate-holidays-de-perl (1.9-1+deb9u1) stretch; urgency=low * Mark Reformation Day as a holiday in Hamburg and diff -Nru libdate-holidays-de-perl-1.9/debian/patches/refo.patch libdate-holidays-de-perl-1.9/debian/patches/refo.patch --- libdate-holidays-de-perl-1.9/debian/patches/refo.patch 2018-03-01 00:06:05.000000000 +0100 +++ libdate-holidays-de-perl-1.9/debian/patches/refo.patch 2018-06-21 20:40:21.000000000 +0200 @@ -1,17 +1,20 @@ Subject: Add new regional holidays from 2018 on Author: Christoph Biedl <[email protected]> Forwarded: https://rt.cpan.org/Ticket/Display.html?id=124559 -Last-Update: 2018-02-28 +Last-Update: 2018-06-21 - Sources (in German): - Schleswig-Holstein: - http://www.spiegel.de/karriere/reformationstag-wird-in-schleswig-holstein-neuer-feiertag-a-1195092.html - Hamburg: - http://www.spiegel.de/karriere/hamburg-reformationstag-wird-feiertag-a-1195881.html + Source (in German): + https://de.wikipedia.org/wiki/Reformationstag#Deutschland --- a/DE.pm +++ b/DE.pm -@@ -121,6 +121,9 @@ +@@ -118,9 +118,15 @@ + + # Extras for Bremen + @{$holidays{'hb'}} = qw(); ++ if ($year >= 2018) { ++ push @{$holidays{'hb'}}, qw(refo); ++ } # Extras for Hamburg @{$holidays{'hh'}} = qw(); @@ -21,7 +24,17 @@ # Extras for Hessen @{$holidays{'he'}} = qw(fron); -@@ -148,6 +151,9 @@ +@@ -130,6 +136,9 @@ + + # Extras for Niedersachsen + @{$holidays{'ni'}} = qw(); ++ if ($year >= 2018) { ++ push @{$holidays{'ni'}}, qw(refo); ++ } + + # Extras for Nordrhein-Westfalen + @{$holidays{'nw'}} = qw(fron alhe); +@@ -148,6 +157,9 @@ # Extras for Schleswig-Holstein @{$holidays{'sh'}} = qw();
signature.asc
Description: PGP signature

