--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Dear Release Team,
Please unblock package cl-fad. The version in unstable fixes #923666, by simply
marking an autopkgtest as flaky. Debdiff attached.
unblock cl-fad/20180430-3
Thanks,
--
⢀⣴⠾⠻⢶⣦⠀ Sébastien Villemot
⣾⠁⢠⠒⠀⣿⡁ Debian Developer
⢿⡄⠘⠷⠚⠋⠀ http://sebastien.villemot.name
⠈⠳⣄⠀⠀⠀⠀ http://www.debian.org
diff -Nru cl-fad-20180430/debian/changelog cl-fad-20180430/debian/changelog
--- cl-fad-20180430/debian/changelog 2019-02-14 14:33:05.000000000 +0100
+++ cl-fad-20180430/debian/changelog 2019-03-04 14:24:52.000000000 +0100
@@ -1,3 +1,10 @@
+cl-fad (20180430-3) unstable; urgency=medium
+
+ * Mark the autopkgtest for clisp as flaky. It often segfaults.
+ (Closes: #923666)
+
+ -- Sébastien Villemot <sebastien@debian.org> Mon, 04 Mar 2019 14:24:52 +0100
+
cl-fad (20180430-2) unstable; urgency=medium
* Move maintenance to Debian Common Lisp Team.
diff -Nru cl-fad-20180430/debian/tests/control cl-fad-20180430/debian/tests/control
--- cl-fad-20180430/debian/tests/control 2019-02-14 14:27:59.000000000 +0100
+++ cl-fad-20180430/debian/tests/control 2019-03-04 14:23:51.000000000 +0100
@@ -8,4 +8,4 @@
Test-Command: clisp -norc debian/tests/runtests.lisp
Depends: @, clisp
-Restrictions: allow-stderr
+Restrictions: allow-stderr, flaky
--- End Message ---