[Pkg-ocaml-maint-commits] r3446 - in /trunk/packages/ocamlnet/trunk/debian: ./ patches/

zack at users.alioth.debian.org zack at users.alioth.debian.org
Wed Jan 3 13:03:25 CET 2007


Author: zack
Date: Wed Jan  3 13:03:24 2007
New Revision: 3446

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3446
Log:
snapshot: draft package split

Added:
    trunk/packages/ocamlnet/trunk/debian/libnethttpd-ocaml-dev.install.in
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-gtk2-ocaml-dev.install.in
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.doc-base
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.docs
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.examples
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml-dev.install.in
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml.install.in
Removed:
    trunk/packages/ocamlnet/trunk/debian/docs
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-dev.doc-base.refman
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-dev.examples
    trunk/packages/ocamlnet/trunk/debian/patches/01_build.dpatch
Modified:
    trunk/packages/ocamlnet/trunk/debian/control
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-dev.install.in
    trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml.install.in

Modified: trunk/packages/ocamlnet/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/control?rev=3446&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/control (original)
+++ trunk/packages/ocamlnet/trunk/debian/control Wed Jan  3 13:03:24 2007
@@ -2,64 +2,229 @@
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: debhelper (>> 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.09.2-7), ocaml-findlib (>= 1.1), libpcre-ocaml-dev (>= 5.11.1), liblablgtk2-ocaml-dev, libcryptgps-ocaml-dev
+Build-Depends: debhelper (>> 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.09.2-7), ocaml-findlib, libpcre-ocaml-dev (>= 5.11.1), liblablgtk2-ocaml-dev, libcryptgps-ocaml-dev, libssl-ocaml-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocamlnet
 
 Package: libocamlnet-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libocamlnet-ocaml (= ${Source-Version}), libpcre-ocaml-dev (>= 5.11.1), ocaml-findlib (>= 1.1), ${misc:Depends}
-Description: OCaml application-level Internet protocols and conventions library
- Collection of modules for the Objective Caml language which
- focus on application-level Internet protocols and conventions.
- .
- The current distribution contains:
-  * a mature implementation of the CGI protocol;
-  * an implementation of the JSERV protocol (AJP-1.2), can be
-    used with mod_jserv (Apache JServ) and mod_jk (Jakarta
-    connector) to connect application servers written in O'Caml
-    with web servers
-  * an implementation of the FastCGI protocol, for the same
-    purpose
-  * an HTTP daemon, for substituting the web server completely
-  * a POP3 client
-  * an SMTP client
-  * a library of string processing functions related to Internet
-    protocols (formerly known as "netstring" and distributed
-    separately): MIME encoding/decoding, Date/time parsing,
-    Character encoding conversion, HTML parsing and printing, URL
-    parsing and printing, OO-representation of channels, and a
-    lot more.
- .
- This package contains all the development stuff you need to use
- Ocamlnet in your programs.
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml (= ${Source-Version}), libpcre-ocaml-dev (>= 5.11.1), ${misc:Depends}
+Description: OCaml application-level Internet protocols and conventions library
+ Ocamlnet is a collection of OCaml libraries focusing focus on
+ application-level Internet protocols and conventions.
+ .
+ Ocamlnet consists of the following libraries:
+  * netstring: processing of strings that occur in network context
+  * netcgi1 and netcgi2: portable web applications
+  * nethttpd: is a web server component (HTTP server implementation)
+  * netplex: generic server framework
+  * rpc: OncRPC implementation
+  * netclient: clients for HTTP, FTP, and Telnet
+  * equeue: event queue used for many protocol implementations
+  * shell: external commands invocation
+  * netshm: shared memory for IPC purposes
+  * netsys: bindings for system functions
+  * smtp and pop: two further client implementations
+ .
+ A number of ideas and concepts are used throughout the libraries:
+  * netchannels are a way to abstract sequential I/O channels
+  * event queues provided by equeue and unixqueue make asynchronous
+    protocol interpreters possible
+ .
+  Homepage: http://ocamlnet.sourceforge.net/
+ .
+ This package contains the development stuff you need to use the core
+ Ocamlnet libraries in your programs. The following libraries are
+ packaged separately: SSL-related libraries (libocamlnet-ssl-ocaml-dev),
+ GTK-related libraries (libocamlnet-gtk2-ocaml-dev), nethttpd
+ (libnethttpd-ocaml-dev).
 
 Package: libocamlnet-ocaml
 Architecture: any
 Section: libs
 Depends: ocaml-base-nox-${F:OCamlABI}, libpcre-ocaml, ${shlibs:Depends}, ${misc:Depends}
 Description: OCaml application-level Internet protocols and conventions library
