[med-svn] [Git][med-team/ghmm][master] Use * to match more python version
vimerbf (@vimerbf-guest)
gitlab at salsa.debian.org
Thu Jun 27 04:28:47 BST 2024
vimerbf pushed to branch master at Debian Med / ghmm
Commits:
673a4806 by Bo YU at 2024-06-27T11:22:55+08:00
Use * to match more python version
Signed-off-by: Bo YU <tsu.yubo at gmail.com>
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ ghmm (0.9~rc3-7) unstable; urgency=medium
* Team upload.
* Add fix_imp_func_issue.patch to fix ftbfs issue.(Closes: #1073355)
+ * Modify override_dh_install to match more python version in mv cmd
-- Bo YU <tsu.yubo at gmail.com> Thu, 27 Jun 2024 10:56:57 +0800
=====================================
debian/rules
=====================================
@@ -38,7 +38,7 @@ override_dh_install:
find debian -name libghmm.la -delete
# temporarily copy over ghmmwrapper to the pybuild created dir
mkdir -p debian/python3-HMMEd/usr/lib/python3/dist-packages
- mv debian/tmp/usr/local/lib/python3.11/dist-packages/ghmmwrapper-0.8-py3*.egg debian/python3-HMMEd/usr/lib/python3/dist-packages/ghmm
+ mv debian/tmp/usr/local/lib/python3.*/dist-packages/ghmmwrapper-0.8-py3*.egg debian/python3-HMMEd/usr/lib/python3/dist-packages/ghmm
rm -rf debian/tmp/usr/local
find debian -type d -name __pycache__ | xargs rm -rf
View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/commit/673a4806277ac65f8325823eca5d33df5a089578
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/commit/673a4806277ac65f8325823eca5d33df5a089578
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/20240627/f0342459/attachment.htm>
More information about the debian-med-commit
mailing list