[Pkg-ocaml-maint-commits] r2540 - trunk/packages/advi/trunk/debian

Samuel Mimram smimram at costa.debian.org
Tue Jan 24 21:24:02 UTC 2006


Author: smimram
Date: 2006-01-24 21:24:01 +0000 (Tue, 24 Jan 2006)
New Revision: 2540

Modified:
   trunk/packages/advi/trunk/debian/changelog
   trunk/packages/advi/trunk/debian/rules
Log:
Adapt the build targets to the new patch.

Modified: trunk/packages/advi/trunk/debian/changelog
===================================================================
--- trunk/packages/advi/trunk/debian/changelog	2006-01-23 22:30:51 UTC (rev 2539)
+++ trunk/packages/advi/trunk/debian/changelog	2006-01-24 21:24:01 UTC (rev 2540)
@@ -1,3 +1,9 @@
+advi (1.6.0-8) unstable; urgency=low
+
+  * Adapt the build targets to the new patch.
+
+ -- Samuel Mimram <smimram at debian.org>  Tue, 24 Jan 2006 22:16:49 +0100
+
 advi (1.6.0-7) unstable; urgency=low
 
   * Rebuild for ocaml 3.09.1.

Modified: trunk/packages/advi/trunk/debian/rules
===================================================================
--- trunk/packages/advi/trunk/debian/rules	2006-01-23 22:30:51 UTC (rev 2539)
+++ trunk/packages/advi/trunk/debian/rules	2006-01-24 21:24:01 UTC (rev 2540)
@@ -63,17 +63,17 @@
 	$(MAKE) dep
 	if [ -x /usr/bin/ocamlopt.opt ]; then \
 		echo "Building the native code version with the native compilers"; \
-	        $(MAKE) HAVE_OPT=".opt" allopt; \
+	        $(MAKE) HAVE_OPT=".opt" bin; \
 		touch opt-built-stamp; \
 	else if [ -x /usr/bin/ocamlopt ]; then \
 		echo "Building the native code version"; \
-	        $(MAKE) HAVE_OPT="" allopt; \
+	        $(MAKE) HAVE_OPT="" bin; \
 		touch opt-built-stamp; \
 	else \
 		echo "Building the bytecode version"; \
-	        $(MAKE) allbyt; \
+	        $(MAKE) byt; \
 	fi fi
-	#$(MAKE) documentation
+	$(MAKE) doc
 	ln -s tex/advilogo.eps test/
 	#ln -s tex/bar.eps test/
 	cd test && $(MAKE)




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