[Pkg-ocaml-maint-commits] [SCM] cryptgps packaging branch, master, updated. debian/0.2.1-5-5-g8a7cd0d
Stefano Zacchiroli
zack at upsilon.cc
Thu Feb 26 18:23:57 UTC 2009
The following commit has been merged in the master branch:
commit 11ceee7952703ec71779529942f23169288840ca
Author: Stefano Zacchiroli <zack at upsilon.cc>
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 <zack at debian.org> 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
More information about the Pkg-ocaml-maint-commits
mailing list