[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/0.99c-1-8-g72f6ae3
Stefano Zacchiroli
zack at upsilon.cc
Fri Mar 6 10:49:13 UTC 2009
The following commit has been merged in the master branch:
commit 72f6ae3cafdfadc2fe703061dd9d3635bbad09b8
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date: Fri Mar 6 11:47:45 2009 +0100
debian/rules: use ocaml.mk as a CDBS "rules" snippet
diff --git a/debian/changelog b/debian/changelog
index ac4228c..1510358 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ ocamlgraph (1.0-1) UNRELEASED; urgency=low
[ Stefano Zacchiroli ]
* debian/control: add missing ${misc:Depends}
* bump debhelper compatibility level to 7
+ * debian/rules: use ocaml.mk as a CDBS "rules" snippet
-- Stefano Zacchiroli <zack at debian.org> Fri, 06 Mar 2009 11:45:37 +0100
diff --git a/debian/rules b/debian/rules
index c9b014e..4df93ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,10 +24,10 @@ clean::
-cp '$(CURDIR)/src/version.ml' '$(CURDIR)/src/version.ml.old'
-cp '$(CURDIR)/src/gml.ml' '$(CURDIR)/src/gml.ml.old'
+include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/class/ocaml.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
include $(CURDIR)/debian/mk/docbook-manpage.mk
DEV_PKG = libocamlgraph-ocaml-dev
--
ocamlgraph packaging
More information about the Pkg-ocaml-maint-commits
mailing list