- Collection of modules for the Objective Caml language which
- focus on application-level Internet protocols and conventions.
- .
- The current distribution contains:
-  * a mature implementation of the CGI protocol;
-  * an implementation of the JSERV protocol (AJP-1.2), can be
-    used with mod_jserv (Apache JServ) and mod_jk (Jakarta
-    connector) to connect application servers written in O'Caml
-    with web servers
-  * an implementation of the FastCGI protocol, for the same
-    purpose
-  * an HTTP daemon, for substituting the web server completely
-  * a POP3 client
-  * an SMTP client
-  * a library of string processing functions related to Internet
-    protocols (formerly known as "netstring" and distributed
-    separately): MIME encoding/decoding, Date/time parsing,
-    Character encoding conversion, HTML parsing and printing, URL
-    parsing and printing, OO-representation of channels, and a
-    lot more.
- .
- This package contains only the shared runtime stub libraries.
-
+ Ocamlnet is a collection of OCaml libraries focusing focus on
+ application-level Internet protocols and conventions.
+ .
+ Ocamlnet consists of the following libraries:
+  * netstring: processing of strings that occur in network context
+  * netcgi1 and netcgi2: portable web applications
+  * nethttpd: is a web server component (HTTP server implementation)
+  * netplex: generic server framework
+  * rpc: OncRPC implementation
+  * netclient: clients for HTTP, FTP, and Telnet
+  * equeue: event queue used for many protocol implementations
+  * shell: external commands invocation
+  * netshm: shared memory for IPC purposes
+  * netsys: bindings for system functions
+  * smtp and pop: two further client implementations
+ .
+ A number of ideas and concepts are used throughout the libraries:
+  * netchannels are a way to abstract sequential I/O channels
+  * event queues provided by equeue and unixqueue make asynchronous
+    protocol interpreters possible
+ .
+  Homepage: http://ocamlnet.sourceforge.net/
+ .
+ This package contains only the shared runtime stub libraries for the
+ core Ocamlnet libraries. Stub libraries for SSL-related components are
+ available in the libocamlnet-ssl-ocaml-dev package.
+
+Package: libocamlnet-gtk2-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml-dev (= ${Source-Version}), ${misc:Depends}
+Description: OCaml application-level Internet protocols and conventions library
+ Ocamlnet is a collection of OCaml libraries focusing focus on
+ application-level Internet protocols and conventions.
+ .
+ Ocamlnet consists of the following libraries:
+  * netstring: processing of strings that occur in network context
+  * netcgi1 and netcgi2: portable web applications
+  * nethttpd: is a web server component (HTTP server implementation)
+  * netplex: generic server framework
+  * rpc: OncRPC implementation
+  * netclient: clients for HTTP, FTP, and Telnet
+  * equeue: event queue used for many protocol implementations
+  * shell: external commands invocation
+  * netshm: shared memory for IPC purposes
+  * netsys: bindings for system functions
+  * smtp and pop: two further client implementations
+ .
+ A number of ideas and concepts are used throughout the libraries:
+  * netchannels are a way to abstract sequential I/O channels
+  * event queues provided by equeue and unixqueue make asynchronous
+    protocol interpreters possible
+ .
+  Homepage: http://ocamlnet.sourceforge.net/
+ .
+ This package contains the development stuff you need to use GTK-related
+ libraries of Ocamlnet in your programs.
+
+Package: libocamlnet-ssl-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ssl-ocaml (= ${Source-Version}), libocamlnet-ocaml-dev (= ${Source-Version}), libssl-ocaml-dev, ${misc:Depends}
+Description: OCaml application-level Internet protocols and conventions library
+ Ocamlnet is a collection of OCaml libraries focusing focus on
+ application-level Internet protocols and conventions.
+ .
+ Ocamlnet consists of the following libraries:
+  * netstring: processing of strings that occur in network context
+  * netcgi1 and netcgi2: portable web applications
+  * nethttpd: is a web server component (HTTP server implementation)
+  * netplex: generic server framework
+  * rpc: OncRPC implementation
+  * netclient: clients for HTTP, FTP, and Telnet
+  * equeue: event queue used for many protocol implementations
+  * shell: external commands invocation
+  * netshm: shared memory for IPC purposes
+  * netsys: bindings for system functions
+  * smtp and pop: two further client implementations
+ .
+ A number of ideas and concepts are used throughout the libraries:
+  * netchannels are a way to abstract sequential I/O channels
+  * event queues provided by equeue and unixqueue make asynchronous
+    protocol interpreters possible
+ .
+  Homepage: http://ocamlnet.sourceforge.net/
+ .
+ This package contains the development stuff you need to use SSL-related
+ libraries of Ocamlnet in your programs.
+
+Package: libocamlnet-ssl-ocaml
+Architecture: any
+Section: libs
+Depends: ocaml-base-nox-${F:OCamlABI}, libocamlnet-ocaml (= ${Source-Version}), libssl-ocaml, ${shlibs:Depends}, ${misc:Depends}
+Description: OCaml application-level Internet protocols and conventions library
+ Ocamlnet is a collection of OCaml libraries focusing focus on
+ application-level Internet protocols and conventions.
+ .
+ Ocamlnet consists of the following libraries:
+  * netstring: processing of strings that occur in network context
+  * netcgi1 and netcgi2: portable web applications
+  * nethttpd: is a web server component (HTTP server implementation)
+  * netplex: generic server framework
+  * rpc: OncRPC implementation
+  * netclient: clients for HTTP, FTP, and Telnet
+  * equeue: event queue used for many protocol implementations
+  * shell: external commands invocation
+  * netshm: shared memory for IPC purposes
+  * netsys: bindings for system functions
+  * smtp and pop: two further client implementations
+ .
+ A number of ideas and concepts are used throughout the libraries:
+  * netchannels are a way to abstract sequential I/O channels
+  * event queues provided by equeue and unixqueue make asynchronous
+    protocol interpreters possible
+ .
+  Homepage: http://ocamlnet.sourceforge.net/
+ .
+ This package contains only the shared runtime stub libraries for the
+ SSL-related libraries of Ocamlnet.
+
+Package: libnethttpd-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libocamlnet-ocaml-dev (= ${Source-Version}), ${misc:Depends}
+Description: OCaml application-level Internet protocols and conventions library
+ Ocamlnet is a collection of OCaml libraries focusing focus on
+ application-level Internet protocols and conventions.
+ .
+ Ocamlnet consists of the following libraries:
+  * netstring: processing of strings that occur in network context
+  * netcgi1 and netcgi2: portable web applications
+  * nethttpd: is a web server component (HTTP server implementation)
+  * netplex: generic server framework
+  * rpc: OncRPC implementation
+  * netclient: clients for HTTP, FTP, and Telnet
+  * equeue: event queue used for many protocol implementations
+  * shell: external commands invocation
+  * netshm: shared memory for IPC purposes
+  * netsys: bindings for system functions
+  * smtp and pop: two further client implementations
+ .
+ A number of ideas and concepts are used throughout the libraries:
+  * netchannels are a way to abstract sequential I/O channels
+  * event queues provided by equeue and unixqueue make asynchronous
+    protocol interpreters possible
+ .
+  Homepage: http://ocamlnet.sourceforge.net/
+ .
+ This package contains the development stuff you need to use the
+ nethttpd library in your programs.
+
+Package: libocamlnet-ocaml-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libocamlnet-ocaml-dev
+Description: OCaml application-level Internet protocols and conventions library
+ Ocamlnet is a collection of OCaml libraries focusing focus on
+ application-level Internet protocols and conventions.
+ .
+ Ocamlnet consists of the following libraries:
+  * netstring: processing of strings that occur in network context
+  * netcgi1 and netcgi2: portable web applications
+  * nethttpd: is a web server component (HTTP server implementation)
+  * netplex: generic server framework
+  * rpc: OncRPC implementation
+  * netclient: clients for HTTP, FTP, and Telnet
+  * equeue: event queue used for many protocol implementations
+  * shell: external commands invocation
+  * netshm: shared memory for IPC purposes
+  * netsys: bindings for system functions
+  * smtp and pop: two further client implementations
+ .
+ A number of ideas and concepts are used throughout the libraries:
+  * netchannels are a way to abstract sequential I/O channels
+  * event queues provided by equeue and unixqueue make asynchronous
+    protocol interpreters possible
+ .
+  Homepage: http://ocamlnet.sourceforge.net/
+ .
+ This package contains the Ocamlnet reference manual in HTML format and
+ several examples about how to use the various libraries.
+

