[Pkg-ocaml-maint-commits] r1568 - in trunk/packages: . ulex ulex/trunk ulex/trunk/debian ulex/trunk/debian/patches ulex/upstream

Stefano Zacchiroli zack at costa.debian.org
Mon Aug 1 13:32:37 UTC 2005


Author: zack
Date: 2005-08-01 13:32:36 +0000 (Mon, 01 Aug 2005)
New Revision: 1568

Added:
   trunk/packages/ulex/
   trunk/packages/ulex/branches/
   trunk/packages/ulex/build-area/
   trunk/packages/ulex/trunk/
   trunk/packages/ulex/trunk/debian/
   trunk/packages/ulex/trunk/debian/changelog
   trunk/packages/ulex/trunk/debian/compat
   trunk/packages/ulex/trunk/debian/control
   trunk/packages/ulex/trunk/debian/copyright
   trunk/packages/ulex/trunk/debian/dirs
   trunk/packages/ulex/trunk/debian/docs
   trunk/packages/ulex/trunk/debian/patches/
   trunk/packages/ulex/trunk/debian/patches/00list
   trunk/packages/ulex/trunk/debian/patches/17_destdir.dpatch
   trunk/packages/ulex/trunk/debian/patches/19_install_mlis.dpatch
   trunk/packages/ulex/trunk/debian/rules
   trunk/packages/ulex/trunk/debian/svn-deblayout
   trunk/packages/ulex/upstream/
   trunk/packages/ulex/upstream/ulex_0.7.orig.tar.gz
Log:
checkin of ulex



