[Pkg-ocaml-maint-commits] r5834 - in /trunk/packages/ocsigen: trunk/debian/changelog trunk/debian/control trunk/debian/rules upstream/ocsigen_1.1.0~rc1.orig.tar.gz

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Mon Jul 7 10:02:37 UTC 2008


Author: glondu-guest
Date: Mon Jul  7 10:02:37 2008
New Revision: 5834

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5834
Log:
New upstream release, and remove liblwt-ocaml-dev

Added:
    trunk/packages/ocsigen/upstream/ocsigen_1.1.0~rc1.orig.tar.gz   (with props)
Modified:
    trunk/packages/ocsigen/trunk/debian/changelog
    trunk/packages/ocsigen/trunk/debian/control
    trunk/packages/ocsigen/trunk/debian/rules

Modified: trunk/packages/ocsigen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/changelog?rev=5834&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/changelog (original)
+++ trunk/packages/ocsigen/trunk/debian/changelog Mon Jul  7 10:02:37 2008
@@ -1,10 +1,13 @@
-ocsigen (1.0.0-2) UNRELEASED; urgency=low
+ocsigen (1.1.0~rc1-1) UNRELEASED; urgency=low
 
+  * New upstream release.
+  * Remove liblwt-ocaml-dev binary package, as it has its own source
+    package now.
   * Add support for update hooks in /etc/ocsigen/update.d.
   * Add DM-Upload-Allowed field to debian/control.
   * Ship .mli files in ocsigen-dev.
 
- -- Stephane Glondu <steph at glondu.net>  Fri, 25 Apr 2008 18:01:50 +0200
+ -- Stephane Glondu <steph at glondu.net>  Mon, 07 Jul 2008 11:38:26 +0200
 
 ocsigen (1.0.0-1) unstable; urgency=low
 

Modified: trunk/packages/ocsigen/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/control?rev=5834&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/control (original)
+++ trunk/packages/ocsigen/trunk/debian/control Mon Jul  7 10:02:37 2008
@@ -4,7 +4,17 @@
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Stephane Glondu <steph at glondu.net>, Samuel Mimram <smimram at debian.org>, Stefano Zacchiroli <zack at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5), dpatch, ocaml-nox (>= 3.10), camlp4, camlp4-extra, ocaml-findlib, libocamlnet-ocaml-dev (>= 2.0), libssl-ocaml-dev (>= 0.4.0), libgdbm-dev, libsqlite3-ocaml-dev, libzip-ocaml-dev, libcryptokit-ocaml-dev
+Build-Depends: debhelper (>= 5), dpatch,
+ ocaml-nox (>= 3.10),
+ camlp4, camlp4-extra,
+ ocaml-findlib,
+ liblwt-ocaml-dev (>= 1.1.0),
+ libocamlnet-ocaml-dev (>= 2.0),
+ libssl-ocaml-dev (>= 0.4.0),
+ libgdbm-dev,
+ libsqlite3-ocaml-dev,
+ libzip-ocaml-dev,
+ libcryptokit-ocaml-dev
 Standards-Version: 3.7.3
 Homepage: http://www.ocsigen.org/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk
@@ -12,7 +22,13 @@
 
 Package: ocsigen
 Architecture: any
-Depends: adduser, psmisc, ${shlibs:Depends}, ocaml-nox-${F:OCamlABI}, ocaml-findlib, libsqlite3-ocaml-dev, libcryptokit-ocaml-dev, libzip-ocaml-dev
+Depends: adduser, psmisc,
+ ${shlibs:Depends},
+ ocaml-nox-${F:OCamlABI},
+ ocaml-findlib,
+ libsqlite3-ocaml-dev,
+ libcryptokit-ocaml-dev,
+ libzip-ocaml-dev
 Suggests: ocsigen-doc
 Description: Web server and programming framework in OCaml
  Ocsigen is a Web server and a programming framework providing a new
@@ -40,32 +56,24 @@
  strong type system which helps you to produce valid xhtml. The server
  handles sessions, URLs, and page parameters automatically.
  .
- This package contains the documentation of all Ocsigen's modules
- (including Lwt). This is developer's documentation, generated by
- ocamldoc. The documentation for the server itself is available
- online.
-
-Package: liblwt-ocaml-dev
-Section: libdevel
-Priority: extra
-Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libssl-ocaml-dev (>= 0.4.0-1)
-Recommends: ocaml-findlib
-Suggests: ocsigen-doc
-Description: Cooperative light-weight thread library for OCaml
- Lwt is a library of cooperative threads implemented in monadic style.
- With respect to preemptive threads, cooperative threads are not using a
- scheduler to distribute processor time between threads. Instead of this,
- each thread must tell the others that he wants to let them work.
- .
- This package contains all the development stuff you need to use the lwt
- OCaml library in your programs.
+ This package contains the documentation of all Ocsigen's modules.
+ This is developer's documentation, generated by ocamldoc. The
+ documentation for the server itself is available online.
 
 Package: ocsigen-dev
 Section: devel
 Priority: extra
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ocsigen (= ${binary:Version}), liblwt-ocaml-dev, camlp4, camlp4-extra, libocamlnet-ocaml-dev (>= 2.0), libgdbm-dev, libsqlite3-ocaml-dev, libzip-ocaml-dev, libcryptokit-ocaml-dev
+Depends: ocaml-nox-${F:OCamlABI},
+ ocaml-findlib,
+ ocsigen (= ${binary:Version}),
+ liblwt-ocaml-dev,
+ camlp4, camlp4-extra,
+ libocamlnet-ocaml-dev (>= 2.0),
+ libgdbm-dev,
+ libsqlite3-ocaml-dev,
+ libzip-ocaml-dev,
+ libcryptokit-ocaml-dev
 Recommends: ocsigen-doc
 Description: Development files for Ocsigen
  Ocsigen is a Web server and a programming framework providing a new

Modified: trunk/packages/ocsigen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/rules?rev=5834&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/rules (original)
+++ trunk/packages/ocsigen/trunk/debian/rules Mon Jul  7 10:02:37 2008
@@ -16,7 +16,6 @@
 OFILES := $(patsubst %.in,%,$(wildcard debian/*.in))
 
 DESTDIR := $(CURDIR)/debian/tmp
-LWT_XTARGET := $(if $(NATIVECODE),lwt.opt)
 
 ocamlinit:
 	for f in $(OFILES); do sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $$f.in > $$f; done
@@ -44,7 +43,7 @@
 	dh_testdir
 
 	$(MAKE) depend
-	$(MAKE) all $(LWT_XTARGET)
+	$(MAKE) all
 
 	touch $@
 

Added: trunk/packages/ocsigen/upstream/ocsigen_1.1.0~rc1.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/upstream/ocsigen_1.1.0%7Erc1.orig.tar.gz?rev=5834&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/ocsigen/upstream/ocsigen_1.1.0~rc1.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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