[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/1.1-1-10-ga081404

Mehdi Dogguy dogguy at pps.jussieu.fr
Fri Sep 4 09:11:26 UTC 2009


The following commit has been merged in the master branch:
commit ae7d75ff1e171d2f28b42ce1498382f84712350c
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Thu Sep 3 18:42:50 2009 +0200

    Install binaries using install target

diff --git a/debian/rules b/debian/rules
index 13388ff..4ab7586 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,9 @@ DEB_MAKE_CLEAN_TARGET = distclean
 DEB_MAKE_BUILD_TARGET = all 
 # TODO: reactivate when it doc/intro.txt will be back
 #DEB_MAKE_BUILD_TARGET += doc
-DEB_MAKE_INSTALL_TARGET = install-findlib \
+DEB_MAKE_INSTALL_TARGET = install install-findlib \
 			  prefix="$(CURDIR)/debian/ocamlgraph-editor/usr" \
+			  DESTDIR="$(CURDIR)/debian/$(DEV_PKG)/" \
 			  OCAMLFIND_DESTDIR="$(CURDIR)/debian/$(DEV_PKG)/$(OCAML_STDLIB_DIR)"
 
 # TODO: reactive when doc/intro.txt will be back

-- 
ocamlgraph packaging



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