gnustep-base (1.29.0-6)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.29.0-7 > 1.29.0-6
- Git: https://salsa.debian.org/gnustep-team/gnustep-base.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 24862720
- Browser: https://salsa.debian.org/gnustep-team/gnustep-base
- Last scan: 2023-09-20 09:22:24+00
- Next scan: 2023-09-26 08:11:00+00
- Debian changelog in Git:
gnustep-base (1.29.0-7) unstable; urgency=medium
* debian/templates/control.m4 (Build-Depends): Replace tzdata with
tzdata-legacy; fixes FTBFS and autopkgtest failure with recent tzdata
(Closes: #1050528). Thanks Paul Gevers for the report.
(gnustep-base-common) <Depends>: Likewise. This has the unfortunate
effect of pulling in tzdata-legacy on practically every GNUstep
installation but it's necessary so that methods like NSTimeZone
+timeZoneWithAbbreviation: continue to work.
* debian/control: Regenerate.
* debian/patches/kbsd-test.patch: Delete as it is no longer applicable;
regretfully GNU/kFreeBSD is no more.
* debian/rules (override_dh_auto_configure): Don't pass
ac_cv_lib_kvm_kvm_getenvv=no; was only needed for GNU/kFreeBSD.
(override_dh_auto_test): Remove kfreebsd-specific snippet.
* debian/tests/testsuite: Sync configure arguments with the
override_dh_auto_configure target.
-- Yavor Doganov <yavor@gnu.org> Sat, 26 Aug 2023 06:39:35 +0300
- This branch is 5 commits ahead of tag debian/1.29.0-6
- Git log:
commit ddbfbe028e95c190d3751145f04682ca974a5742
Author: Yavor Doganov <yavor@gnu.org>
Date: Sat Aug 26 06:40:02 2023 +0300
testsuite: Sync configure arguments with override_dh_auto_configure.
commit a42e58b698ec20e40ca99b8f197e376d83abffae
Author: Yavor Doganov <yavor@gnu.org>
Date: Sat Aug 26 06:35:18 2023 +0300
(override_dh_auto_test): Remove kfreebsd-specific snippet.
commit 9dacb0afccd2468d24c48a61a1bccf756c75cbe0
Author: Yavor Doganov <yavor@gnu.org>
Date: Sat Aug 26 06:33:48 2023 +0300
(override_dh_auto_configure): Don't pass ac_cv_lib_kvm_kvm_getenvv=no.
commit b04c071c0141c49843fe07a58d0250259e60d0d3
Author: Yavor Doganov <yavor@gnu.org>
Date: Sat Aug 26 06:30:23 2023 +0300
kbsd-test.patch: Delete as GNU/kFreeBSD is gone.
commit 7d0603aaf324c284cbd295ae2f957ccf929065a3
Author: Yavor Doganov <yavor@gnu.org>
Date: Sat Aug 26 06:22:46 2023 +0300
(Build-)Depend on tzdata-legacy (#1050528).
* debian/templates/control.m4 (Build-Depends): Replace tzdata with
tzdata-legacy; fixes FTBFS and autopkgtest failure with recent tzdata
(Closes: #1050528). Thanks Paul Gevers for the report.
(gnustep-base-common) <Depends>: Likewise. This has the unfortunate
effect of pulling in tzdata-legacy on practically every GNUstep
installation but it's necessary so that methods like NSTimeZone
+timeZoneWithAbbreviation: continue to work.
* debian/control: Regenerate.