Added: trunk/packages/ocamlnet/trunk/debian/libnethttpd-ocaml-dev.install.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libnethttpd-ocaml-dev.install.in?rev=3446&op=file
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libnethttpd-ocaml-dev.install.in (added)
+++ trunk/packages/ocamlnet/trunk/debian/libnethttpd-ocaml-dev.install.in Wed Jan  3 13:03:24 2007
@@ -1,0 +1,3 @@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/nethttpd			@OCamlStdlibDir@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/nethttpd-for-netcgi1	@OCamlStdlibDir@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/nethttpd-for-netcgi2	@OCamlStdlibDir@

Added: trunk/packages/ocamlnet/trunk/debian/libocamlnet-gtk2-ocaml-dev.install.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libocamlnet-gtk2-ocaml-dev.install.in?rev=3446&op=file
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libocamlnet-gtk2-ocaml-dev.install.in (added)
+++ trunk/packages/ocamlnet/trunk/debian/libocamlnet-gtk2-ocaml-dev.install.in Wed Jan  3 13:03:24 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/equeue-gtk2			@OCamlStdlibDir@

Modified: trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-dev.install.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-dev.install.in?rev=3446&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-dev.install.in (original)
+++ trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-dev.install.in Wed Jan  3 13:03:24 2007
@@ -1,24 +1,19 @@
+debian/tmp/usr/bin						/usr/bin
 debian/tmp/usr/lib/ocaml/@OCamlABI@/cgi				@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/equeue			@OCamlStdlibDir@