Property changes on: trunk/packages/ulex/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/packages/ulex/trunk/debian/changelog
===================================================================
--- trunk/packages/ulex/trunk/debian/changelog	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/changelog	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1,81 @@
+ulex (0.7-2) unstable; urgency=low
+
+  * debian/rules
+    - uses cdbs
+  * debian/control
+    - added build-dep on cdbs, bumped debhelper deb accordingly
+
+ -- Stefano Zacchiroli <zack at debian.org>  Wed, 25 May 2005 12:45:46 +0200
+
+ulex (0.7-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 24 May 2005 17:24:58 +0200
+
+ulex (0.5-3) unstable; urgency=low
+
+  * Rebuilt against ocaml 3.08.3
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 24 Mar 2005 22:40:00 +0100
+
+ulex (0.5-2) unstable; urgency=low
+
+  * rebuilt against ocaml 3.08.2
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 29 Nov 2004 23:00:39 +0100
+
+ulex (0.5-1) unstable; urgency=low
+
+  * New upstream release
+  * 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
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 26 Jul 2004 16:00:58 +0200
+
+ulex (0.4-2) unstable; urgency=low
+
+  * Ship also ulexing.mli in <stdlib>/ulex
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 15 Jan 2004 20:22:26 +0100
+
+ulex (0.4-1) unstable; urgency=low
+
+  * New upstream release
+    - added Ulexing.rollback
+  * debian/patches/17_destdir.dpatch
+    - better patch, hopefully resistent to Makefile VERSION changes
+  * debian/control
+    - bumped standards-version
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sun, 11 Jan 2004 15:20:18 +0100
+
+ulex (0.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Removed no longer needed META patch
+  * Install also *.mli s
+
+ -- Stefano Zacchiroli <zack at debian.org>  Wed, 10 Dec 2003 18:10:48 +0100
+
+ulex (0.2-3) unstable; urgency=low
+
+  * Rebuilt with ocaml 3.07
+
+ -- Stefano Zacchiroli <zack at debian.org>  Wed,  1 Oct 2003 14:20:29 +0200
+
+ulex (0.2-2) unstable; urgency=low
+
+  * Rebuilt with ocaml 3.07beta2
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 25 Sep 2003 11:01:47 +0200
+
+ulex (0.2-1) unstable; urgency=low
+
+  * Initial Release (Closes: #212676)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Thu, 25 Sep 2003 09:43:05 +0200
+

Added: trunk/packages/ulex/trunk/debian/compat
===================================================================
--- trunk/packages/ulex/trunk/debian/compat	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/compat	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1 @@
+4

Added: trunk/packages/ulex/trunk/debian/control
===================================================================
--- trunk/packages/ulex/trunk/debian/control	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/control	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1,21 @@
+Source: ulex
+Section: devel
+Priority: optional
+Maintainer: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: debhelper (>= 4.1.0), ocaml-nox-3.08.3, ocaml-findlib, dpatch, cdbs
+Standards-Version: 3.6.1.1
+
+Package: ocaml-ulex
+Architecture: any
+Depends: ocaml-nox-3.08.3, ocaml-findlib, ${misc:Depends}
+Description: OCaml lexer generator with Unicode support
+ ulex is a lexer genereator for the Objective Caml (OCaml) programming
+ language.
+ .
+ It is implemented as a Camlp4 syntax extension: lexer specifications
+ are embedded in regular OCaml code.
+ .
+ Generated lexers work with a new kind of "lexbuf" that supports
+ Unicode; a single lexer can work with arbitrary encodings of the input
+ stream.
+ 

Added: trunk/packages/ulex/trunk/debian/copyright
===================================================================
--- trunk/packages/ulex/trunk/debian/copyright	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/copyright	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1,15 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Thu, 25 Sep 2003 09:43:05 +0200.
+
+It was downloaded from http://www.cduce.org/download/ulex-0.2.tar.gz
+
+Upstream Author: Alain Frisch <Alain.Frisch at ens.fr>
+
+Copyright:
+
+  ulex is distributed under the terms of the GNU Lesser General Public
+  License (LGPL).
+
+  On Debian GNU/Linux systems LGPL license can be found as:
+    /usr/share/common-licenses/LGPL
+

Added: trunk/packages/ulex/trunk/debian/dirs
===================================================================
--- trunk/packages/ulex/trunk/debian/dirs	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/dirs	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1 @@
+usr/lib/ocaml/3.08.3

Added: trunk/packages/ulex/trunk/debian/docs
===================================================================
--- trunk/packages/ulex/trunk/debian/docs	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/docs	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1 @@
+README

Added: trunk/packages/ulex/trunk/debian/patches/00list
===================================================================
--- trunk/packages/ulex/trunk/debian/patches/00list	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/patches/00list	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1 @@
+17_destdir

Added: trunk/packages/ulex/trunk/debian/patches/17_destdir.dpatch
===================================================================
--- trunk/packages/ulex/trunk/debian/patches/17_destdir.dpatch	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/patches/17_destdir.dpatch	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1,39 @@
+#!/bin/sh -e
+## 17_destdir.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Install stuff in DESTDIR. Install also ulexing.mli.
+
+if [ $# -ne 1 ]; then
+    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+    exit 1
+fi
+
+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
+patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
+
+case "$1" in
+       -patch) patch $patch_opts -p1 < $0;;
+       -unpatch) patch $patch_opts -p1 -R < $0;;
+        *)
+                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+                exit 1;;
+esac
+
+exit 0
+
+ at DPATCH@
+diff -urNad /home/zack/dati/debian/packages/ulex/ulex-0.4/Makefile ulex-0.4/Makefile
+--- /home/zack/dati/debian/packages/ulex/ulex-0.4/Makefile	2004-01-11 15:20:26.000000000 +0100
++++ ulex-0.4/Makefile	2004-01-11 15:22:26.000000000 +0100
+@@ -4,8 +4,9 @@
+ all.opt: ulexing.cma ulexing.cmxa pa_ulex.cma
+ 
+ 
++DESTDIR=
+ install: all
+-	ocamlfind install ulex META $(wildcard *.cmi) $(wildcard *.a) $(wildcard *.cma) $(wildcard *.cmxa)
++	ocamlfind install -destdir $(DESTDIR) ulex META $(wildcard *.cmi) $(wildcard *.a) $(wildcard *.cma) $(wildcard *.cmxa) ulexing.mli
+ 
+ uninstall:
+ 	ocamlfind remove ulex

Added: trunk/packages/ulex/trunk/debian/patches/19_install_mlis.dpatch
===================================================================
--- trunk/packages/ulex/trunk/debian/patches/19_install_mlis.dpatch	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/patches/19_install_mlis.dpatch	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1,37 @@
+#!/bin/sh -e
+## 19_install_mlis.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+if [ $# -lt 1 ]; then
+    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+    exit 1
+fi
+
+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
+patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
+
+case "$1" in
+       -patch) patch $patch_opts -p1 < $0;;
+       -unpatch) patch $patch_opts -p1 -R < $0;;
+        *)
+                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+                exit 1;;
+esac
+
+exit 0
+
+ at DPATCH@
+diff -urNad /home/zack/dati/debian/packages/ulex/ulex-0.4/Makefile ulex-0.4/Makefile
+--- /home/zack/dati/debian/packages/ulex/ulex-0.4/Makefile	2004-01-15 20:20:55.000000000 +0100
++++ ulex-0.4/Makefile	2004-01-15 20:21:04.000000000 +0100
+@@ -5,7 +5,7 @@
+ 
+ 
+ install: all
+-	ocamlfind install ulex META $(wildcard *.cmi) $(wildcard *.a) $(wildcard *.cma) $(wildcard *.cmxa)
++	ocamlfind install ulex META $(wildcard *.cmi) $(wildcard *.a) $(wildcard *.cma) $(wildcard *.cmxa) ulexing.mli
+ 
+ uninstall:
+ 	ocamlfind remove ulex

Added: trunk/packages/ulex/trunk/debian/rules
===================================================================
--- trunk/packages/ulex/trunk/debian/rules	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/rules	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1,7 @@
+#!/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/rules/dpatch.mk
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/ocaml-ulex$(shell ocamlc -where)
+common-build-arch::
+	if [ -x /usr/bin/ocamlopt ]; then $(MAKE) all.opt; else true; fi


Property changes on: trunk/packages/ulex/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/ulex/trunk/debian/svn-deblayout
===================================================================
--- trunk/packages/ulex/trunk/debian/svn-deblayout	2005-08-01 13:29:13 UTC (rev 1567)
+++ trunk/packages/ulex/trunk/debian/svn-deblayout	2005-08-01 13:32:36 UTC (rev 1568)
@@ -0,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ulex/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ulex

Added: trunk/packages/ulex/upstream/ulex_0.7.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/packages/ulex/upstream/ulex_0.7.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




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