Étienne Mollier pushed to branch master at Debian Med / ghmm


Commits:
9a2cab98 by Étienne Mollier at 2024-07-16T22:28:18+02:00
d/rules: delay file conversion after dh_installexamples.

Gbp-Dch: ignore

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -41,9 +41,6 @@ override_dh_install:
        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
-       # convert sequences_test.c from its national encoding
-       iconv -f ISO-8859-1 -t UTF-8 tests/sequences_test.c \
-               -o debian/ghmm/usr/share/doc/ghmm/examples/sequences_test.c
 
 override_dh_python3:
        # We do not provide a package python3-HMMEd thus copy the pybuild 
installed files over to ghmm
@@ -69,5 +66,10 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        $(MAKE) --directory=tests
 endif
 
+execute_after_dh_installexamples:
+       # convert sequences_test.c from its national encoding
+       iconv -f ISO-8859-1 -t UTF-8 tests/sequences_test.c \
+               -o debian/ghmm/usr/share/doc/ghmm/examples/sequences_test.c
+
 execute_before_dh_fixperms:
        chmod -v -x debian/ghmm/usr/share/doc/ghmm/examples/*.c



View it on GitLab: 
https://salsa.debian.org/med-team/ghmm/-/commit/9a2cab98d2dfb90a1efd5d5f3ef048272c10663a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://salsa.debian.org/med-team/ghmm/-/commit/9a2cab98d2dfb90a1efd5d5f3ef048272c10663a
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

Reply via email to