The following commit has been merged in the master branch:
commit b9e563975908583701a189e9871ee98c0a8b94e7
Author: Stephane Glondu <st...@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

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to