[Pkg-ocaml-maint-commits] r1519 - in trunk/packages: . netclient
netclient/trunk netclient/trunk/debian
netclient/trunk/debian/patches netclient/upstream
Stefano Zacchiroli
zack at costa.debian.org
Fri Jul 29 20:03:28 UTC 2005
Author: zack
Date: 2005-07-29 20:03:26 +0000 (Fri, 29 Jul 2005)
New Revision: 1519
Added:
trunk/packages/netclient/
trunk/packages/netclient/build-area/
trunk/packages/netclient/trunk/
trunk/packages/netclient/trunk/debian/
trunk/packages/netclient/trunk/debian/changelog
trunk/packages/netclient/trunk/debian/compat
trunk/packages/netclient/trunk/debian/control
trunk/packages/netclient/trunk/debian/copyright
trunk/packages/netclient/trunk/debian/dirs
trunk/packages/netclient/trunk/debian/doc-base
trunk/packages/netclient/trunk/debian/docs
trunk/packages/netclient/trunk/debian/examples
trunk/packages/netclient/trunk/debian/install
trunk/packages/netclient/trunk/debian/patches/
trunk/packages/netclient/trunk/debian/patches/00list
trunk/packages/netclient/trunk/debian/patches/01_build.dpatch
trunk/packages/netclient/trunk/debian/rules
trunk/packages/netclient/trunk/debian/svn-deblayout
trunk/packages/netclient/upstream/
trunk/packages/netclient/upstream/netclient_0.91.orig.tar.gz
Log:
checked in netclient 0.91
Property changes on: trunk/packages/netclient/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/packages/netclient/trunk/debian/changelog
===================================================================
--- trunk/packages/netclient/trunk/debian/changelog 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/changelog 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1,233 @@
+netclient (0.91-1) unstable; urgency=low
+
+ * New upstream release
+ - added streaming interface for downloading large HTTP resources
+ - added FTP client
+ * debian/control
+ - bumped ocamlnet dependencies to 1.1
+ - bumped standards-version
+ - improved descriptions
+ - added build-dep on dpatch
+ * debian/rules
+ - uses dpatch
+ * debian/{docs,examples,install,doc-base}
+ - shipped API reference in HTML format, registered it with doc-base
+ - shipped examples
+
+ -- Stefano Zacchiroli <zack at debian.org> Fri, 29 Jul 2005 15:38:44 +0200
+
+netclient (0.90.4-3) unstable; urgency=medium
+
+ * Rebuilt against ocamlnet 1.0
+
+ -- Stefano Zacchiroli <zack at debian.org> Fri, 15 Apr 2005 08:54:37 +0200
+
+netclient (0.90.4-2) unstable; urgency=low
+
+ * Rebuilt against ocaml 3.08.3
+
+ -- Stefano Zacchiroli <zack at debian.org> Tue, 29 Mar 2005 11:00:19 +0200
+
+netclient (0.90.4-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 3 Jan 2005 13:31:14 +0100
+
+netclient (0.90.3-4) unstable; urgency=low
+
+ * rebuilt against equeue 2.1-1
+ * debian/control
+ - changed equeue dependencies accordingly
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 3 Jan 2005 13:27:35 +0100
+
+netclient (0.90.3-3) unstable; urgency=low
+
+ * rebuilt against ocaml 3.08.2 (and equeue 2.0.1-4, in turn rebuilt
+ against ocaml 3.08.2)
+
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 9 Dec 2004 16:39:36 +0100
+
+netclient (0.90.3-2) unstable; urgency=low
+
+ * rebuilt against ocamlnet 0.98
+ * debian/control
+ - changed Deps and Build-Deps accordingly
+
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 9 Sep 2004 15:04:32 +0200
+
+netclient (0.90.3-1) unstable; urgency=low
+
+ * New upstream release (Closes: Bug#256906)
+ - reimplemented on top of equeue
+ - added telnet client support
+ * rebuilt with ocaml 3.08
+ * debian/control
+ - bumped ocaml deps to 3.08
+ - bumped standards-version to 3.6.1.1
+ - changed ocaml deps to ocaml-nox
+ - bumped ocamlnet deps to >= 0.97.1 (1st version rebuilt with 3.08)
+ - bumped xstr deps to >= 0.97.1 (1st version rebuilt with 3.08)
+ - mentioned telnet client support in descriptions
+ - added dep on equeue (needed from this version of netclient)
+
+ -- Stefano Zacchiroli <zack at debian.org> Tue, 27 Jul 2004 09:20:27 +0200
+
+netclient (0.3.1-8) unstable; urgency=low
+
+ * debian/control
+ - bumped standards version
+ - fixed a typo in long description and improved it
+ (Closes: Bug#209949)
+
+ -- Stefano Zacchiroli <zack at debian.org> Tue, 11 Nov 2003 18:40:04 +0100
+
+netclient (0.3.1-7) unstable; urgency=low
+
+ * Rebuilt with ocaml 3.07
+
+ -- Stefano Zacchiroli <zack at debian.org> Wed, 1 Oct 2003 14:12:30 +0200
+
+netclient (0.3.1-6) unstable; urgency=low
+
+ * Rebuilt with ocaml 3.07beta2
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 22 Sep 2003 17:33:42 +0200
+
+netclient (0.3.1-5) unstable; urgency=low
+
+ * debian/control
+ - changed section of the -dev package to "libdevel"
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 23 Jun 2003 18:25:07 +0200
+
+netclient (0.3.1-4) unstable; urgency=low
+
+ * Rebuilt against ocamlnet 0.96
+ * debian/control
+ - bumped dependenceis on ocamlnet to 0.96
+ - removed Provides:.* (this time, really!)
+ - bumped standards-version to 3.5.10
+ * debian/rules
+ - removed DH_COMPAT in favour of debian/compat
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 23 Jun 2003 18:06:26 +0200
+
+netclient (0.3.1-3) unstable; urgency=low
+
+ * Removed Provides:.*
+ * Changed dependencies on ocamlnet and xstr from virtual to real ones
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 10 Mar 2003 13:54:12 +0100
+
+netclient (0.3.1-2) unstable; urgency=low
+
+ * Libdir transition to /usr/lib/ocaml/3.06
+ * Changed depends and build depends to ocaml{,-base}-3.06-1
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 16 Dec 2002 12:58:04 +0100
+
+netclient (0.3.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Added 'Provides: libnetclient-ocaml-dev-<version>'
+ * Changed Deps and Build-Deps from generic
+ lib{ocamlnet,xstr}-ocaml-dev to versioned
+ lib{ocamlnet,xstr}-ocaml-dev-<version>
+ * Bumped Standards-Version to 3.5.8
+ * Better test for ocamlopt presence
+ * Removed uselsee binary-indep target from debian/rules
+ * Minor aesthetic changes in debian/rules
+
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 28 Nov 2002 23:49:51 +0100
+
+netclient (0.3-OCaml3.04-7) unstable; urgency=low
+
+ * Rebuilt against libocamlnet-ocaml-dev (>= 0.94)
+
+ -- Stefano Zacchiroli <zack at debian.org> Tue, 5 Nov 2002 15:14:37 +0100
+
+netclient (0.3-OCaml3.04-6) unstable; urgency=low
+
+ * Rebuilt against ocaml 3.06 (Closes: Bug#158260)
+ * Switched to debhelper 4
+ * Changed deps and build-deps to ocaml-3.06
+ * Removed or deps on libnetstring, ketp only libocamlnet
+ * Removed mention of ocaml-netclient (ancient) from debian/control
+ * Changed recommendation of ocaml-findlib to a dependency on the same
+
+ -- Stefano Zacchiroli <zack at debian.org> Tue, 27 Aug 2002 00:51:08 +0200
+
+netclient (0.3-OCaml3.04-5) unstable; urgency=low
+
+ * Changed Depends: and Build-Depends:, now depends on netstring
+ _or_ ocamlnet and build-depends only on ocamlnet
+ * Removed README.Debian which contains out of date infos
+ * Removed spurious changes in CVS logs
+
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 9 May 2002 16:40:37 +0200
+
+netclient (0.3-OCaml3.04-4) unstable; urgency=low
+
+ * Renamed package to libnetclient-ocaml-dev
+ * Some aestethic changes in debian/rules
+
+ -- Stefano Zacchiroli <zack at debian.org> Tue, 26 Feb 2002 10:20:35 +0100
+
+netclient (0.3-OCaml3.04-3) unstable; urgency=low
+
+ * Now build depends on ocaml >= 3.04-3, hopefully will compile also on
+ ia64 and powerpc
+
+ -- Stefano Zacchiroli <zack at debian.org> Fri, 11 Jan 2002 08:11:50 +0100
+
+netclient (0.3-OCaml3.04-2) unstable; urgency=low
+
+ * Bugfix: now build depends require that ocaml-xstr was compiled with
+ ocaml 3.04
+
+ -- Stefano Zacchiroli <zack at debian.org> Sat, 29 Dec 2001 08:44:07 +0100
+
+netclient (0.3-OCaml3.04-1) unstable; urgency=low
+
+ * New upstream release
+ * Built with ocaml 3.04
+
+ -- Stefano Zacchiroli <zack at debian.org> Sun, 16 Dec 2001 22:12:55 +0100
+
+netclient (0.3-5) unstable; urgency=low
+
+ * debian/rules now ignore errors due to missing native code compiler
+
+ -- Stefano Zacchiroli <zack at debian.org> Wed, 17 Oct 2001 14:38:21 +0200
+
+netclient (0.3-4) unstable; urgency=low
+
+ * Rebuilt with ocaml 3.02
+
+ -- Stefano Zacchiroli <zack at debian.org> Mon, 20 Aug 2001 21:37:46 +0200
+
+netclient (0.3-3) unstable; urgency=low
+
+ * Added build-dep on ocaml-netstring (closes: Bug#99726).
+
+ -- Stefano Zacchiroli <zack at debian.org> Tue, 5 Jun 2001 19:16:14 +0200
+
+netclient (0.3-2) unstable; urgency=low
+
+ * Added build-dep on ocaml-xstr (closes: Bug#95720).
+ * Now "opt" target is build only if /usr/bin/ocamlopt exists and is
+ executable
+
+ -- Stefano Zacchiroli <zack at debian.org> Wed, 2 May 2001 14:20:31 +0200
+
+netclient (0.3-1) unstable; urgency=low
+
+ * Initial Release (closes: Bug#93418).
+
+ -- Stefano Zacchiroli <zack at debian.org> Sat, 7 Apr 2001 01:13:22 +0200
+
+Local variables:
+mode: debian-changelog
+End:
Added: trunk/packages/netclient/trunk/debian/compat
===================================================================
--- trunk/packages/netclient/trunk/debian/compat 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/compat 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1 @@
+4
Added: trunk/packages/netclient/trunk/debian/control
===================================================================
--- trunk/packages/netclient/trunk/debian/control 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/control 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1,16 @@
+Source: netclient
+Section: devel
+Priority: optional
+Maintainer: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: debhelper (>> 4.0.0), ocaml-nox-3.08.3, ocaml-findlib, libocamlnet-ocaml-dev (>= 1.1-1), libxstr-ocaml-dev (>= 0.2.1-10), libequeue-ocaml-dev (>= 2.1-2), dpatch
+Standards-Version: 3.6.2
+
+Package: libnetclient-ocaml-dev
+Section: libdevel
+Architecture: any
+Depends: ocaml-nox-3.08.3, libocamlnet-ocaml-dev (>= 1.1-1), libxstr-ocaml-dev (>= 0.2.1-10), libequeue-ocaml-dev (>= 2.1-2), ocaml-findlib
+Description: OCaml HTTP/1.1, Telnet, and FTP clients library
+ OCaml library that implements various client side behaviours for
+ (ISO/OSI 7th level) network protocols.
+ .
+ HTTP/1.1, Telnet, and FTP are currently supported.
Added: trunk/packages/netclient/trunk/debian/copyright
===================================================================
--- trunk/packages/netclient/trunk/debian/copyright 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/copyright 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1,31 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Sat, 7 Apr 2001 01:13:22 +0200.
+
+It was downloaded from http://www.ocaml-programming.de
+
+Upstream Author:
+ Gerd Stolpmann <gerd at gerd-stolpmann.de>
+
+Copyright:
+
+ Copyright 1999 by Gerd Stolpmann
+
+ The package "netclient" is copyright by Gerd Stolpmann.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of the "netclient" software (the "Software"), to deal in the
+ Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+
+ The Software is provided ``as is'', without warranty of any kind, express
+ or implied, including but not limited to the warranties of
+ merchantability, fitness for a particular purpose and noninfringement.
+ In no event shall Gerd Stolpmann be liable for any claim, damages or
+ other liability, whether in an action of contract, tort or otherwise,
+ arising from, out of or in connection with the Software or the use or
+ other dealings in the software.
Added: trunk/packages/netclient/trunk/debian/dirs
===================================================================
--- trunk/packages/netclient/trunk/debian/dirs 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/dirs 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1,2 @@
+usr/lib/ocaml/3.08.3
+usr/share/doc/libnetclient-ocaml-dev/html/
Added: trunk/packages/netclient/trunk/debian/doc-base
===================================================================
--- trunk/packages/netclient/trunk/debian/doc-base 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/doc-base 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1,9 @@
+Document: netclient-refman
+Title: The Netclient Manual
+Author: Gerd Stolpmann
+Abstract: Reference manual for the Netclient OCaml library
+Section: Apps/Programming
+
+Format: HTML
+Index: /usr/share/doc/libnetclient-ocaml-dev/html/index.html
+Files: /usr/share/doc/libnetclient-ocaml-dev/html/*
Added: trunk/packages/netclient/trunk/debian/docs
===================================================================
--- trunk/packages/netclient/trunk/debian/docs 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/docs 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1 @@
+README
Added: trunk/packages/netclient/trunk/debian/examples
===================================================================
--- trunk/packages/netclient/trunk/debian/examples 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/examples 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1 @@
+examples/*
Added: trunk/packages/netclient/trunk/debian/install
===================================================================
--- trunk/packages/netclient/trunk/debian/install 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/install 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1 @@
+doc/* usr/share/doc/libnetclient-ocaml-dev/html/
Added: trunk/packages/netclient/trunk/debian/patches/00list
===================================================================
--- trunk/packages/netclient/trunk/debian/patches/00list 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/patches/00list 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1 @@
+01_build
Added: trunk/packages/netclient/trunk/debian/patches/01_build.dpatch
===================================================================
--- trunk/packages/netclient/trunk/debian/patches/01_build.dpatch 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/patches/01_build.dpatch 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_build.dpatch by <zack at muletto.takhisis.invalid>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./Makefile /tmp/dpep-work.FkLjeg/trunk/Makefile
+--- ./Makefile 2005-07-29 16:02:54.000000000 +0200
++++ /tmp/dpep-work.FkLjeg/trunk/Makefile 2005-07-29 16:03:02.000000000 +0200
+@@ -59,7 +59,7 @@
+ install: all
+ { test ! -f $(XARCHIVE) || extra1="*.cmxa *.a"; }; \
+ { test ! -f http_client_mt.cmx || extra2="http_client_mt.cmx http_client_mt.o"; }; \
+- $(OCAMLFIND) install $(NAME) *.mli *.cmi *.cma http_client_mt.cmo META $$extra1 $$extra2
++ $(OCAMLFIND) install -ldconf /dev/null -destdir $(DESTDIR) $(NAME) *.mli *.cmi *.cma http_client_mt.cmo META $$extra1 $$extra2
+
+ .PHONY: uninstall
+ uninstall:
+@@ -69,7 +69,7 @@
+ clean:
+ rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa
+ [ ! -d tests ] || $(MAKE) -C tests clean
+- rm -rf doc
++# rm -rf doc
+
+ .PHONY: distclean
+ distclean: clean
Property changes on: trunk/packages/netclient/trunk/debian/patches/01_build.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/packages/netclient/trunk/debian/rules
===================================================================
--- trunk/packages/netclient/trunk/debian/rules 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/rules 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1,57 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpatch/dpatch.make
+
+TARGETDIR = $(CURDIR)/debian/libnetclient-ocaml-dev
+OCAML_LIB_DIR = $(shell ocamlc -where)
+
+build: build-stamp
+build-stamp: patch-stamp
+ dh_testdir
+
+ $(MAKE) all
+ if [ -x /usr/bin/ocamlopt ]; then $(MAKE) opt; else true; fi
+
+ touch build-stamp
+
+clean: patch clean1 unpatch
+clean1:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ -$(MAKE) clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) install DESTDIR=$(TARGETDIR)$(OCAML_LIB_DIR)
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_install
+ dh_installdocs
+ dh_installexamples
+# dh_undocumented
+ dh_installchangelogs
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-arch
+.PHONY: build clean binary-arch binary install
Property changes on: trunk/packages/netclient/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/packages/netclient/trunk/debian/svn-deblayout
===================================================================
--- trunk/packages/netclient/trunk/debian/svn-deblayout 2005-07-29 20:02:48 UTC (rev 1518)
+++ trunk/packages/netclient/trunk/debian/svn-deblayout 2005-07-29 20:03:26 UTC (rev 1519)
@@ -0,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/netclient/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/netclient
Added: trunk/packages/netclient/upstream/netclient_0.91.orig.tar.gz
===================================================================
(Binary files differ)
Property changes on: trunk/packages/netclient/upstream/netclient_0.91.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the Pkg-ocaml-maint-commits
mailing list