[Pkg-ocaml-maint-commits] r1318 - in trunk/packages: . ocaml-ast-analyze ocaml-ast-analyze/trunk ocaml-ast-analyze/trunk/debian ocaml-ast-analyze/trunk/debian/patches

Sylvain LE GALL gildor-guest@costa.debian.org
Mon, 25 Apr 2005 23:41:38 +0000


Author: gildor-guest
Date: 2005-04-25 23:41:37 +0000 (Mon, 25 Apr 2005)
New Revision: 1318

Added:
   trunk/packages/ocaml-ast-analyze/
   trunk/packages/ocaml-ast-analyze/trunk/
   trunk/packages/ocaml-ast-analyze/trunk/debian/
   trunk/packages/ocaml-ast-analyze/trunk/debian/changelog
   trunk/packages/ocaml-ast-analyze/trunk/debian/compat
   trunk/packages/ocaml-ast-analyze/trunk/debian/control
   trunk/packages/ocaml-ast-analyze/trunk/debian/copyright
   trunk/packages/ocaml-ast-analyze/trunk/debian/libast-analyze-ocaml-dev.dirs
   trunk/packages/ocaml-ast-analyze/trunk/debian/patches/
   trunk/packages/ocaml-ast-analyze/trunk/debian/patches/00list
   trunk/packages/ocaml-ast-analyze/trunk/debian/rules
   trunk/packages/ocaml-ast-analyze/trunk/debian/watch
   trunk/packages/ocaml-ast-analyze/trunk/ocaml-ast-analyze_0.1.1.orig.tar.gz
Log:
Create ocaml-ast-analyze ( ocaml-gettext dependency ) -- SLG


