[Pkg-ocaml-maint-commits] r1959 - trunk/packages/ocamldap/trunk/debian

Sylvain LE GALL gildor-guest at costa.debian.org
Wed Nov 9 15:56:51 UTC 2005


Author: gildor-guest
Date: 2005-11-09 15:56:50 +0000 (Wed, 09 Nov 2005)
New Revision: 1959

Modified:
   trunk/packages/ocamldap/trunk/debian/changelog
   trunk/packages/ocamldap/trunk/debian/rules
Log:
Minor cosmetic change to the rule -- SLG


Modified: trunk/packages/ocamldap/trunk/debian/changelog
===================================================================
--- trunk/packages/ocamldap/trunk/debian/changelog	2005-11-09 15:51:13 UTC (rev 1958)
+++ trunk/packages/ocamldap/trunk/debian/changelog	2005-11-09 15:56:50 UTC (rev 1959)
@@ -1,3 +1,9 @@
+ocamldap (2.1.5-2) unstable; urgency=low
+
+  * Minor cosmetic changes to the rule files
+
+ -- Sylvain Le Gall <sylvain.le-gall at polytechnique.org>  Wed,  9 Nov 2005 16:55:07 +0100
+
 ocamldap (2.1.5-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/packages/ocamldap/trunk/debian/rules
===================================================================
--- trunk/packages/ocamldap/trunk/debian/rules	2005-11-09 15:51:13 UTC (rev 1958)
+++ trunk/packages/ocamldap/trunk/debian/rules	2005-11-09 15:56:50 UTC (rev 1959)
@@ -2,8 +2,9 @@
 
 include /usr/share/dpatch/dpatch.make 
 
-OCAML_LIBDIR=$(shell ocamlc -where)
+OCAMLIBDIR=$(shell ocamlc -where)
 PACKAGE=ocamldap
+DESTDIR_DEV=$(CURDIR)/debian/libldap-ocaml-dev/
 
 configure: configure-stamp
 configure-stamp:
@@ -43,14 +44,14 @@
 	dh_clean -k
 	dh_installdirs
 		
-	mkdir -p $(CURDIR)/debian/libldap-ocaml-dev/$(OCAML_LIBDIR)
+	mkdir -p $(DESTDIR_DEV)/$(OCAMLIBDIR)
 
 	$(MAKE) install \
 	  OCAMLFIND_INSTFLAGS="-ldconf ignore -destdir \
-	  $(CURDIR)/debian/libldap-ocaml-dev/$(OCAML_LIBDIR)"
+	  $(DESTDIR_DEV)/$(OCAMLIBDIR)"
 			   
 	ocamlfind ocamldoc -package ssl -html -d \
-	$(CURDIR)/debian/libldap-ocaml-dev/usr/share/doc/libldap-ocaml-dev/html/ *.mli
+	$(DESTDIR_DEV)/usr/share/doc/libldap-ocaml-dev/html/ *.mli
 	  
 install-indep: DH_OPTIONS=
 install-indep: build




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