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

Bug#943605: marked as done (buster-pu: package libdate-holidays-de-perl/2.00-2)



Your message dated Sat, 16 Nov 2019 10:08:47 +0000
with message-id <83c9ffab6f08361485f70dda4733a7a24aeec09b.camel@adam-barratt.org.uk>
and subject line Closing bugs for 10.2 point release fixes
has caused the Debian Bug report #943605,
regarding buster-pu: package libdate-holidays-de-perl/2.00-2
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.)


-- 
943605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943605
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu

Hello release team,

same as in -1: libdate-holidays-de-perl needs an update in buster as well.

    Christoph

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

Kernel: Linux 4.19.80 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

diff -Nru libdate-holidays-de-perl-2.00/debian/changelog libdate-holidays-de-perl-2.00/debian/changelog
--- libdate-holidays-de-perl-2.00/debian/changelog	2019-02-10 22:35:46.000000000 +0100
+++ libdate-holidays-de-perl-2.00/debian/changelog	2019-10-27 08:22:21.000000000 +0100
@@ -1,3 +1,10 @@
+libdate-holidays-de-perl (2.00-2+deb10u1) buster; 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:22:21 +0100
+
 libdate-holidays-de-perl (2.00-2) unstable; urgency=medium
 
   * Mark Mar 8th (from 2019) and May 8th (only 2020) as public
diff -Nru libdate-holidays-de-perl-2.00/debian/patches/cherry-pick.RELEASE_2.00-3-g48cbadf.add-international-childrens-day-weltkindertag-for-thuringia.patch libdate-holidays-de-perl-2.00/debian/patches/cherry-pick.RELEASE_2.00-3-g48cbadf.add-international-childrens-day-weltkindertag-for-thuringia.patch
--- libdate-holidays-de-perl-2.00/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-2.00/debian/patches/cherry-pick.RELEASE_2.00-3-g48cbadf.add-international-childrens-day-weltkindertag-for-thuringia.patch	2019-10-27 08:11:57.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-2.00/debian/patches/series libdate-holidays-de-perl-2.00/debian/patches/series
--- libdate-holidays-de-perl-2.00/debian/patches/series	2019-02-10 22:23:02.000000000 +0100
+++ libdate-holidays-de-perl-2.00/debian/patches/series	2019-10-27 08:22:21.000000000 +0100
@@ -1 +1,5 @@
+# patches that should go upstream
 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: 10.2

Hi,

The fixes referenced by these bugs were included in today's 10.2 stable
point release.

Regards,

Adam

--- End Message ---

Reply to: