Author: toots
Date: Fri Aug  1 07:24:15 2008
New Revision: 5899

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5899
Log:
Initial packaging for json-wheel

Added:
    trunk/packages/json-wheel/tarballs/
    trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz   (with 
props)
    trunk/packages/json-wheel/trunk/
    trunk/packages/json-wheel/trunk/debian/
    trunk/packages/json-wheel/trunk/debian/changelog
    trunk/packages/json-wheel/trunk/debian/compat
    trunk/packages/json-wheel/trunk/debian/control
    trunk/packages/json-wheel/trunk/debian/control.in
    trunk/packages/json-wheel/trunk/debian/copyright
    trunk/packages/json-wheel/trunk/debian/jsoncat.1
    trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.docs
    trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in
    trunk/packages/json-wheel/trunk/debian/manpages
    trunk/packages/json-wheel/trunk/debian/rules   (with props)
    trunk/packages/json-wheel/trunk/debian/svn-deblayout
    trunk/packages/json-wheel/trunk/debian/watch
Modified:
    trunk/packages/json-wheel/   (props changed)

Propchange: trunk/packages/json-wheel/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Aug  1 07:24:15 2008
@@ -1,0 +1,1 @@
+build-area

Added: trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz?rev=5899&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/json-wheel/tarballs/json-wheel_1.0.4.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/packages/json-wheel/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/changelog?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/changelog (added)
+++ trunk/packages/json-wheel/trunk/debian/changelog Fri Aug  1 07:24:15 2008
@@ -1,0 +1,7 @@
+json-wheel (1.0.4-1) unstable; urgency=low
+
+  * Initial release and upload to unstable
+    Closes: #493105
+
+ -- Romain Beauxis <[EMAIL PROTECTED]>  Fri, 01 Aug 2008 08:55:56 +0200
+

Added: trunk/packages/json-wheel/trunk/debian/compat
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/compat?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/compat (added)
+++ trunk/packages/json-wheel/trunk/debian/compat Fri Aug  1 07:24:15 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/json-wheel/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/control (added)
+++ trunk/packages/json-wheel/trunk/debian/control Fri Aug  1 07:24:15 2008
@@ -1,0 +1,24 @@
+Source: json-wheel
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
+Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, ocaml-findlib
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-wheel.html
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
+
+Package: libjson-wheel-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}
+Description: OCaml API to JSON data format
+ json-wheel provides an API to generate and read JSON
+ data from an OCaml program. It maps each types of data
+ defined in the JSON specification to a typed variable
+ in OCaml
+ .
+ json-wheel can also be used in conjonction with 
+ json-static to provide a convenient syntax extension
+ to OCaml dedicated to parsing an validating JSON
+ data.

Added: trunk/packages/json-wheel/trunk/debian/control.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/control.in?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/control.in (added)
+++ trunk/packages/json-wheel/trunk/debian/control.in Fri Aug  1 07:24:15 2008
@@ -1,0 +1,24 @@
+Source: json-wheel
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]> 
+Uploaders: Romain Beauxis <[EMAIL PROTECTED]>
+Build-Depends: @cdbs@, ocaml-findlib
+Standards-Version: 3.8.0
+Homepage: http://martin.jambon.free.fr/json-wheel.html
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/
+
+Package: libjson-wheel-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${shlibs:Depends}
+Description: OCaml API to JSON data format
+ json-wheel provides an API to generate and read JSON
+ data from an OCaml program. It maps each types of data
+ defined in the JSON specification to a typed variable
+ in OCaml
+ .
+ json-wheel can also be used in conjonction with 
+ json-static to provide a convenient syntax extension
+ to OCaml dedicated to parsing an validating JSON
+ data.

