[Pkg-ocaml-maint-commits] r860 - in packages/ocamlgsl/trunk: . debian debian/patches

Sylvain LE GALL gildor-guest@haydn.debian.org
Tue, 07 Dec 2004 17:17:12 -0700


Author: gildor-guest
Date: 2004-12-07 17:17:07 -0700 (Tue, 07 Dec 2004)
New Revision: 860

Added:
   packages/ocamlgsl/trunk/ocamlgsl_0.3.5.orig.tar.gz
Removed:
   packages/ocamlgsl/trunk/ocamlgsl_0.3.4.orig.tar.gz
Modified:
   packages/ocamlgsl/trunk/debian/changelog
   packages/ocamlgsl/trunk/debian/control
   packages/ocamlgsl/trunk/debian/patches/make_bytecode.dpatch
Log:
New upstream release of ocamlgsl -- SLG


Modified: packages/ocamlgsl/trunk/debian/changelog
===================================================================
--- packages/ocamlgsl/trunk/debian/changelog	2004-12-07 23:43:57 UTC (rev 859)
+++ packages/ocamlgsl/trunk/debian/changelog	2004-12-08 00:17:07 UTC (rev 860)
@@ -1,3 +1,9 @@
+ocamlgsl (0.3.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Wed,  8 Dec 2004 00:51:07 +0100
+
 ocamlgsl (0.3.4-2) unstable; urgency=low
 
   * Transition to ocaml-3.08. Files modified :

Modified: packages/ocamlgsl/trunk/debian/control
===================================================================
--- packages/ocamlgsl/trunk/debian/control	2004-12-07 23:43:57 UTC (rev 859)
+++ packages/ocamlgsl/trunk/debian/control	2004-12-08 00:17:07 UTC (rev 860)
@@ -1,7 +1,7 @@
 Source: ocamlgsl
 Section: devel
 Priority: optional
-Maintainer: Sylvain LE GALL <sylvain.le-gall@polytechnique.org> 
+Maintainer: Sylvain Le Gall <sylvain.le-gall@polytechnique.org> 
 Build-Depends: ocaml-nox-3.08, debhelper (>= 4), dpatch (>=1.11), ocaml-findlib, libgsl0-dev, chrpath, gawk
 Standards-Version: 3.6.1
 

Modified: packages/ocamlgsl/trunk/debian/patches/make_bytecode.dpatch
===================================================================
--- packages/ocamlgsl/trunk/debian/patches/make_bytecode.dpatch	2004-12-07 23:43:57 UTC (rev 859)
+++ packages/ocamlgsl/trunk/debian/patches/make_bytecode.dpatch	2004-12-08 00:17:07 UTC (rev 860)
@@ -23,25 +23,34 @@
 exit 0
 
 @DPATCH@
-diff -urNad /mnt/nfs0/gildor/deb/ocaml-package/ocamlgsl/ocamlgsl-0.3.2/Makefile ocamlgsl-0.3.2/Makefile
---- /mnt/nfs0/gildor/deb/ocaml-package/ocamlgsl/ocamlgsl-0.3.2/Makefile	2004-02-17 00:18:39.000000000 +0100
-+++ ocamlgsl-0.3.2/Makefile	2004-02-17 00:19:29.000000000 +0100
-@@ -104,7 +104,11 @@
+diff -urNad ocamlgsl-0.3.5/Makefile /tmp/dpep.uLg6Jv/ocamlgsl-0.3.5/Makefile
+--- ocamlgsl-0.3.5/Makefile	2004-10-23 15:58:33.000000000 +0200
++++ /tmp/dpep.uLg6Jv/ocamlgsl-0.3.5/Makefile	2004-12-08 01:06:03.000000000 +0100
+@@ -108,12 +108,18 @@
             $(wildcard test/*.ml) $(wildcard ocamlgsl.info*)
- VERSION := 0.3.2
+ VERSION := 0.3.5
  
--all : dllmlgsl.$(D) libmlgsl.$(A) gsl.cma gsl.cmxa $(CMI)
-+all-byte: dllmlgsl.$(D) gsl.cma $(CMI)
+-all : stubs gsl.cma gsl.cmxa $(CMI)
++all-byte: stubs-byte gsl.cma $(CMI)
 +
-+all-opt: all-byte libmlgsl.$(A) gsl.cmxa $(CMI)
++all-opt: all-byte stubs-opt gsl.cmxa $(CMI)
 +
-+all : all-opt
++all: all-opt
  
+ ifdef DYNAMIC_LINKING
+-stubs : dllmlgsl.$(D) libmlgsl.$(A) 
++stubs-opt : libmlgsl.$(A) 
++stubs-byte: dllmlgsl.$(D)
+ else
+-stubs : libmlgsl.$(A)
++stubs-opt : libmlgsl.$(A)
++stubs-byte: 
+ endif
+ 
  libmlgsl.$(A) : $(SOBJ)
- 	$(call MKLIB,mlgsl,$^)
-@@ -126,7 +130,15 @@
+@@ -136,7 +142,15 @@
  top : libmlgsl.$(A) gsl.cma
- 	ocamlmktop -o ocamlgsl$(EXE) bigarray.cma gsl.cma
+ 	ocamlmktop -I . -o ocamlgsl$(EXE) bigarray.cma gsl.cma
  
 -install : all
 +install-byte: all-byte
@@ -56,9 +65,9 @@
  	mkdir -p $(DESTDIR)$(INSTALLDIR)
  	cp libmlgsl.$(A) dllmlgsl.$(D) gsl.cma gsl.cmxa gsl.$(A) \
            $(CMI) $(MLOPTOBJ) $(DESTDIR)$(INSTALLDIR)
-@@ -134,6 +146,8 @@
- 	if test -w $(DESTDIR)$(OCAMLDIR)/stublibs ; then \
-           ln -sf $(INSTALLDIR)/dllmlgsl.$(D) $(DESTDIR)$(OCAMLDIR)/stublibs ; fi
+@@ -151,6 +165,8 @@
+         $(OCAMLFIND) install gsl META \
+           libmlgsl.$(A) dllmlgsl.$(D) gsl.cma gsl.cmxa gsl.$(A) $(CMI) $(MLOPTOBJ) 
  
 +install: install-opt
 +

Deleted: packages/ocamlgsl/trunk/ocamlgsl_0.3.4.orig.tar.gz
===================================================================
(Binary files differ)

Added: packages/ocamlgsl/trunk/ocamlgsl_0.3.5.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: packages/ocamlgsl/trunk/ocamlgsl_0.3.5.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream