From e67a4bfc4d11ca9f6fcaed437adc061db17a99f1 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 19 Mar 2009 10:04:18 +0000 Subject: [PATCH] debian/rules: use ocaml.mk as a CDBS "rules" snippet --- helm/software/DEVEL/ocaml-http/debian/changelog | 1 + helm/software/DEVEL/ocaml-http/debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/software/DEVEL/ocaml-http/debian/changelog b/helm/software/DEVEL/ocaml-http/debian/changelog index 4464af82b..337c6addd 100644 --- a/helm/software/DEVEL/ocaml-http/debian/changelog +++ b/helm/software/DEVEL/ocaml-http/debian/changelog @@ -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 Sun, 09 Sep 2007 23:24:59 +0200 diff --git a/helm/software/DEVEL/ocaml-http/debian/rules b/helm/software/DEVEL/ocaml-http/debian/rules index b86c61d28..bc214e157 100755 --- a/helm/software/DEVEL/ocaml-http/debian/rules +++ b/helm/software/DEVEL/ocaml-http/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 PKGNAME = libhttp-ocaml-dev OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES) -- 2.39.2