This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to tag debian/1%0.11.0-3 in repository spdlog.
commit eea942e6c93e7576e819eac3e4f3cebe03519640 Author: Michael R. Crusoe <[email protected]> Date: Sat Oct 14 10:14:50 2017 -0700 allow stderr --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/tests/control | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 98a5971..5a084c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +spdlog (1:0.11.0-3) unstable; urgency=medium + + * Allow stderr, fixes autopkgtests; fix courtesy Graham Inggs + <[email protected]>. (Closes: #854469) + * Update standards-version to 4.1.1; no changes needed. + + -- Michael R. Crusoe <[email protected]> Sat, 14 Oct 2017 10:30:35 -0700 + spdlog (1:0.11.0-2) unstable; urgency=medium * Correct URL to upstream diff --git a/debian/control b/debian/control index 5bdbd33..61a0d07 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Section: libdevel Priority: optional Build-Depends: debhelper (>= 9), cmake -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/spdlog.git Vcs-Git: https://anonscm.debian.org/git/debian-med/spdlog.git Homepage: https://github.com/gabime/spdlog diff --git a/debian/tests/control b/debian/tests/control index a3f866d..4422619 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,3 @@ Tests: run-tests +Restrictions: allow-stderr Depends: @, @builddeps@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/spdlog.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
