]> matita.cs.unibo.it Git - helm.git/commitdiff
debian/rules: use ocaml.mk as a CDBS "rules" snippet
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 19 Mar 2009 10:04:18 +0000 (10:04 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 19 Mar 2009 10:04:18 +0000 (10:04 +0000)
helm/software/DEVEL/ocaml-http/debian/changelog
helm/software/DEVEL/ocaml-http/debian/rules

index 4464af82bfce4c3a5cf67e617b149d3d05f98bdd..337c6addd9fd3f1a9bbeef005e37798ad24f7b21 100644 (file)
@@ -4,6 +4,7 @@ ocaml-http (0.1.4-3) UNRELEASED; urgency=low
   * debian/control
     - refresh build-dependencies for the transition
     - add Vcs-* fields pointing to HELM's repository and browser
+  * debian/rules: use ocaml.mk as a CDBS "rules" snippet
 
  -- Stefano Zacchiroli <zack@debian.org>  Sun, 09 Sep 2007 23:24:59 +0200
 
index b86c61d2827671db9e0f7f00fb7a8bfbb376b638..bc214e1572a224dd66bc38e8b084b8cd05195613 100755 (executable)
@@ -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
 
 PKGNAME = libhttp-ocaml-dev
 OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)