[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#891807: stretch-pu: package libdate-holidays-de-perl/1.9-1



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

Hello release team,

some states in Germany are about to make Reformation Day (Oct 31st) a
new holiday. So far, Hamburg and Schleswig-Holstein have passed
according laws, see the patch below for details. In order to avoid
confusion, I'd like to update libdate-holidays-de-perl in stretch, a
module to determine German holiday dates.

The debdiff is attached.

Regards,

    Christoph
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	2016-12-04 16:59:55.000000000 +0100
+++ libdate-holidays-de-perl-1.9/debian/changelog	2018-03-01 00:06:15.000000000 +0100
@@ -1,3 +1,10 @@
+libdate-holidays-de-perl (1.9-1+deb9u1) stretch; urgency=low
+
+  * Mark Reformation Day as a holiday in Hamburg and
+    Schleswig-Holstein from 2018 on
+
+ -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Thu, 01 Mar 2018 00:06:15 +0100
+
 libdate-holidays-de-perl (1.9-1) unstable; urgency=low
 
   * Initial Release. Closes: #829833
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	1970-01-01 01:00:00.000000000 +0100
+++ libdate-holidays-de-perl-1.9/debian/patches/refo.patch	2018-03-01 00:06:05.000000000 +0100
@@ -0,0 +1,33 @@
+Subject: Add new regional holidays from 2018 on
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=124559
+Last-Update: 2018-02-28
+
+    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
+
+--- a/DE.pm
++++ b/DE.pm
+@@ -121,6 +121,9 @@
+ 
+ 	# Extras for Hamburg
+ 	@{$holidays{'hh'}} = qw();
++	if ($year >= 2018) {
++		push @{$holidays{'hh'}}, qw(refo);
++	}
+ 
+ 	# Extras for Hessen
+ 	@{$holidays{'he'}} = qw(fron);
+@@ -148,6 +151,9 @@
+ 
+ 	# Extras for Schleswig-Holstein
+ 	@{$holidays{'sh'}} = qw();
++	if ($year >= 2018) {
++		push @{$holidays{'sh'}}, qw(refo);
++	}
+ 
+ 	# Extras for Thueringen
+ 	@{$holidays{'th'}} = qw(refo);
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	2016-12-04 16:59:55.000000000 +0100
+++ libdate-holidays-de-perl-1.9/debian/patches/series	2018-03-01 00:06:05.000000000 +0100
@@ -1 +1,2 @@
 fix-typo-in-manpage.patch
+refo.patch

Attachment: signature.asc
Description: PGP signature


Reply to: