[Pkg-ocaml-maint-commits] [SCM] janest-core packaging branch, master, updated. debian/0.5.3-1-21-gb9e5639

Stephane Glondu steph at glondu.net
Wed Nov 11 19:45:58 UTC 2009


The following commit has been merged in the master branch:
commit b9e563975908583701a189e9871ee98c0a8b94e7
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Nov 11 20:37:34 2009 +0100

    Fix cdbs include order

diff --git a/debian/rules b/debian/rules
index 67c261c..79bcde3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/ocaml.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 DEST_DIR = $(CURDIR)/debian/tmp
 
@@ -16,4 +16,3 @@ endif
 
 build/libcore-ocaml-dev::
 	mkdir -p $(DEST_DIR)
-

-- 
janest-core packaging



More information about the Pkg-ocaml-maint-commits mailing list