]> matita.cs.unibo.it Git - helm.git/commitdiff
* debian/rules: instead of passing explicit -I flags to ocamldoc, do them
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 28 Dec 2007 14:46:26 +0000 (14:46 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 28 Dec 2007 14:46:26 +0000 (14:46 +0000)
  via ocamlfind and OCAML_OCAMLDOC_OCAMLFIND_FLAGS

helm/software/DEVEL/gdome_xslt/debian/changelog
helm/software/DEVEL/gdome_xslt/debian/rules

index 5beda61b8ea8e2ca47c8f7b919a6e4d906f52573..d36218df2e933f61d8dfcd70ea174701a2f9f2df 100644 (file)
@@ -1,11 +1,13 @@
-gdome2-xslt (0.0.8-3) unstable; urgency=low
+gdome2-xslt (0.0.8-3) UNRELEASED; urgency=low
 
   * add Homepage debian/control field
   * promote Vcs-* fields to real debian/control fields
   * update standards-version, no changes needed
   * convert package to a non-native one (closes: #457353)
+  * debian/rules: instead of passing explicit -I flags to ocamldoc, do them
+    via ocamlfind and OCAML_OCAMLDOC_OCAMLFIND_FLAGS
 
- -- Stefano Zacchiroli <zack@debian.org>  Fri, 28 Dec 2007 15:14:16 +0100
+ -- Stefano Zacchiroli <zack@debian.org>  Fri, 28 Dec 2007 15:45:20 +0100
 
 gdome2-xslt (0.0.8-2) unstable; urgency=low
 
index ff560bb53cc2540aa994323148a06ccb5358d0e6..d5ca8b2a396a46e17c557a32a97f36bd40028a18 100755 (executable)
@@ -3,4 +3,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/ocaml.mk
 OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
-OCAML_OCAMLDOC_FLAGS += -I $(OCAML_STDLIB_DIR)/gdome2
+OCAML_OCAMLDOC_OCAMLFIND_FLAGS += -package gdome2