[Pkg-ocaml-maint-commits] r2512 - trunk/packages/ocaml-getopt/debian

Mike Furr mfurr at costa.debian.org
Wed Jan 18 01:26:56 UTC 2006


Author: mfurr
Date: 2006-01-18 01:26:56 +0000 (Wed, 18 Jan 2006)
New Revision: 2512

Modified:
   trunk/packages/ocaml-getopt/debian/changelog
   trunk/packages/ocaml-getopt/debian/rules
Log:
fix wrong install path


Modified: trunk/packages/ocaml-getopt/debian/changelog
===================================================================
--- trunk/packages/ocaml-getopt/debian/changelog	2006-01-18 01:26:46 UTC (rev 2511)
+++ trunk/packages/ocaml-getopt/debian/changelog	2006-01-18 01:26:56 UTC (rev 2512)
@@ -1,3 +1,10 @@
+ocaml-getopt (0.0.20040811-5) unstable; urgency=low
+
+  * Oops, missed one hard-coded path which caused everything 
+    to be installed into 3.09.0 instead of .1
+
+ -- Mike Furr <mfurr at debian.org>  Tue, 17 Jan 2006 20:21:48 -0500
+
 ocaml-getopt (0.0.20040811-4) unstable; urgency=low
 
   * Remove hard-coded abi strings

Modified: trunk/packages/ocaml-getopt/debian/rules
===================================================================
--- trunk/packages/ocaml-getopt/debian/rules	2006-01-18 01:26:46 UTC (rev 2511)
+++ trunk/packages/ocaml-getopt/debian/rules	2006-01-18 01:26:56 UTC (rev 2512)
@@ -42,8 +42,8 @@
 	dh_clean -k 
 	dh_installdirs
 
-	mkdir -p $(CURDIR)/debian/libgetopt-ocaml-dev/usr/lib/ocaml/3.09.0/
-	$(MAKE) install OCAMLFIND_DESTDIR=$(CURDIR)/debian/libgetopt-ocaml-dev/usr/lib/ocaml/3.09.0/
+	mkdir -p $(CURDIR)/debian/libgetopt-ocaml-dev/usr/lib/ocaml/$(OCAMLABI)/
+	$(MAKE) install OCAMLFIND_DESTDIR=$(CURDIR)/debian/libgetopt-ocaml-dev/usr/lib/ocaml/$(OCAMLABI)/
 
 
 # Build architecture-independent files here.




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