[Pkg-ocaml-maint-commits] r3765 - in /trunk/packages: mlglade/trunk/debian/ ocamlmakefile/ ocamlmakefile/trunk/ ocamlmakefile/trunk/debian/

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Fri May 18 20:45:44 UTC 2007


Author: treinen
Date: Fri May 18 20:45:43 2007
New Revision: 3765

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3765
Log:
first version of ocamlmakefile

Added:
    trunk/packages/ocamlmakefile/
    trunk/packages/ocamlmakefile/trunk/
    trunk/packages/ocamlmakefile/trunk/debian/
    trunk/packages/ocamlmakefile/trunk/debian/README.examples.idl
    trunk/packages/ocamlmakefile/trunk/debian/changelog
    trunk/packages/ocamlmakefile/trunk/debian/compat
    trunk/packages/ocamlmakefile/trunk/debian/control
    trunk/packages/ocamlmakefile/trunk/debian/dirs
    trunk/packages/ocamlmakefile/trunk/debian/docs
    trunk/packages/ocamlmakefile/trunk/debian/rules   (with props)
    trunk/packages/ocamlmakefile/trunk/debian/svn-deblayout
    trunk/packages/ocamlmakefile/trunk/debian/watch
Modified:
    trunk/packages/mlglade/trunk/debian/changelog

Modified: trunk/packages/mlglade/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/mlglade/trunk/debian/changelog?rev=3765&op=diff
==============================================================================
--- trunk/packages/mlglade/trunk/debian/changelog (original)
+++ trunk/packages/mlglade/trunk/debian/changelog Fri May 18 20:45:43 2007
@@ -1,3 +1,9 @@
+mlglade (0.9-5) REMOVED-FROM-THE-ARCHIVES; urgency=low
+
+  * 
+
+ --
+
 mlglade (0.9-4) unstable; urgency=low
 
   * Automate update of debian/control (closes: Bug#350439)

Added: trunk/packages/ocamlmakefile/trunk/debian/README.examples.idl
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/README.examples.idl?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/README.examples.idl (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/README.examples.idl Fri May 18 20:45:43 2007
@@ -1,0 +1,1 @@
+To run this example you need to have the package "camlidl" installed.

Added: trunk/packages/ocamlmakefile/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/changelog?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/changelog (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/changelog Fri May 18 20:45:43 2007
@@ -1,0 +1,7 @@
+ocamlmakefile (6.24.8-1) unstable; urgency=low
+
+  * Initial release (Closes: Bug#NNNNNN). This package is a split off from
+    the ocaml-tools package.
+
+ -- Ralf Treinen <treinen at debian.org>  Fri, 18 May 2007 22:22:08 +0200
+

Added: trunk/packages/ocamlmakefile/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/compat?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/compat (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/compat Fri May 18 20:45:43 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/packages/ocamlmakefile/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/control?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/control (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/control Fri May 18 20:45:43 2007
@@ -1,0 +1,22 @@
+Source: ocamlmakefile
+Section: devel
+Priority: extra
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>,
+ Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>,
+ Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>
+Build-Depends: debhelper (>= 4.0)
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-tools
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-tools/trunk/
+
+Package: ocamlmakefile
+Architecture: all
+Depends: 
+Description: a general makefile for the Objective Caml programming language
+ Ocamlmakefile is a general makefile which allows a programmer to
+ create quickly custmize makefiles for a project written in Objective
+ Caml.  Typically, a customized makefile consists of the definition of
+ a few variables, and an inclusion of the general makefile provided by
+ this package.
+

Added: trunk/packages/ocamlmakefile/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/dirs?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/dirs (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/dirs Fri May 18 20:45:43 2007
@@ -1,0 +1,7 @@
+usr/share/doc/ocaml-tools
+usr/share/doc/ocaml-tools/examples.ocamlmake
+usr/bin
+usr/share/ocaml-tools
+usr/share/ocaml-tools/omlet
+usr/share/man/man1
+usr/share/lintian/overrides

Added: trunk/packages/ocamlmakefile/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/docs?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/docs (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/docs Fri May 18 20:45:43 2007
@@ -1,0 +1,2 @@
+Changes
+README

Added: trunk/packages/ocamlmakefile/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/rules?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/rules (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/rules Fri May 18 20:45:43 2007
@@ -1,0 +1,54 @@
+#!/usr/bin/make -f
+# debian/rules for ocaml-tools
+
+#export DH_VERBOSE=1
+
+# top level dir for documentation
+export DOCDIR=debian/ocaml-tools/usr/share/doc/ocamlmakefile
+
+# share dir where files are to be installed
+export SHDIR=debian/ocaml-tools/usr/share/ocamlmakefile
+
+build: buildstamp 
+buildstamp:
+	dh_testdir
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+	-rm buildstamp
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	for f in calc camlp4 idl gtk threads; do\
+	  cp -r $$f $(DOCDIR)/examples;\
+	  sed "s|../OCamlMakefile|/usr/share/ocamlmakefile/OCamlMakefile|"\
+		< $$f/Makefile\
+		> $(DOCDIR)/examples/$$f/Makefile;\
+	done
+	cp debian/README.examples.idl $(DOCDIR)/examples/calc/README
+	cp debian/README.examples idl $(DOCDIR)/examples/idl/README
+	sed "s|/usr/local/lib|/usr/lib|" < OCamlMakefile \
+		> $(SHDIR)/OCamlMakefile
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

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

Added: trunk/packages/ocamlmakefile/trunk/debian/svn-deblayout
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/svn-deblayout?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/svn-deblayout (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/svn-deblayout Fri May 18 20:45:43 2007
@@ -1,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocamlmakefile

Added: trunk/packages/ocamlmakefile/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlmakefile/trunk/debian/watch?rev=3765&op=file
==============================================================================
--- trunk/packages/ocamlmakefile/trunk/debian/watch (added)
+++ trunk/packages/ocamlmakefile/trunk/debian/watch Fri May 18 20:45:43 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.ocaml.info/ocaml_sources/ocaml-make-(.*)\.tar\.gz




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