[med-svn] [Git][med-team/jellyfish][master] Fix permission of shared library
Andreas Tille
gitlab at salsa.debian.org
Thu Jun 4 11:19:40 BST 2020
Andreas Tille pushed to branch master at Debian Med / jellyfish
Commits:
df691fd7 by Andreas Tille at 2020-06-04T12:18:52+02:00
Fix permission of shared library
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,6 @@
jellyfish (2.3.0-6) UNRELEASED; urgency=medium
- * Comment "Rules-Requires-Root: no"
+ * Fix permission of shared library
Closes: #962183
-- Andreas Tille <tille at debian.org> Thu, 04 Jun 2020 11:50:37 +0200
=====================================
debian/control
=====================================
@@ -24,7 +24,7 @@ Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/jellyfish
Vcs-Git: https://salsa.debian.org/med-team/jellyfish.git
Homepage: https://www.cbcb.umd.edu/software/jellyfish/
-#Rules-Requires-Root: no
+Rules-Requires-Root: no
Package: jellyfish
Architecture: any
=====================================
debian/rules
=====================================
@@ -33,6 +33,7 @@ override_dh_auto_install:
dh_auto_install --sourcedirectory=swig/perl5
ls -l debian/tmp/usr/lib/*/perl5/*/auto/jellyfish/jellyfish.so
if [ ! -e debian/tmp/usr/lib/*/perl5/*/auto/jellyfish/jellyfish.so ] ; then sleep 1; fi
+ chmod +w debian/tmp/usr/lib/*/perl5/*/auto/jellyfish/jellyfish.so
chrpath --delete debian/tmp/usr/lib/*/perl5/*/auto/jellyfish/jellyfish.so
dh_install
d-shlibmove --commit \
View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/commit/df691fd773c1ab3fa6b4a422913d534e4ee2f499
--
View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/commit/df691fd773c1ab3fa6b4a422913d534e4ee2f499
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/20200604/fadc869b/attachment-0001.html>
More information about the debian-med-commit
mailing list