From: Peter Michael Green Date: Sat, 23 Dec 2017 00:09:03 +0000 (+0000) Subject: Manual merge of version 2017.12-1+rpi1 and 2017.14-1 to produce 2017.14-1+rpi1 X-Git-Tag: archive/raspbian/2017.14-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b6561f2b820db7e264007562e6bfd4f538b3c3bf;p=ostree.git Manual merge of version 2017.12-1+rpi1 and 2017.14-1 to produce 2017.14-1+rpi1 --- b6561f2b820db7e264007562e6bfd4f538b3c3bf diff --cc debian/changelog index 07dcc133,5ac75656..96d5356e --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,57 +1,64 @@@ - ostree (2017.12-1+rpi1) buster-staging; urgency=medium ++ostree (2017.14-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 2017.11-2+rpi1 by Peter Michael Green at Thu, 28 Sep 2017 16:17:06 +0000] + * Disable testsuite. + - -- Raspbian forward porter Thu, 12 Oct 2017 11:52:04 +0000 ++ -- Peter Michael Green Sat, 23 Dec 2017 00:07:40 +0000 ++ + ostree (2017.14-1) unstable; urgency=medium + + * New upstream release + - d/libostree-1-1.symbols: Update + * Standards-Version: 4.1.2 (no changes required) + * d/p/tests-Don-t-assume-uid-primary-gid.patch: + Add patch to fix automated test failure when uid != primary gid + + -- Simon McVittie Sun, 10 Dec 2017 19:42:36 +0000 + + ostree (2017.13-1) unstable; urgency=medium + + * New upstream release + - d/patches: Drop all patches + - d/copyright: Update + - Update symbols file + * d/control: Require dh-exec 0.23~, for build-profile support. + Strictly speaking we might only need 0.15, but I'm not going to + test versions older than the jessie backport. + * Set Rules-Requires-Root to no + * Standards-Version: 4.1.1 (no changes required) + + -- Simon McVittie Sat, 04 Nov 2017 14:05:06 +0000 + + ostree (2017.12-2) unstable; urgency=medium + + * Disable gtk-doc if we are not going to build libostree-doc, + 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, + d/p/2017.13/lib-deploy-Use-_exit-for-FIFREEZE-watchdog.patch, + d/p/2017.13/lib-deltas-Check-cancellable-during-processing.patch, + d/p/2017.13/lib-utils-Check-for-invalid-UTF-8-in-filenames.patch, + d/p/2017.13/Cope-with-xattr-syscalls-raising-EOPNOTSUPP.patch, + d/p/2017.13/lib-sysroot-Fix-error-handling-when-mounting-overlayfs-fa.patch, + d/p/2017.13/lib-repo-Properly-handle-NULL-homedir-when-signing-commit.patch, + d/p/2017.13/fdio-allow-NULL-for-fstatat_allow_noent-stbuf.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 + - d/rules: Make the new test executable + * d/test.sh: Clean up ostree-trivial-httpd processes + * d/test.sh: Don't repeat build-time tests if they fail once. They seem + to be somewhat reliable now. + + -- Simon McVittie Fri, 27 Oct 2017 00:19:45 +0100 ostree (2017.12-1) unstable; urgency=medium diff --cc debian/rules index fcd0f843,60855cbc..415b6037 --- a/debian/rules +++ b/debian/rules @@@ -34,8 -40,8 +40,9 @@@ override_dh_auto_configure override_dh_auto_test-arch: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + chmod +x tests/test-pull-bareuseronly.sh - debian/test.sh + echo testsuite disabled + #debian/test.sh endif override_dh_auto_test-indep: