[Pkg-ocaml-maint-commits] [SCM] ulex0.8 packaging branch, master, updated. debian/0.8-7-3-g85f751e

Stefano Zacchiroli zack at upsilon.cc
Thu Mar 5 19:14:08 UTC 2009


The following commit has been merged in the master branch:
commit 5739254c6820cc4db5babc764ed2e7cb47b8790b
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Mar 5 20:09:25 2009 +0100

    debian/rules: use ocaml.mk as a CDBS "rules" snippet

diff --git a/debian/changelog b/debian/changelog
index b3d52cf..da16191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ulex0.8 (0.8-8) unstable; urgency=low
 
   * upload to unstable
+  * debian/rules: use ocaml.mk as a CDBS "rules" snippet
 
  -- Stefano Zacchiroli <zack at debian.org>  Thu, 05 Mar 2009 20:07:45 +0100
 
diff --git a/debian/rules b/debian/rules
index dde4f03..38009db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
 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/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 
 PKGNAME = ocaml-ulex08
 OCAML_OCAMLDOC_PACKAGES = $(PKGNAME)

-- 
ulex0.8 packaging



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