-debian/tmp/usr/lib/ocaml/@OCamlABI@/equeue-gtk2			@OCamlStdlibDir@
-debian/tmp/usr/lib/ocaml/@OCamlABI@/equeue-ssl			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/netcgi1			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/netcgi2			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/netcgi2-plex		@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/netclient			@OCamlStdlibDir@
-debian/tmp/usr/lib/ocaml/@OCamlABI@/nethttpd			@OCamlStdlibDir@
-debian/tmp/usr/lib/ocaml/@OCamlABI@/nethttpd-for-netcgi1	@OCamlStdlibDir@
-debian/tmp/usr/lib/ocaml/@OCamlABI@/nethttpd-for-netcgi2	@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/netplex			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/netshm			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/netstring			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/netsys			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/pop				@OCamlStdlibDir@
-debian/tmp/usr/lib/ocaml/@OCamlABI@/rpc				@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/rpc-auth-dh			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/rpc-auth-local		@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/rpc-generator		@OCamlStdlibDir@
-debian/tmp/usr/lib/ocaml/@OCamlABI@/rpc-ssl			@OCamlStdlibDir@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/rpc				@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/shell			@OCamlStdlibDir@
 debian/tmp/usr/lib/ocaml/@OCamlABI@/smtp			@OCamlStdlibDir@
 debian/tmp/usr/share/ocamlnet					/usr/share

Added: trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.doc-base?rev=3446&op=file
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.doc-base (added)
+++ trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.doc-base Wed Jan  3 13:03:24 2007
@@ -1,0 +1,9 @@
+Document: ocamlnet-refman
+Title: Ocamlnet 2 Reference Manual
+Author: Gerd Stolpmann
+Abstract: Reference manual for the Ocamlnet library
+Section: Apps/Programming
+
+Format: HTML
+Index: /usr/share/doc/libocamlnet-ocaml-dev/html-main/index.html
+Files: /usr/share/doc/libocamlnet-ocaml-dev/html-main/*

Added: trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.docs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.docs?rev=3446&op=file
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.docs (added)
+++ trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.docs Wed Jan  3 13:03:24 2007
@@ -1,0 +1,2 @@
+RELNOTES
+doc/*

Added: trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.examples
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.examples?rev=3446&op=file
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.examples (added)
+++ trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml-doc.examples Wed Jan  3 13:03:24 2007
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml.install.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml.install.in?rev=3446&op=diff
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml.install.in (original)
+++ trunk/packages/ocamlnet/trunk/debian/libocamlnet-ocaml.install.in Wed Jan  3 13:03:24 2007
@@ -1,1 +1,3 @@
-debian/tmp/usr/lib/ocaml/@OCamlABI@/stublibs/*			@OCamlStdlibDir@/stublibs
+debian/tmp/usr/lib/ocaml/@OCamlABI@/stublibs/*netaccel*		@OCamlStdlibDir@/stublibs
+debian/tmp/usr/lib/ocaml/@OCamlABI@/stublibs/*netsys*		@OCamlStdlibDir@/stublibs
+debian/tmp/usr/lib/ocaml/@OCamlABI@/stublibs/*rpc_auth_local*	@OCamlStdlibDir@/stublibs

Added: trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml-dev.install.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml-dev.install.in?rev=3446&op=file
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml-dev.install.in (added)
+++ trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml-dev.install.in Wed Jan  3 13:03:24 2007
@@ -1,0 +1,2 @@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/equeue-ssl			@OCamlStdlibDir@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/rpc-ssl			@OCamlStdlibDir@

Added: trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml.install.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml.install.in?rev=3446&op=file
==============================================================================
--- trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml.install.in (added)
+++ trunk/packages/ocamlnet/trunk/debian/libocamlnet-ssl-ocaml.install.in Wed Jan  3 13:03:24 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/ocaml/@OCamlABI@/stublibs/*equeue_ssl*	@OCamlStdlibDir@/stublibs




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