[Pkg-ocaml-maint-commits] r3278 - in /trunk/packages/ocamlgsl/trunk/debian: changelog rules

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Wed Oct 25 23:20:55 UTC 2006


Author: gildor
Date: Wed Oct 25 23:20:54 2006
New Revision: 3278

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3278
Log:
* Fix typo,
-- SLG

Modified:
    trunk/packages/ocamlgsl/trunk/debian/changelog
    trunk/packages/ocamlgsl/trunk/debian/rules

Modified: trunk/packages/ocamlgsl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgsl/trunk/debian/changelog?rev=3278&op=diff
==============================================================================
--- trunk/packages/ocamlgsl/trunk/debian/changelog (original)
+++ trunk/packages/ocamlgsl/trunk/debian/changelog Wed Oct 25 23:20:54 2006
@@ -1,3 +1,10 @@
+ocamlgsl (0.5.1-3) unstable; urgency=low
+
+  * Correct a typo OCAML_HAVE_OPT -> OCAML_HAVE_OCAMLOPT 
+    (Closes: #393442)
+
+ -- Sylvain Le Gall <gildor at debian.org>  Thu, 26 Oct 2006 01:17:00 +0200
+
 ocamlgsl (0.5.1-2) unstable; urgency=low
 
   * Add versionned dependency on dpkg-dev

Modified: trunk/packages/ocamlgsl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlgsl/trunk/debian/rules?rev=3278&op=diff
==============================================================================
--- trunk/packages/ocamlgsl/trunk/debian/rules (original)
+++ trunk/packages/ocamlgsl/trunk/debian/rules Wed Oct 25 23:20:54 2006
@@ -32,7 +32,7 @@
 
 
 DEB_MAKE_CLEAN_TARGET    := clean
-ifeq ($(OCAML_HAVE_OPT),yes)
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET    := all-opt
 DEB_MAKE_INSTALL_TARGET  := install-opt
 else




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