Added: trunk/packages/ocaml-ast-analyze/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml-ast-analyze/trunk/debian/changelog	2005-04-25 23:39:55 UTC (rev 1317)
+++ trunk/packages/ocaml-ast-analyze/trunk/debian/changelog	2005-04-25 23:41:37 UTC (rev 1318)
@@ -0,0 +1,5 @@
+ocaml-ast-analyze (0.1.1-1) unstable; urgency=low
+
+  * Initial upload ( Closes: #305742 )
+
+ -- Sylvain Le Gall <sylvain.le-gall@polytechnique.org>  Mon, 13 Dec 2004 23:55:32 +0100

Added: trunk/packages/ocaml-ast-analyze/trunk/debian/compat
===================================================================
--- trunk/packages/ocaml-ast-analyze/trunk/debian/compat	2005-04-25 23:39:55 UTC (rev 1317)
+++ trunk/packages/ocaml-ast-analyze/trunk/debian/compat	2005-04-25 23:41:37 UTC (rev 1318)
@@ -0,0 +1 @@
+4

Added: trunk/packages/ocaml-ast-analyze/trunk/debian/control
===================================================================
--- trunk/packages/ocaml-ast-analyze/trunk/debian/control	2005-04-25 23:39:55 UTC (rev 1317)
+++ trunk/packages/ocaml-ast-analyze/trunk/debian/control	2005-04-25 23:41:37 UTC (rev 1318)
@@ -0,0 +1,17 @@
+Source: ocaml-ast-analyze
+Section: libdevel
+Priority: optional
+Maintainer: Sylvain Le Gall <sylvain.le-gall@polytechnique.org> 
+Build-Depends-Indep: ocaml-nox-3.08.3, debhelper (>> 4.0.0), ocaml-findlib, dpatch
+Standards-Version: 3.6.1.0
+
+Package: libast-analyze-ocaml-dev
+Architecture: all
+Depends: ocaml-nox-3.08.3
+Description: Analyzer of OCaml abstract syntax tree
+ This library provide a simple wrapper around camlp4
+ for building simple AST of the OCaml language.
+ .
+ The main goal is to be able to manipulate OCaml source
+ file as AST and building pr_*.cmo camlp4 module.
+

Added: trunk/packages/ocaml-ast-analyze/trunk/debian/copyright
===================================================================
--- trunk/packages/ocaml-ast-analyze/trunk/debian/copyright	2005-04-25 23:39:55 UTC (rev 1317)
+++ trunk/packages/ocaml-ast-analyze/trunk/debian/copyright	2005-04-25 23:41:37 UTC (rev 1318)
@@ -0,0 +1,31 @@
+This package was debianized by Sylvain Le Gall <sylvain.le-gall@polytechnique.org> on
+Thu, 21 Apr 2005 23:09:38 +0200.
+
+It was downloaded from :
+
+http://www.carva.org/sylvain.le-gall/download/
+
+
+Upstream Authors:
+ Sylvain Le Gall <sylvain.le-gall@polytechnique.org>
+
+Copyright:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU Lesser General Public License as 
+   published by the Free Software Foundation; version 2.1 dated February, 1999,
+   with Ocaml static compilation exception.
+
+   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 Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+

Added: trunk/packages/ocaml-ast-analyze/trunk/debian/libast-analyze-ocaml-dev.dirs
===================================================================
--- trunk/packages/ocaml-ast-analyze/trunk/debian/libast-analyze-ocaml-dev.dirs	2005-04-25 23:39:55 UTC (rev 1317)
+++ trunk/packages/ocaml-ast-analyze/trunk/debian/libast-analyze-ocaml-dev.dirs	2005-04-25 23:41:37 UTC (rev 1318)
@@ -0,0 +1,3 @@
+usr/lib/ocaml/3.08.3/
+usr/share/ocaml-doc
+usr/share/doc/libast-analyze-ocaml-dev/html

Added: trunk/packages/ocaml-ast-analyze/trunk/debian/patches/00list
===================================================================

Added: trunk/packages/ocaml-ast-analyze/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml-ast-analyze/trunk/debian/rules	2005-04-25 23:39:55 UTC (rev 1317)
+++ trunk/packages/ocaml-ast-analyze/trunk/debian/rules	2005-04-25 23:41:37 UTC (rev 1318)
@@ -0,0 +1,80 @@
+#!/usr/bin/make -f
+
+OCAML_LIBDIR=`ocamlc -where`
+
+include /usr/share/dpatch/dpatch.make 
+
+configure: configure-stamp
+configure-stamp: patch-stamp
+	dh_testdir
+	./configure --prefix=$(CURDIR)/debian/libast-analyze-ocaml-dev/usr \
+	 --with-docdir=$(CURDIR)/debian/libast-analyze-ocaml-dev/usr/share/ocaml-doc \
+	 --libdir=$(CURDIR)/debian/libast-analyze-ocaml-dev/$(OCAML_LIBDIR)
+	touch $@
+
+build-arch: configure-stamp build-arch-stamp
+build-arch-stamp:
+	dh_testdir
+	touch build-arch-stamp
+
+build-indep: config.status  build-indep-stamp
+build-indep-stamp: 
+	dh_testdir
+	$(MAKE) all
+	touch build-indep-stamp
+
+build: build-arch build-indep
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	-$(RM) build-arch-stamp build-indep-stamp configure-stamp
+	-$(MAKE) distclean
+	dh_clean
+
+install: DH_OPTIONS=
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+install-indep: DH_OPTIONS=
+install-indep: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	make install 
+
+binary-indep: build install-indep
+	dh_testdir -i
+	dh_testroot -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_installchangelogs -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installdocs -a
+	dh_installexamples -a
+	dh_installchangelogs -a
+	dh_strip -a
+	dh_link -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: trunk/packages/ocaml-ast-analyze/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/packages/ocaml-ast-analyze/trunk/debian/watch
===================================================================
--- trunk/packages/ocaml-ast-analyze/trunk/debian/watch	2005-04-25 23:39:55 UTC (rev 1317)
+++ trunk/packages/ocaml-ast-analyze/trunk/debian/watch	2005-04-25 23:41:37 UTC (rev 1318)
@@ -0,0 +1,2 @@
+version=3
+http://www.carva.org/sylvain.le-gall/download/ocaml-ast-analyze-([0-9\.]*).tar.gz

Added: trunk/packages/ocaml-ast-analyze/trunk/ocaml-ast-analyze_0.1.1.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/packages/ocaml-ast-analyze/trunk/ocaml-ast-analyze_0.1.1.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream