[med-svn] [Git][med-team/ghmm][master] Install additional header files needed for autopkgtest
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Jan 24 20:27:50 GMT 2024
Andreas Tille pushed to branch master at Debian Med / ghmm
Commits:
0d8be32b by Andreas Tille at 2024-01-24T21:25:46+01:00
Install additional header files needed for autopkgtest
- - - - -
4 changed files:
- debian/changelog
- debian/ghmm.install
- + debian/libghmm-dev.install
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -8,6 +8,7 @@ ghmm (0.9~rc3-5) UNRELEASED; urgency=medium
* Fix: SyntaxWarning: "is" with a literal. Did you mean "=="?
* Fix clean target
Closes: #1044649
+ * Install additional header files needed for autopkgtest
[ Komolehin Israel Timilehin ]
* Add autopkgtest
=====================================
debian/ghmm.install
=====================================
@@ -1,3 +1,2 @@
usr/bin
usr/share/ghmm/ghmm.dtd*
-#usr/lib/python3*
=====================================
debian/libghmm-dev.install
=====================================
@@ -0,0 +1,5 @@
+ghmm/matrix.h usr/include/ghmm
+ghmm/matrixop.h usr/include/ghmm
+ghmm/ghmm_internals.h usr/include/ghmm
+ghmm/randvar.h usr/include/ghmm
+ghmm/mes.h usr/include/ghmm
=====================================
debian/rules
=====================================
@@ -22,7 +22,6 @@ override_dh_auto_install:
dh_auto_install --buildsystem=pybuild --sourcedirectory=HMMEd
override_dh_install:
- dh_install
d-shlibmove --commit \
--multiarch \
--devunversioned \
@@ -31,6 +30,7 @@ override_dh_install:
--override s/liblapacke3-dev/liblapacke-dev/ \
--movedev debian/tmp/usr/include usr \
debian/tmp/usr/lib/*/*.so
+ dh_install
cd $(CURDIR)/debian/ghmm/usr/bin/ && mv cluster ghmm-cluster
sed -i -e 's@ [^ ]*-f\(file\|debug\)-prefix-map=[^ ]*@@g' \
$(CURDIR)/debian/ghmm/usr/bin/ghmm-config
View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/commit/0d8be32b72169d46487056adbb3416643031dd55
--
View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/commit/0d8be32b72169d46487056adbb3416643031dd55
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/20240124/d21b755a/attachment-0001.htm>
More information about the debian-med-commit
mailing list