Added: trunk/packages/json-wheel/trunk/debian/copyright
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/copyright?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/copyright (added)
+++ trunk/packages/json-wheel/trunk/debian/copyright Fri Aug  1 07:24:15 2008
@@ -1,0 +1,28 @@
+This package was debianized by Romain Beauxis <[EMAIL PROTECTED]>.
+
+It was downloaded from <http://martin.jambon.free.fr/json-wheel.html>
+
+Upstream Author: Martin Jambon <[EMAIL PROTECTED]> 
+
+Copyright: 
+  Copyright (c) 2006 Wink Technologies, Inc.
+  Copyright (c) 2006 Martin Jambon
+
+License:
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be 
+found in `/usr/share/common-licenses/BSD'.

Added: trunk/packages/json-wheel/trunk/debian/jsoncat.1
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/jsoncat.1?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/jsoncat.1 (added)
+++ trunk/packages/json-wheel/trunk/debian/jsoncat.1 Fri Aug  1 07:24:15 2008
@@ -1,0 +1,65 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH JSONCAT 1 "August 1, 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+jsoncat \- Display JSON data
+.SH SYNOPSIS
+.B jsoncat [options] file
+.SH DESCRIPTION
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+This manual page documents briefly the
+.B jsoncat
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+.SH OPTIONS
+.TP
+.B   \-help, \-\-help
+Show help about options
+
+.TP
+.B   \-big
+Whether to accept large ints and represent them as strings
+
+.TP
+.B   \-comments
+Whether to allow C-style comments
+
+.TP
+.B   \-compact 
+Minimize the size of the output
+
+.TP
+.B   \-test 
+Some benchmarks
+
+.TP
+.B   \-time 
+Show execution times of parsing and printing
+
+.SH AUTHOR
+jsoncat was written by Martin Jambon <[EMAIL PROTECTED]>
+.PP
+This manual page was written by Romain Beauxis <[EMAIL PROTECTED]>,
+for the Debian project  Permission is granted to copy, distribute and/or
+modify this document under the terms of the GNU General Public
+License, Version 2 any later version published by the Free Software Foundation.
+                 

Added: trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.docs
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.docs?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.docs (added)
+++ trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.docs Fri Aug 
 1 07:24:15 2008
@@ -1,0 +1,2 @@
+README
+html

Added: trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in 
(added)
+++ trunk/packages/json-wheel/trunk/debian/libjson-wheel-ocaml-dev.install.in 
Fri Aug  1 07:24:15 2008
@@ -1,0 +1,2 @@
+usr/lib/ocaml/@OCamlABI@/json-wheel/*
+usr/bin/jsoncat

Added: trunk/packages/json-wheel/trunk/debian/manpages
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/manpages?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/manpages (added)
+++ trunk/packages/json-wheel/trunk/debian/manpages Fri Aug  1 07:24:15 2008
@@ -1,0 +1,1 @@
+debian/jsoncat.1

Added: trunk/packages/json-wheel/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/rules?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/rules (added)
+++ trunk/packages/json-wheel/trunk/debian/rules Fri Aug  1 07:24:15 2008
@@ -1,0 +1,30 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/class/ocaml.mk
+
+# In order to regenerate 'debian/control' :
+#   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
+# Then check manually if everything's ok
+
+DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
+PREFIX = $(CURDIR)/debian/tmp/usr
+DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) 
OCAMLFIND_LDCONF=ignore PREFIX=$(PREFIX)
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+DEB_DH_INSTALL_ARGS :=  --list-missing
+DEB_INSTALL_CHANGELOGS := Changes
+DEB_MAKE_BUILD_TARGET := bcl jsoncat
+
+ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
+        DEB_MAKE_BUILD_TARGET += ncl
+endif
+
+
+CFLAGS += -fPIC
+
+build/libjson-wheel-ocaml-dev::
+       mkdir -p $(DESTDIR)
+       mkdir -p $(PREFIX)/bin
+       make html
+

Propchange: trunk/packages/json-wheel/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/packages/json-wheel/trunk/debian/svn-deblayout
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/svn-deblayout?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/svn-deblayout (added)
+++ trunk/packages/json-wheel/trunk/debian/svn-deblayout Fri Aug  1 07:24:15 
2008
@@ -1,0 +1,1 @@
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/json-wheel

Added: trunk/packages/json-wheel/trunk/debian/watch
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/json-wheel/trunk/debian/watch?rev=5899&op=file
==============================================================================
--- trunk/packages/json-wheel/trunk/debian/watch (added)
+++ trunk/packages/json-wheel/trunk/debian/watch Fri Aug  1 07:24:15 2008
@@ -1,0 +1,2 @@
+version=3
+http://martin.jambon.free.fr/json-wheel.html  json-wheel-(.+)\.tar\.gz


_______________________________________________
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

Reply via email to