[Pkg-ocaml-maint-commits] [SCM] findlib packaging branch, master, updated. debian/1.2.4-2-10-gc4bbebe

Stephane Glondu steph at glondu.net
Tue Sep 8 21:05:12 UTC 2009


The following commit has been merged in the master branch:
commit ff1fc999c4e9c265812b3225e36c240d1b6023f7
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jul 26 02:10:09 2009 +0200

    Fix CDBS includes order

diff --git a/debian/rules b/debian/rules
index d4b3b9b..b446737 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
+include /usr/share/cdbs/1/class/makefile.mk
 
 PKGNAME = ocaml-findlib
 DEB_MAKE_INSTALL_TARGET = install prefix=$(CURDIR)/debian/tmp

-- 
findlib packaging



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