[Pkg-ocaml-maint-commits] r3126 - in /trunk/packages/ocsigen: trunk/ trunk/debian/ upstream/

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Thu Sep 14 14:33:41 UTC 2006


Author: smimram
Date: Thu Sep 14 14:33:40 2006
New Revision: 3126

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3126
Log:
Preliminary package.

Added:
    trunk/packages/ocsigen/trunk/
    trunk/packages/ocsigen/trunk/debian/   (with props)
    trunk/packages/ocsigen/trunk/debian/changelog
    trunk/packages/ocsigen/trunk/debian/compat
    trunk/packages/ocsigen/trunk/debian/control
    trunk/packages/ocsigen/trunk/debian/copyright
    trunk/packages/ocsigen/trunk/debian/dirs.in
    trunk/packages/ocsigen/trunk/debian/docs
    trunk/packages/ocsigen/trunk/debian/rules   (with props)
    trunk/packages/ocsigen/trunk/debian/watch
    trunk/packages/ocsigen/upstream/
    trunk/packages/ocsigen/upstream/ocsigen_0.4.0.2.orig.tar.gz   (with props)

Propchange: trunk/packages/ocsigen/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: trunk/packages/ocsigen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/changelog?rev=3126&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/changelog (added)
+++ trunk/packages/ocsigen/trunk/debian/changelog Thu Sep 14 14:33:40 2006
@@ -1,0 +1,5 @@
+ocsigen (0.4.0.2-1) experimental; urgency=low
+
+  * Initial release, closes: #387454.
+
+ -- Samuel Mimram <smimram at debian.org>  Thu, 14 Sep 2006 13:41:04 +0000

Added: trunk/packages/ocsigen/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/compat?rev=3126&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/compat (added)
+++ trunk/packages/ocsigen/trunk/debian/compat Thu Sep 14 14:33:40 2006
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/ocsigen/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/control?rev=3126&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/control (added)
+++ trunk/packages/ocsigen/trunk/debian/control Thu Sep 14 14:33:40 2006
@@ -1,0 +1,16 @@
+Source: ocsigen
+Section: devel
+Priority: optional
+Maintainer: Samuel Mimram <smimram at debian.org>
+Build-Depends: debhelper (>= 5), ocaml-nox (>= 3.08.4), ocaml-findlib, libocamlnet-ocaml-dev (>= 1.1), libdbi-ocaml-dev
+Standards-Version: 3.7.2
+XS-X-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocsigen
+
+Package: ocsigen
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: web programming framework in OCaml
+ Ocsigen is a programming framework providing a new way to create
+ dynamic web sites. With Ocsigen, you program in a concise and modular
+ way, with a strong type system which helps you to produce always valid
+ xhtml. The server handles sessions and page parameters automatically.

Added: trunk/packages/ocsigen/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/copyright?rev=3126&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/copyright (added)
+++ trunk/packages/ocsigen/trunk/debian/copyright Thu Sep 14 14:33:40 2006
@@ -1,0 +1,30 @@
+This package was debianized by Samuel Mimram <smimram at debian.org> on
+Thu, 14 Sep 2006 13:41:04 +0000.
+
+It was downloaded from http://ocsigen.org/install
+
+Upstream Author: Vincent Balat <vincent.balat at pps.jussieu.fr>
+
+Copyright (C) 2006, Vincent Balat.
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2006, Samuel Mimram <smimram at debian.org> and
+is licensed under the GPL, see above.

Added: trunk/packages/ocsigen/trunk/debian/dirs.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/dirs.in?rev=3126&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/dirs.in (added)
+++ trunk/packages/ocsigen/trunk/debian/dirs.in Thu Sep 14 14:33:40 2006
@@ -1,0 +1,1 @@
+usr/lib/ocaml/@OCamlABI@/ocsigen

Added: trunk/packages/ocsigen/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/docs?rev=3126&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/docs (added)
+++ trunk/packages/ocsigen/trunk/debian/docs Thu Sep 14 14:33:40 2006
@@ -1,0 +1,1 @@
+README

Added: trunk/packages/ocsigen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/rules?rev=3126&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/rules (added)
+++ trunk/packages/ocsigen/trunk/debian/rules Thu Sep 14 14:33:40 2006
@@ -1,0 +1,70 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+OCAMLABI := $(shell ocamlc -version)
+OFILES := $(patsubst %.in,%,$(wildcard debian/*.in))
+
+DESTDIR=$(CURDIR)/debian/ocsigen
+
+
+ocamlinit:
+	for f in $(OFILES); do sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $$f.in > $$f; done
+
+build: ocamlinit build-stamp
+build-stamp:
+	dh_testdir
+
+	-$(MAKE) depend all OCSIMORE=YES BINDIR=/usr/bin
+	$(MAKE) all OCSIMORE=YES BINDIR=/usr/bin
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	$(MAKE) install BINDIR=$(DESTDIR)/usr/bin MODULEINSTALLDIR=$(DESTDIR)/$(shell ocamlc -where)
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install
+#	dh_installlogrotate
+#	dh_installinit
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: trunk/packages/ocsigen/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/watch?rev=3126&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/watch (added)
+++ trunk/packages/ocsigen/trunk/debian/watch Thu Sep 14 14:33:40 2006
@@ -1,0 +1,2 @@
+version=3
+http://ocsigen.org/install http://www.pps.jussieu.fr/~balat/ocsigen-(.*)\.tar\.gz

Added: trunk/packages/ocsigen/upstream/ocsigen_0.4.0.2.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/upstream/ocsigen_0.4.0.2.orig.tar.gz?rev=3126&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/ocsigen/upstream/ocsigen_0.4.0.2.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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