[Pkg-ocaml-maint-commits] [SCM] ocamlpam packaging branch, master, updated. b01dbbf626b0f8f589827a38066c3edbeef7c323

Stephane Glondu glondu at nickel.pps.jussieu.fr
Tue Jun 10 13:54:19 UTC 2008


The following commit has been merged in the master branch:
commit 8d7d4b4607309b41ebae6a319f4954d96bfb525c
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Jun 10 15:05:24 2008 +0200

    Install shared stubs

diff --git a/debian/libpam-ocaml.install.in b/debian/libpam-ocaml.install.in
new file mode 100644
index 0000000..dbfc764
--- /dev/null
+++ b/debian/libpam-ocaml.install.in
@@ -0,0 +1 @@
+usr/lib/ocaml/@OCamlABI@/stublibs/*
diff --git a/debian/rules b/debian/rules
index 7204ae6..a78065b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ install: build
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp/usr/lib/ocaml/$(OCAMLABI)/pam install
+	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp/usr/lib/ocaml/$(OCAMLABI) install
 
 
 binary-indep: build install

-- 
ocamlpam packaging



More information about the Pkg-ocaml-maint-commits mailing list