[Pkg-ocaml-maint-commits] [SCM] janest-core packaging branch, master, updated. debian/0.5.0-5-8-ga08d581
Stefano Zacchiroli
zack at upsilon.cc
Mon Mar 16 15:22:24 UTC 2009
The following commit has been merged in the master branch:
commit 9f99e240388b8e70ffbeffa1a8a2c4c938bbc0b7
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Mon Mar 16 15:30:57 2009 +0100
debian/rules: use ocaml.mk as a CDBS "rules" snippet file
diff --git a/debian/changelog b/debian/changelog
index 659ff01..a26ce89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ janest-core (0.5.2-1) UNRELEASED; urgency=low
* New upstream release
* debian/control
- bump Standards-Version to 3.8.1 (no change)
+ * debian/rules: use ocaml.mk as a CDBS "rules" snippet file
[ Mehdi Dogguy ]
* Fix watch file.
diff --git a/debian/rules b/debian/rules
index fa938d3..8db60ae 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
LIB_NAME = core
DLL_PKG_NAME = lib$(LIB_NAME)-ocaml
--
janest-core packaging
More information about the Pkg-ocaml-maint-commits
mailing list