[med-svn] [Git][med-team/mrbayes][master] Fix binary-all build

Andreas Tille gitlab at salsa.debian.org
Sun Apr 19 11:20:00 BST 2020



Andreas Tille pushed to branch master at Debian Med / mrbayes


Commits:
3c3c384c by Andreas Tille at 2020-04-18T22:02:10+02:00
Fix binary-all build

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mrbayes (3.2.7a-2) UNRELEASED; urgency=medium
+
+  * Fix binary-all build
+    Closes: #958124
+
+ -- Andreas Tille <tille at debian.org>  Sat, 18 Apr 2020 21:59:51 +0200
+
 mrbayes (3.2.7a-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/rules
=====================================
@@ -34,5 +34,7 @@ override_dh_compress:
 override_dh_installdeb:
 	# FIXME: That's a dirty hack by simply removing debug information in mrbayes-mpi-dbgsym
 	# Due to the duplicated build above this is just a duplicate of mrbayes-dbgsym and creates a file conflict
-	find debian/.debhelper/mrbayes-mpi/dbgsym-root/usr/lib/debug -name "*.debug" -delete
+	if [ -d debian/.debhelper/mrbayes-mpi/dbgsym-root/usr/lib/debug ] ; then \
+	    find debian/.debhelper/mrbayes-mpi/dbgsym-root/usr/lib/debug -name "*.debug" -delete ; \
+	fi
 	dh_installdeb



View it on GitLab: https://salsa.debian.org/med-team/mrbayes/-/commit/3c3c384c4df6a407f445a102cf7a5f9264f2705a

-- 
View it on GitLab: https://salsa.debian.org/med-team/mrbayes/-/commit/3c3c384c4df6a407f445a102cf7a5f9264f2705a
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/20200419/7fb44e86/attachment-0001.html>


More information about the debian-med-commit mailing list