[med-svn] [Git][med-team/mrbayes][master] 2 commits: dirty hack to simply remove debug information in mrbayes-mpi-dbgsym
Andreas Tille
gitlab at salsa.debian.org
Fri Apr 17 10:50:06 BST 2020
Andreas Tille pushed to branch master at Debian Med / mrbayes
Commits:
1ca6a253 by Andreas Tille at 2020-04-17T11:46:30+02:00
dirty hack to simply remove debug information in mrbayes-mpi-dbgsym
- - - - -
1c7937fb by Andreas Tille at 2020-04-17T11:48:33+02:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-mrbayes (3.2.7a-1) UNRELEASED; urgency=medium
+mrbayes (3.2.7a-1) unstable; urgency=medium
* New upstream version
* Upstream moved to Github
@@ -17,8 +17,9 @@ mrbayes (3.2.7a-1) UNRELEASED; urgency=medium
* Drop version restrictions from libhmsbeagle-dev
* Fix autoconf issue
* Autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/
+ * dirty hack to simply remove debug information in mrbayes-mpi-dbgsym
- -- Andreas Tille <tille at debian.org> Sat, 11 Apr 2020 11:19:27 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 17 Apr 2020 11:33:31 +0200
mrbayes (3.2.6+dfsg-2) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -30,3 +30,9 @@ override_dh_installexamples:
override_dh_compress:
dh_compress --exclude=.pdf
+
+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
+ dh_installdeb
View it on GitLab: https://salsa.debian.org/med-team/mrbayes/-/compare/480cc62d88c37a65e4e7a62f77fc793748672c25...1c7937fb18f45bc89e1d3a5cd51b6b8cf1001f44
--
View it on GitLab: https://salsa.debian.org/med-team/mrbayes/-/compare/480cc62d88c37a65e4e7a62f77fc793748672c25...1c7937fb18f45bc89e1d3a5cd51b6b8cf1001f44
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/20200417/b3480faf/attachment.html>
More information about the debian-med-commit
mailing list