[med-svn] [falcon] 07/15: Incorporate changes from NMU (1.8.6-1.1)
Afif Elghraoui
afif at moszumanska.debian.org
Sat Dec 16 08:03:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository falcon.
commit b64bf5b15e7ac64d13665521e7f15948a8885618
Author: Afif Elghraoui <afif at debian.org>
Date: Sat Dec 16 01:53:50 2017 -0500
Incorporate changes from NMU (1.8.6-1.1)
---
debian/changelog | 10 ++++++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index af83727..5b06fe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,16 @@ falcon (1.8.6-2) UNRELEASED; urgency=medium
-- Steffen Moeller <moeller at debian.org> Mon, 25 Sep 2017 23:24:18 +0200
+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 <bunk at debian.org> Wed, 07 Jun 2017 14:56:14 +0300
+
falcon (1.8.6-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 21bc3b6..d03ea4d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/falcon.git
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 --git a/debian/rules b/debian/rules
index bc0ed67..a69df7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_build:
$(FALCON_PREFIX)/pylib
$(MAKE) all
-override_dh_auto_test: unit-tests integration-tests ;
+override_dh_auto_test: unit-tests ;
.PHONY: unit-tests
unit-tests:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/falcon.git
More information about the debian-med-commit
mailing list