The following commit has been merged in the master branch:
commit 11ceee7952703ec71779529942f23169288840ca
Author: Stefano Zacchiroli <[email protected]>
Date:   Thu Feb 26 19:22:12 2009 +0100

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

diff --git a/debian/changelog b/debian/changelog
index e91ba44..951dade 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ cryptgps (0.2.1-6) UNRELEASED; urgency=low
   * debian/control:
     - update build-deps: remove obsolete ones, add more strict ones to
       ensure buildability in unstable
+  * debian/rules: use ocaml.mk as a CDBS "rules" snippet
 
  -- Stefano Zacchiroli <[email protected]>  Thu, 26 Feb 2009 19:20:16 +0100
 
diff --git a/debian/rules b/debian/rules
index 6e501e1..8aed732 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/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/class/ocaml.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
 
 PKGNAME = libcryptgps-ocaml-dev

-- 
cryptgps packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to