[med-svn] [Git][med-team/mcl][master] Add rules for *.ml files to build

Shayan Doust gitlab at salsa.debian.org
Tue Jun 2 17:44:30 BST 2020



Shayan Doust pushed to branch master at Debian Med / mcl


Commits:
fd3249e2 by Shayan Doust at 2020-06-02T17:41:36+01:00
Add rules for *.ml files to build
...fails for some reason

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -60,7 +60,7 @@ confflags += --enable-blast
 docbackupdir:=$(CURDIR)/debian/doc.bak
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_clean:
 	dh_clean
@@ -69,6 +69,10 @@ override_dh_clean:
 	rm -rf doc/*.1 doc/*.html doc/*-html doc/*.ps
 	rm -rf src/alien/oxygen/doc/*.1 src/alien/oxygen/doc/*.html src/alien/oxygen/doc/*.ps
 
+override_dh_auto_build:
+	dh_auto_build
+	ocaml setup.ml -all
+
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
 



View it on GitLab: https://salsa.debian.org/med-team/mcl/-/commit/fd3249e2d5f13fbe7df1a1d20fd51cf6aa470968

-- 
View it on GitLab: https://salsa.debian.org/med-team/mcl/-/commit/fd3249e2d5f13fbe7df1a1d20fd51cf6aa470968
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/20200602/2b64a970/attachment.html>


More information about the debian-med-commit mailing list