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

Bug#943606: marked as done (stretch-pu: package libdate-holidays-de-perl/1.9-1+deb9u3)



Your message dated Sat, 08 Feb 2020 14:23:35 +0000
with message-id <a894a0233c2d264936953d7a69507573c4a5742a.camel@adam-barratt.org.uk>
and subject line Closing bugs included in 9.12
has caused the Debian Bug report #943606,
regarding stretch-pu: package libdate-holidays-de-perl/1.9-1+deb9u3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
943606: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943606
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@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.axhn@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 <email@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


--- End Message ---
--- Begin Message ---
Package: release.debian.org
Version: 9.12

Hi,

Each of the uploads referred to by these bugs was included in today's
oldstable point release.

Regards,

Adam

--- End Message ---

Reply to: