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

Sylvain LE GALL gildor-guest at costa.debian.org
Thu Jul 21 22:40:48 UTC 2005


Author: gildor-guest
Date: 2005-07-21 22:40:37 +0000 (Thu, 21 Jul 2005)
New Revision: 1473

Added:
   trunk/packages/ocamlgsl/trunk/ocamlgsl_0.4.0.orig.tar.gz
Removed:
   trunk/packages/ocamlgsl/trunk/ocamlgsl_0.3.5.orig.tar.gz
Modified:
   trunk/packages/ocamlgsl/trunk/debian/changelog
   trunk/packages/ocamlgsl/trunk/debian/control
   trunk/packages/ocamlgsl/trunk/debian/rules
Log:
New upstream release of ocamlgsl, add new arch -- SLG


Modified: trunk/packages/ocamlgsl/trunk/debian/changelog
===================================================================
--- trunk/packages/ocamlgsl/trunk/debian/changelog	2005-07-21 22:39:27 UTC (rev 1472)
+++ trunk/packages/ocamlgsl/trunk/debian/changelog	2005-07-21 22:40:37 UTC (rev 1473)
@@ -1,3 +1,12 @@
+ocamlgsl (0.4.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Added kfreebsd-i386 to the list of arch
+    (Closes: #314703)
+  * Migration to Standards-Version 3.6.2.0 (no change)
+
+ -- Sylvain Le Gall <sylvain.le-gall at polytechnique.org>  Thu, 21 Jul 2005 23:34:51 +0200
+
 ocamlgsl (0.3.5-3) unstable; urgency=high
 
   * Add dependency on libgsl0-dev (Closes: #309844)

Modified: trunk/packages/ocamlgsl/trunk/debian/control
===================================================================
--- trunk/packages/ocamlgsl/trunk/debian/control	2005-07-21 22:39:27 UTC (rev 1472)
+++ trunk/packages/ocamlgsl/trunk/debian/control	2005-07-21 22:40:37 UTC (rev 1473)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Sylvain Le Gall <sylvain.le-gall at polytechnique.org> 
 Build-Depends: ocaml-nox-3.08.3, debhelper (>= 4), dpatch (>=1.11), ocaml-findlib, libgsl0-dev, chrpath, gawk
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2.0
 
 
 Package: libocamlgsl-ocaml-dev
 Section: libdevel
-Architecture: i386 arm ia64 s390 alpha powerpc m68k mips mipsel amd64
+Architecture: i386 arm ia64 s390 alpha powerpc m68k mips mipsel amd64 kfreebsd-i386
 Depends: ${shlibs:Depends}, ocaml-nox-3.08.3, libocamlgsl-ocaml (= ${Source-Version}), libgsl0-dev
 Description: GNU scientific library for OCaml
  This is an interface to GSL (GNU scientific library), for the
@@ -18,7 +18,7 @@
 
 Package: libocamlgsl-ocaml
 Section: libs
-Architecture: i386 arm ia64 s390 alpha powerpc m68k mips mipsel amd64
+Architecture: i386 arm ia64 s390 alpha powerpc m68k mips mipsel amd64 kfreebsd-i386
 Depends: ${shlibs:Depends}, ocaml-base-nox-3.08.3
 Description: GNU scientific library for OCaml
  This is an interface to GSL (GNU scientific library), for the

Modified: trunk/packages/ocamlgsl/trunk/debian/rules
===================================================================
--- trunk/packages/ocamlgsl/trunk/debian/rules	2005-07-21 22:39:27 UTC (rev 1472)
+++ trunk/packages/ocamlgsl/trunk/debian/rules	2005-07-21 22:40:37 UTC (rev 1473)
@@ -2,7 +2,7 @@
 
 include /usr/share/dpatch/dpatch.make 
 
-OCAML_VERSION=3.08.3
+OCAML_LIBDIR=$(shell ocamlc -where)
 PACKAGE_DEV=libocamlgsl-ocaml-dev
 PACKAGE=libocamlgsl-ocaml
 
@@ -44,12 +44,12 @@
 		$(MAKE) install-byte DESTDIR="$(CURDIR)/debian/$(PACKAGE_DEV)";\
 	fi
 	cp -R doc $(CURDIR)/debian/$(PACKAGE_DEV)/usr/share/doc/$(PACKAGE_DEV)/html
-	$(RM) -r $(CURDIR)/debian/$(PACKAGE_DEV)/usr/lib/ocaml/$(OCAML_VERSION)/stublibs
-	mv $(CURDIR)/debian/$(PACKAGE_DEV)/usr/lib/ocaml/$(OCAML_VERSION)/gsl/*.so \
-	 $(CURDIR)/debian/$(PACKAGE)/usr/lib/ocaml/$(OCAML_VERSION)/stublibs/
+	$(RM) -r $(CURDIR)/debian/$(PACKAGE_DEV)/$(OCAML_LIBDIR)/stublibs
+	mv $(CURDIR)/debian/$(PACKAGE_DEV)/$(OCAML_LIBDIR)/gsl/*.so \
+	 $(CURDIR)/debian/$(PACKAGE)/$(OCAML_LIBDIR)/stublibs/
 	cp $(CURDIR)/META \
-	 $(CURDIR)/debian/$(PACKAGE_DEV)/usr/lib/ocaml/$(OCAML_VERSION)/gsl/META
-	chrpath -d $(CURDIR)/debian/$(PACKAGE)/usr/lib/ocaml/$(OCAML_VERSION)/stublibs/*.so
+	 $(CURDIR)/debian/$(PACKAGE_DEV)/$(OCAML_LIBDIR)/gsl/META
+	chrpath -d $(CURDIR)/debian/$(PACKAGE)/$(OCAML_LIBDIR)/stublibs/*.so
 	  
 install-indep: DH_OPTIONS=
 install-indep: build

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

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


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




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