control: tag -1 + patch Hi,
On 2024-10-29 19:26, Santiago Vila wrote: > Package: src:golang-github-teambition-rrule-go > Version: 1.8.1-1 > Severity: serious > Tags: ftbfs > > Dear maintainer: > > During a rebuild of all packages in unstable, your package failed to build: > ... > === RUN TestSetDtStart > --- PASS: TestSetDtStart (0.00s) > === RUN TestRuleSetChangeDTStartTimezoneRespected > rruleset_test.go:352: expected <nil> got unknown time zone CET > --- FAIL: TestRuleSetChangeDTStartTimezoneRespected (0.00s) This issue is due to the move of legacy timezones to the tzdata-legacy package. As a result, this package needs a new build-dependency on tzdata-legacy. It also needs a dependency in on it to be able to use those timezones and run the autopktest. Therefore the following patch fixes the issue: --- golang-github-teambition-rrule-go-1.8.1/debian/control +++ golang-github-teambition-rrule-go-1.8.1/debian/control @@ -10,6 +10,7 @@ dh-golang, golang-any, tzdata, + tzdata-legacy, Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-teambition-rrule-go Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-teambition-rrule-go.git @@ -21,6 +22,7 @@ Architecture: all Depends: tzdata, + tzdata-legacy, ${misc:Depends}, Description: Go library for working with recurrence rules for calendar dates. (library) The rrule golang module offers a complete implementation of the Santiago, would it be possible to do a team upload with this patch as you just did for reposurgeon? Regards Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://aurel32.net