[Pkg-ocaml-maint-commits] r1429 - in trunk/packages: . omake omake/trunk omake/trunk/debian omake/trunk/debian/patches

Mike Furr mfurr@costa.debian.org
Sat, 02 Jul 2005 21:37:45 +0000


Author: mfurr
Date: 2005-07-02 21:37:14 +0000 (Sat, 02 Jul 2005)
New Revision: 1429

Added:
   trunk/packages/omake/
   trunk/packages/omake/trunk/
   trunk/packages/omake/trunk/debian/
   trunk/packages/omake/trunk/debian/changelog
   trunk/packages/omake/trunk/debian/compat
   trunk/packages/omake/trunk/debian/control
   trunk/packages/omake/trunk/debian/copyright
   trunk/packages/omake/trunk/debian/dirs
   trunk/packages/omake/trunk/debian/docs
   trunk/packages/omake/trunk/debian/files
   trunk/packages/omake/trunk/debian/patches/
   trunk/packages/omake/trunk/debian/patches/00list
   trunk/packages/omake/trunk/debian/patches/01_Makefile_in.dpatch
   trunk/packages/omake/trunk/debian/rules
   trunk/packages/omake/trunk/omake_0.9.4.orig.tar.gz
Log:
initial import into svn


Added: trunk/packages/omake/trunk/debian/changelog
===================================================================
--- trunk/packages/omake/trunk/debian/changelog	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/changelog	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1,6 @@
+omake (0.9.4-1) unstable; urgency=low
+
+  * Initial release Closes: #316561
+
+ -- Mike Furr <mfurr@debian.org>  Fri,  1 Jul 2005 14:46:58 -0400
+

Added: trunk/packages/omake/trunk/debian/compat
===================================================================
--- trunk/packages/omake/trunk/debian/compat	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/compat	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1 @@
+4

Added: trunk/packages/omake/trunk/debian/control
===================================================================
--- trunk/packages/omake/trunk/debian/control	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/control	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1,29 @@
+Source: omake
+Section: devel
+Priority: optional
+Maintainer: Mike Furr <mfurr@debian.org>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, ocaml-nox-3.08.3, libfam-dev, libreadline5-dev, libncurses5-dev, dpatch
+Standards-Version: 3.6.2
+
+Package: omake
+Architecture: any
+Depends: ocaml-nox-3.08.3,${shlibs:Depends}
+Description: build system with automated dependency analysis
+ omake is a build system designed to scale from small projects to very
+ large projects spanning many directories. omake uses a syntax similar
+ to GNU make, with many additional features.  It contains
+ specifications for easily building C, OCaml, and LaTeX programs, but
+ can be used to build projects with other languages as well.
+ .
+ omake includes an accurate, automated dependency analysis based on
+ MD5 digests.  It also includes a stand-alone command-line
+ interpreter, osh, that can be used as an interactive shell for
+ debugging the build files.  omake's syntax is a full object oriented
+ language.  Features of the omake language include integer and
+ floating point arithmetic, scoped expressions, higher order
+ functions, multiple inheritance, pattern matching, runtime
+ exceptions, lexers, and LALR(1) parsers.  Users can easily produce
+ architecture independent builds as omake provides a uniform interface
+ to its standard library on Linux/Unix, Win32, and OS X.
+
+ 

Added: trunk/packages/omake/trunk/debian/copyright
===================================================================
--- trunk/packages/omake/trunk/debian/copyright	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/copyright	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1,14 @@
+This package was debianized by Mike Furr <mfurr@debian.org> on
+Fri,  1 Jul 2005 14:46:58 -0400.
+
+It was downloaded from http://omake.metaprl.org
+
+Copyright Holder: Jason Hickey <jyh@cs.caltech.edu>
+
+License:
+
+This software is copyrighted under the GPL version 2.  You are free to
+distribute this software under the terms of said license.  On Debian
+systems, the complete text of the GNU General Public License can be
+found in /usr/share/common-licenses/GPL-2.
+

Added: trunk/packages/omake/trunk/debian/dirs
===================================================================
--- trunk/packages/omake/trunk/debian/dirs	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/dirs	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1,2 @@
+usr/bin
+usr/lib/omake

Added: trunk/packages/omake/trunk/debian/docs
===================================================================
--- trunk/packages/omake/trunk/debian/docs	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/docs	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1 @@
+omake.txt

Added: trunk/packages/omake/trunk/debian/files
===================================================================
--- trunk/packages/omake/trunk/debian/files	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/files	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1 @@
+omake_0.9.4-1_i386.deb devel optional

Added: trunk/packages/omake/trunk/debian/patches/00list
===================================================================
--- trunk/packages/omake/trunk/debian/patches/00list	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/patches/00list	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1 @@
+01_Makefile_in

