X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Flablgtkmathview%2Fdebian%2Frules;h=86221bf6f618358628155f91cf5ec69d4845724d;hb=cf497123176d912bdef9baa16c25ace0ad9477fe;hp=f6e084d780098d7a5b695a9bd1665b3ffe875f7a;hpb=b2d90f84d53896b5b195e168ac2c6ba4416245d5;p=helm.git diff --git a/helm/DEVEL/lablgtkmathview/debian/rules b/helm/DEVEL/lablgtkmathview/debian/rules index f6e084d78..86221bf6f 100755 --- a/helm/DEVEL/lablgtkmathview/debian/rules +++ b/helm/DEVEL/lablgtkmathview/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 TARGETDIR = debian/liblablgtkmathview-ocaml-dev @@ -46,7 +46,7 @@ install: build # trick: redifine CAMLLIB so that findlibd doesn't try to modify the # official /var/lib/ocaml/ld.conf - CAMLLIB=$(CURDIR) $(MAKE) install PREFIX=$(TARGETDIR)/usr/lib/ocaml + $(MAKE) install PREFIX=$(TARGETDIR)/usr/lib/ocaml movefiles: install dh_movefiles -p liblablgtkmathview-ocaml --sourcedir=$(TARGETDIR) @@ -68,7 +68,7 @@ binary-arch: build install dh_link -s dh_strip -s dh_compress -s - dh_ocamlld -p liblablgtkmathview-ocaml /usr/lib/ocaml/lablgtkmathview +# dh_ocamlld -p liblablgtkmathview-ocaml /usr/lib/ocaml/lablgtkmathview dh_fixperms -s dh_installdeb -s dh_shlibdeps -s