[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-3-7-gb79a7d8

2009-08-31 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 533b984468f816d7fd462e525c9d55e5cde79fee
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 31 15:10:43 2009 +0200

NOT RELEASED YET

diff --git a/debian/changelog b/debian/changelog
index 9b6e31a..78d11c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+extlib (1.5.1-4) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Stéphane Glondu glo...@debian.org  Mon, 31 Aug 2009 15:10:20 +0200
+
 extlib (1.5.1-3) unstable; urgency=low
 
   * uploading to unstable

-- 
extlib packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-3-7-gb79a7d8

2009-08-31 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 523c81d95b7b50f48bf18e5617f87a35224633e0
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 31 15:09:06 2009 +0200

Add README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..825e83f
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+This package use dpatch for patching the source.
+
+Please consider reading dpatch manpage to patch the source.
+
+ -- Stéphane Glondu glo...@debian.org, Mon, 31 Aug 2009 15:10:05 +0200

-- 
extlib packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-3-7-gb79a7d8

2009-08-31 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 116090013ee6435e0fada3ce023db322df699444
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 31 15:13:24 2009 +0200

Move to section ocaml, update Standards-Version to 3.8.3

diff --git a/debian/control b/debian/control
index bb2dc4d..0fecfd4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: extlib
-Section: libdevel
+Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders: Stefano Zacchiroli z...@debian.org
@@ -10,7 +10,7 @@ Build-Depends:
  dpatch,
  cdbs,
  dh-ocaml (= 0.4)
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/extlib.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/extlib.git
 Homepage: http://code.google.com/p/ocaml-extlib/

-- 
extlib packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-3-7-gb79a7d8

2009-08-31 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 7da4d605d2d41f00dbcb793f98e1d49ef1d2be8b
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 31 15:13:56 2009 +0200

Add myself to Uploaders

diff --git a/debian/control b/debian/control
index 0fecfd4..4b80791 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: extlib
 Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
-Uploaders: Stefano Zacchiroli z...@debian.org
+Uploaders:
+ Stéphane Glondu glo...@debian.org,
+ Stefano Zacchiroli z...@debian.org
 Build-Depends:
  ocaml-nox (= 3.11),
  ocaml-findlib (= 1.2.4),

-- 
extlib packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-3-7-gb79a7d8

2009-08-31 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit bab00b110290d782d424c770295ee89485f244e4
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 31 14:58:14 2009 +0200

Build native plugin, add libextlib-ocaml binary package

diff --git a/debian/control b/debian/control
index 4b80791..72d8e3c 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,10 @@ Homepage: http://code.google.com/p/ocaml-extlib/
 Package: libextlib-ocaml-dev
 Architecture: any
 Depends:
+ libextlib-ocaml (= ${binary:Version}),
  ocaml-nox-${F:OCamlABI},
  ocaml-findlib,
+ ${shlibs:Depends},
  ${misc:Depends}
 Description: extended standard library for OCaml
  ExtLib is a project aiming at providing a complete - yet small -
@@ -38,3 +40,17 @@ Description: extended standard library for OCaml
  references on lists, Unicode characters and UTF-8 encoded
  strings, additional and improved functions for hashtables,
  strings, lists and option types.
+
+Package: libextlib-ocaml
+Architecture: any
+Depends:
+ ocaml-base-nox-${F:OCamlABI},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Replaces: libextlib-ocaml-dev ( 1.5.1-4)
+Conflicts: libextlib-ocaml-dev ( 1.5.1-4)
+Description: extended standard library for OCaml (plugins)
+ ExtLib is a project aiming at providing a complete - yet small -
+ standard library for the OCaml programming language.
+ .
+ This package contains plugins needed by plugins using ExtLib.
diff --git a/debian/libextlib-ocaml-dev.install.in 
b/debian/libextlib-ocaml-dev.install.in
new file mode 100644
index 000..edf0579
--- /dev/null
+++ b/debian/libextlib-ocaml-dev.install.in
@@ -0,0 +1,5 @@
+...@ocamlstdlibdir@/extlib/*.cmi
+...@ocamlstdlibdir@/extlib/*.ml*
+OPT: @OCamlStdlibDir@/extlib/*.a
+OPT: @OCamlStdlibDir@/extlib/*.cmx
+OPT: @OCamlStdlibDir@/extlib/*.cmxa
diff --git a/debian/libextlib-ocaml.install.in 
b/debian/libextlib-ocaml.install.in
new file mode 100644
index 000..d3cb5d5
--- /dev/null
+++ b/debian/libextlib-ocaml.install.in
@@ -0,0 +1,3 @@
+...@ocamlstdlibdir@/extlib/META
+...@ocamlstdlibdir@/extlib/*.cma
+OPT: @OCamlStdlibDir@/extlib/*.cmxs
diff --git a/debian/rules b/debian/rules
index acb6d55..e93a1e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 
 PKGNAME = libextlib-ocaml-dev
 OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)
-PKGDIR = $(CURDIR)/debian/$(PKGNAME)
+PKGDIR = $(CURDIR)/debian/tmp
 DESTDIR = $(PKGDIR)$(OCAML_STDLIB_DIR)/extlib
 DOCDIR = $(PKGDIR)/usr/share/doc/$(PKGNAME)/
 
@@ -13,6 +13,7 @@ common-build-arch::
mkdir -p $(DESTDIR)/ $(DOCDIR)/
if [ -x /usr/bin/ocamlopt ]; then \
ocaml install.ml -d $(DESTDIR)/ -b -n -nodoc; \
+   ocamlopt -shared -linkall -o $(DESTDIR)/extLib.cmxs -I 
$(DESTDIR) $(DESTDIR)/extLib.cmxa; \
else \
ocaml install.ml -d $(DESTDIR)/ -b -nodoc; \
fi

-- 
extlib packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits