[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.3-1-15-ge4a1429
Ralf Treinen (none)
treinen at debian.
Mon Apr 20 02:19:07 UTC 2009
The following commit has been merged in the master branch:
commit bcee12c472d4e35a014475a9d284556d43a122b3
Author: Ralf Treinen <treinen at debian.(none)>
Date: Mon Apr 20 10:36:25 2009 +0900
added some bytecode dependencies, install examples
diff --git a/debian/changelog b/debian/changelog
index 16cbe78..fa6a551 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,11 +4,13 @@ pkglab (1.4-1) unstable; urgency=low
* Added myself to uploaders
* Standards-Version 3.8.1 (no change)
* Added build-dependency on dh-ocaml (closes: #523614), libzip-ocaml-dev.
+ * Added dependency in the bytecode case on libledit-ocaml, libzip-ocaml
* debian/rules: cdbs class/ocaml.mk -> rules/ocaml.mk
+ * Install pkglab examples directory.
- -- Ralf Treinen <treinen at debian.org> Thu, 16 Apr 2009 17:49:52 +0900
+ -- Ralf Treinen <treinen at debian.org> Mon, 20 Apr 2009 10:31:11 +0900
-pkglab (1.3-1) experimental; urgency=low
+pkglab (1.3-1) exprerimental; urgency=low
* Initial release. (Closes: #494206)
diff --git a/debian/pkglab.examples b/debian/pkglab.examples
new file mode 100644
index 0000000..1e107f5
--- /dev/null
+++ b/debian/pkglab.examples
@@ -0,0 +1 @@
+examples
diff --git a/debian/rules b/debian/rules
index d638371..79a8058 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,9 @@ ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
DEB_MAKE_BUILD_TARGET = depend pkglab.opt
else
DEB_MAKE_BUILD_TARGET = depend pkglab
-DEB_DH_GENCONTROL_ARGS += -VF:OCamlInterpDepends="ocaml-base-nox-$(OCAML_ABI), libdose2-ocaml"
+DEB_DH_GENCONTROL_ARGS += -VF:OCamlInterpDepends=\
+ "ocaml-base-nox-$(OCAML_ABI), libdose2-ocaml, libledit-ocaml, libzip-ocaml"
DEB_STRIP_EXCLUDE += usr/bin/pkglab
endif
+
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/$(BIN_PKG)/usr/bin
--
pkglab packaging
More information about the Pkg-ocaml-maint-commits
mailing list