vimerbf pushed to branch master at Debian Med / pycorrfit
Commits: 0542ecde by Bo YU at 2024-07-05T19:41:08+08:00 remove non-standard-dir-in-usr and move PyCorrFit_doc.pdf to share/doc Signed-off-by: Bo YU <[email protected]> - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,13 @@ pycorrfit (1.1.7+dfsg-3) unstable; urgency=medium * Team upload. - + [ Bo YU] - * Add python3-zombie-imp to workaround to fix ftbfs. + * Add python3-zombie-imp to workaround to fix ftbfs. (Closes: #1074222). Thanks Andreas Tille and Alexandre Detiste. - + * Remove usr/pycorrfit_doc/ dir and copy PyCorrFit_doc.pdf to + /share/doc + [ Andreas Tille ] * Standards-Version: 4.7.0 (routine-update) * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) ===================================== debian/rules ===================================== @@ -63,6 +63,11 @@ override_dh_install: debian/$(DEB_SOURCE)/usr/share/pixmaps rm -vf $(CURDIR)/debian/$(DEB_SOURCE)/usr/lib/$(DEB_SOURCE)/pycorrfit/readfiles/read_pt3_scripts/README +execute_after_dh_install: + mv $(CURDIR)/debian/$(DEB_SOURCE)/usr/pycorrfit_doc/PyCorrFit_doc.pdf \ + $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/doc/pycorrfit + rm -rf $(CURDIR)/debian/$(DEB_SOURCE)/usr/pycorrfit_doc + override_dh_fixperms: dh_fixperms find debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples -type f -name "*.txt" -exec chmod 644 \{\} \; View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/commit/0542ecdeb0353077245972d8810a55ce91deb75e -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/commit/0542ecdeb0353077245972d8810a55ce91deb75e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
