[Pkg-ocaml-maint-commits] [SCM] xstr packaging branch, master, updated. debian/0.2.1-19-9-ge47a5cd

Stefano Zacchiroli zack at upsilon.cc
Thu Feb 26 22:11:54 UTC 2009


The following commit has been merged in the master branch:
commit 7b7f25970bab7a0549deff9d4aa51d522a87ee19
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Thu Feb 26 23:05:04 2009 +0100

    use ocaml.mk as a CDBS "rules" snippet

diff --git a/debian/changelog b/debian/changelog
index 2eda68c..313f9c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xstr (0.2.1-20) UNRELEASED; urgency=low
   * debian/control:
     - bump standards version to 3.8.0 (no changes needed)
   * bump debhelper compatibility level to 7
+  * debian/rules: use ocaml.mk as a CDBS "rules" snippet
 
   [ Stephane Glondu ]
   * Update Homepage, fix watch file.
diff --git a/debian/rules b/debian/rules
index 37786b8..75e06b5 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 = libxstr-ocaml-dev
 OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)

-- 
xstr packaging



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