Your message dated Wed, 07 Jun 2017 20:08:54 +0000
with message-id <e1dihga-0004h0...@respighi.debian.org>
and subject line unblock falcon
has caused the Debian Bug report #864380,
regarding unblock: falcon/1.8.6-1.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
864380: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864380
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Control: block -1 by 864371
Please unblock package falcon.
These are two separate fixes coming from #863929:
- Afif (maintainer of falcon) explained that the package actually
doesn't make sense on 32bit architectures.
- It was originally believed the above change would also fix the
#863929 testsuite failure, but I got the same failure on amd64
(and the build sometimes succeeded on i386 on the buildds).
I submitted #864376 to track that the test failures get
properly fixed later.
(Adam Borowski already noticed that any-amd64 includes x32,
luckily this does not impact stretch release architectures
and I've asked the maintainers in #864378 to correct my
mistake after stretch is released.)
unblock falcon/1.8.6-1.1
changelog | 10 ++++++++++
control | 2 +-
rules | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff -Nru falcon-1.8.6/debian/changelog falcon-1.8.6/debian/changelog
--- falcon-1.8.6/debian/changelog 2017-01-24 08:57:51.000000000 +0200
+++ falcon-1.8.6/debian/changelog 2017-06-07 14:56:14.000000000 +0300
@@ -1,3 +1,13 @@
+falcon (1.8.6-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * For any actual use, this package requires more memory than would
+ be addressable on a 32-bit system. Change the architecture list
+ from any to a list of all current 64bit architectures.
+ * Don't run integration-tests, they sometimes fail. (Closes: #863929)
+
+ -- Adrian Bunk <b...@debian.org> Wed, 07 Jun 2017 14:56:14 +0300
+
falcon (1.8.6-1) unstable; urgency=medium
* New upstream release
diff -Nru falcon-1.8.6/debian/control falcon-1.8.6/debian/control
--- falcon-1.8.6/debian/control 2016-12-13 10:29:36.000000000 +0200
+++ falcon-1.8.6/debian/control 2017-06-07 14:56:14.000000000 +0300
@@ -18,7 +18,7 @@
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/falcon.git
Package: falcon
-Architecture: any
+Architecture: alpha any-amd64 arm64 hppa mips64el ppc64 ppc64el s390x sparc64
Depends:
${shlibs:Depends},
${misc:Depends},
diff -Nru falcon-1.8.6/debian/rules falcon-1.8.6/debian/rules
--- falcon-1.8.6/debian/rules 2016-12-02 10:25:50.000000000 +0200
+++ falcon-1.8.6/debian/rules 2017-06-07 14:56:14.000000000 +0300
@@ -21,7 +21,7 @@
$(FALCON_PREFIX)/pylib
$(MAKE) all
-override_dh_auto_test: unit-tests integration-tests ;
+override_dh_auto_test: unit-tests ;
.PHONY: unit-tests
unit-tests:
--- End Message ---
--- Begin Message ---
Unblocked falcon.
--- End Message ---