Bug#808481: Acknowledgement (kamailio-mono-modules: Please refresh list of architectures to reflect current Mono)
Jo Shields
directhex at apebox.org
Mon Dec 21 17:55:13 UTC 2015
Uploaded to DELAYED/5, to fix release-critical bug
-------------- next part --------------
diff -Nru kamailio-4.3.4/debian/changelog kamailio-4.3.4/debian/changelog
--- kamailio-4.3.4/debian/changelog 2015-11-26 21:08:45.000000000 +0000
+++ kamailio-4.3.4/debian/changelog 2015-12-21 10:15:06.000000000 +0000
@@ -1,3 +1,10 @@
+kamailio (4.3.4-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Refresh list of architectures supported by Mono (Closes: #808481)
+
+ -- Jo Shields <directhex at apebox.org> Mon, 21 Dec 2015 10:14:23 +0000
+
kamailio (4.3.4-1) unstable; urgency=medium
* [3ca01af] Imported Upstream version 4.3.4 ( Closes: #806244 )
diff -Nru kamailio-4.3.4/debian/control kamailio-4.3.4/debian/control
--- kamailio-4.3.4/debian/control 2015-11-26 21:08:45.000000000 +0000
+++ kamailio-4.3.4/debian/control 2015-12-21 10:07:37.000000000 +0000
@@ -26,7 +26,7 @@
libldap2-dev,
liblua5.1-0-dev,
libmemcached-dev,
- libmono-2.0-dev [!ia64 !mips],
+ libmono-2.0-dev [amd64 armel armhf i386 mipsel kfreebsd-amd64 kfreebsd-i386 powerpc ppc64 ppc64el s390x],
libmysqlclient-dev,
libncurses5-dev,
libpcre3-dev,
diff -Nru kamailio-4.3.4/debian/rules kamailio-4.3.4/debian/rules
--- kamailio-4.3.4/debian/rules 2015-11-26 21:08:45.000000000 +0000
+++ kamailio-4.3.4/debian/rules 2015-12-21 10:14:17.000000000 +0000
@@ -46,16 +46,12 @@
# module groups to be packaged onto kamailio-extra-modules
EXTRA_GROUPS=gzcompress uuid ev jansson
-# mono not on ia64 or sparc
-ifeq ($(DEB_HOST_ARCH),ia64)
- override EXCLUDED_MODULES += mono
-else ifeq ($(DEB_HOST_ARCH),sparc)
- override EXCLUDED_MODULES += mono
-else ifeq ($(DEB_HOST_ARCH),mips)
- override EXCLUDED_MODULES += mono
+# mono not on all arches
+ifneq ("$(wildcard /usr/share/mono/mono-archs.make)","")
+override PACKAGE_GROUPS+= mono
else
- override PACKAGE_GROUPS+= mono
-endif
+override EXCLUDED_MODULES += mono
+endif
# FTBFS on powerpcspe because of AltiVec assumption #729635
ifeq ($(DEB_HOST_ARCH),powerpcspe)
More information about the Pkg-voip-maintainers
mailing list