From ae20c6b4eed53a1b620cc6320acb78ad15f8cbcd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 26 Oct 2017 12:20:04 +0100 Subject: [PATCH] Improve change descriptions to note FTFBSs --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f140c485..fb632fdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ ostree (2017.12-2) UNRELEASED; urgency=medium in particular for architecture-specific builds. Note that it remains in Build-Depends (not Build-Depends-Indep) because it is also needed for gtkdocize during dh_autoreconf. + - In particular this might fix FTBFS on sparc64, where highlight(1) + fails. * d/p/2017.13/lib-core-Init-struct-stat-buffer.patch, d/p/2017.13/lib-sysroot-Fix-pointer-going-out-of-scope-in-unlock-code.patch, d/p/2017.13/lib-deploy-Ignore-FIFREEZE-FITHAW-errors-when-already-in-.patch, @@ -15,6 +17,8 @@ ostree (2017.12-2) UNRELEASED; urgency=medium d/p/2017.13/lib-repo-Properly-handle-NULL-homedir-when-signing-commit.patch, d/p/2017.13/lib-repo-Fix-loading-commitstate-with-parent-repos.patch: Add various bugfix patches from upstream + - In particular, dealing with the possibility that EOPNOTSUPP != ENOTSUP + should fix test failures on hppa. * d/p/2017.13/tests-Add-test-pull-bareuseronly.patch: Add more test coverage from upstream