Added: trunk/packages/omake/trunk/debian/patches/01_Makefile_in.dpatch
===================================================================
--- trunk/packages/omake/trunk/debian/patches/01_Makefile_in.dpatch	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/patches/01_Makefile_in.dpatch	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1,63 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_Makefile_in.dpatch by Mike Furr <mfurr@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./Makefile.in /tmp/dpep-work.4y9Ntr/omake-0.9.4/Makefile.in
+--- ./Makefile.in	2005-07-02 16:56:33.449411558 -0400
++++ /tmp/dpep-work.4y9Ntr/omake-0.9.4/Makefile.in	2005-07-02 16:57:12.172359159 -0400
+@@ -1,6 +1,6 @@
+-libdir = @libdir@
+-bindir = @bindir@
+-mandir = @mandir@
++libdir = $(DESTDIR)@libdir@
++bindir = $(DESTDIR)@bindir@
++mandir = $(DESTDIR)@mandir@
+ 
+ CP = /bin/cp
+ LN = @LN_S@
+@@ -41,7 +41,7 @@
+ #
+ OSH = osh
+ OMAKE = omake
+-CVSRC = cvs_realclean
++#CVSRC = cvs_realclean
+ GENMAGIC = omake_gen_magic
+ GENPARSE = omake_gen_parse
+ 
+@@ -126,8 +126,8 @@
+ .PHONY: clean clean-rec install call-omake
+ 
+ clean:
+-	rm -f *.opt *.run *.o *.a *.cm* *~ *.aux *.log *.dvi .#* omake_magic.ml omake_ast_parse.ml omake_ast_parse.mli omake_ast_lex.ml Makefile.dep omake_gen_magic omake OMakeroot.install Pervasives.install
+-	rm -rf download .omake
++	rm -f *.opt *.run *.o *.a *.cm* *~ *.aux *.log *.dvi .#* omake_magic.ml omake_ast_parse.ml omake_ast_parse.mli omake_ast_lex.ml Makefile.dep omake_gen_magic omake OMakeroot.install Pervasives.install lm_thread_core.ml lm_thread_pool.ml omake_shell_sys.ml ocaml_patch.ml omake_gen_parse cvs_realclean *.omc *.omo
++	rm -rf download .omake .omakedb
+ 
+ clean-rec: clean
+ 
+@@ -141,14 +141,14 @@
+ 	-$(INSTALL) -d $(bindir)
+ 	-$(INSTALL) -d $(mandir)/man1
+ 	-$(INSTALL) -d $(libdir)/omake
+-	$(INSTALL) -m 555 $(OMAKE) $(bindir)/$(OMAKE)
+-	$(INSTALL) -m 555 $(OMAKE) $(bindir)/$(OSH)
+-	$(INSTALL) -m 555 $(CVSRC) $(bindir)/$(CVSRC)
+-	$(INSTALL) -m 444 $(OMAKE).1 $(mandir)/man1/$(OMAKE).1
+-	$(INSTALL) -m 444 OMakeroot.install $(libdir)/omake/OMakeroot
+-	$(INSTALL) -m 444 OMakeroot.default $(libdir)/omake/OMakeroot.default
+-	$(INSTALL) -m 444 OMakefile.default $(libdir)/omake/OMakefile.default
+-	$(INSTALL) -m 444 Pervasives.install $(libdir)/omake/Pervasives
++	$(INSTALL) -m 755 $(OMAKE) $(bindir)/$(OMAKE)
++	$(INSTALL) -m 755 $(OMAKE) $(bindir)/$(OSH)
++#	$(INSTALL) -m 755 $(CVSRC) $(bindir)/$(CVSRC)
++	$(INSTALL) -m 644 $(OMAKE).1 $(mandir)/man1/$(OMAKE).1
++	$(INSTALL) -m 644 OMakeroot.install $(libdir)/omake/OMakeroot
++	$(INSTALL) -m 644 OMakeroot.default $(libdir)/omake/OMakeroot.default
++	$(INSTALL) -m 644 OMakefile.default $(libdir)/omake/OMakefile.default
++	$(INSTALL) -m 644 Pervasives.install $(libdir)/omake/Pervasives
+ 
+ #
+ # Don't use threads


Property changes on: trunk/packages/omake/trunk/debian/patches/01_Makefile_in.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/omake/trunk/debian/rules
===================================================================
--- trunk/packages/omake/trunk/debian/rules	2005-07-01 18:04:16 UTC (rev 1428)
+++ trunk/packages/omake/trunk/debian/rules	2005-07-02 21:37:14 UTC (rev 1429)
@@ -0,0 +1,92 @@
+#!/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
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+PACKAGE=omake
+include /usr/share/dpatch/dpatch.make
+
+config.status: patch-stamp configure
+	dh_testdir
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean: patch clean1 unpatch
+clean1:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	-$(MAKE) clean
+
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/omake/
+
+
+binary-indep: build install
+
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes.txt
+	dh_installdocs
+	dh_installexamples
+	dh_install
+	dh_installman
+	dh_link usr/share/man/man1/omake.1 usr/share/man/man1/osh.1
+	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 


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

Added: trunk/packages/omake/trunk/omake_0.9.4.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/packages/omake/trunk/omake_0.9.4.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream