[med-svn] [Git][med-team/mrs][master] 3 commits: Fix build failure on several architectures

Andreas Tille gitlab at salsa.debian.org
Mon Aug 20 07:21:13 BST 2018


Andreas Tille pushed to branch master at Debian Med / mrs


Commits:
e48d8282 by Andreas Tille at 2018-08-20T06:10:21Z
Fix build failure on several architectures

- - - - -
2baabf3b by Andreas Tille at 2018-08-20T06:10:46Z
Standards-Version: 4.2.0

- - - - -
673501f7 by Andreas Tille at 2018-08-20T06:15:18Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mrs (6.0.5+dfsg-7) unstable; urgency=medium
+
+  * Fix build failure on several architectures (thanks for the patch to
+    Adrian Bunk <bunk at debian.org>)
+    Closes: #906712
+  * Standards-Version: 4.2.0
+
+ -- Andreas Tille <tille at debian.org>  Mon, 20 Aug 2018 08:10:46 +0200
+
 mrs (6.0.5+dfsg-6) unstable; urgency=medium
 
   * Skip broken test for log4cpp - we can be sure that the package exists


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 11~),
                libbz2-dev,
                libjs-jquery,
                libjs-jquery-ui
-Standards-Version: 4.1.4
+Standards-Version: 4.2.0
 Vcs-Browser: https://salsa.debian.org/med-team/mrs
 Vcs-Git: https://salsa.debian.org/med-team/mrs.git
 Homepage: http://mrs.cmbi.ru.nl/


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerc powerpcspe sh4))
+      export DEB_LDFLAGS_MAINT_APPEND=-latomic
+endif
+
 DH_VERBOSE := 1
 
 %:



View it on GitLab: https://salsa.debian.org/med-team/mrs/compare/6329d383cf34338fb181844b280c3cb6f2c28491...673501f74a58d68ff721abb0b3e7290e621a0d80

-- 
View it on GitLab: https://salsa.debian.org/med-team/mrs/compare/6329d383cf34338fb181844b280c3cb6f2c28491...673501f74a58d68ff721abb0b3e7290e621a0d80
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180820/208f54aa/attachment-0001.html>


More information about the debian-med-commit mailing list