[Pkg-ocaml-maint-commits] r3760 - in /trunk/packages/cmigrep: ./ build-area/ trunk/ trunk/debian/ trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/svn-deblayout trunk/debian/watch upstream/ upstream/cmigrep_1.3.orig.tar.gz

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed May 16 20:03:05 UTC 2007


Author: treinen
Date: Wed May 16 20:03:04 2007
New Revision: 3760

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

Added:
    trunk/packages/cmigrep/
    trunk/packages/cmigrep/build-area/
    trunk/packages/cmigrep/trunk/
    trunk/packages/cmigrep/trunk/debian/
    trunk/packages/cmigrep/trunk/debian/compat
    trunk/packages/cmigrep/trunk/debian/control
    trunk/packages/cmigrep/trunk/debian/copyright
    trunk/packages/cmigrep/trunk/debian/rules   (with props)
    trunk/packages/cmigrep/trunk/debian/svn-deblayout
    trunk/packages/cmigrep/trunk/debian/watch
    trunk/packages/cmigrep/upstream/
    trunk/packages/cmigrep/upstream/cmigrep_1.3.orig.tar.gz   (with props)

Added: trunk/packages/cmigrep/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/compat?rev=3760&op=file
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/compat (added)
+++ trunk/packages/cmigrep/trunk/debian/compat Wed May 16 20:03:04 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/packages/cmigrep/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/control?rev=3760&op=file
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/control (added)
+++ trunk/packages/cmigrep/trunk/debian/control Wed May 16 20:03:04 2007
@@ -1,0 +1,20 @@
+Source: cmigrep
+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), dpatch
+Build-Depends-Indep: ocaml-nox (>= 3.09.1), libpcre-ocaml-dev, ocaml-findlib, ocaml-compiler-libs
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cmigrep
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/
+
+Package: cmigrep
+Architecture: all
+Depends: ocaml-base-nox-${F:OCamlABI}, ${misc:Depends}
+Description: gather information from ocaml compiled interface files
+  This program allows you to search in compiled interface files (extension
+  .cmi) generated by the Objective Caml compiler.
+
+
+

Added: trunk/packages/cmigrep/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/copyright?rev=3760&op=file
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/copyright (added)
+++ trunk/packages/cmigrep/trunk/debian/copyright Wed May 16 20:03:04 2007
@@ -1,0 +1,25 @@
+This package was debianized by Ralf <treinen at debian.org> on
+Wed, 16 May 2007 11:49:03 +0200.
+
+It was downloaded from http://homepage.mac.com/letaris/
+
+Upstream Author(s): 
+
+    Eric Stokes
+
+Copyright:
+
+    Copyright (C) 2004 Eric Stokes
+
+License:
+
+    This library 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.1 of
+    the License, or (at your option) any later version.
+
+On Debian systems you can find a copy of this license in
+/usr/share/common-licenses/GPL.
+
+The Debian packaging is (C) 2007, Ralf Treinen <treinen at debian.org>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/packages/cmigrep/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/rules?rev=3760&op=file
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/rules (added)
+++ trunk/packages/cmigrep/trunk/debian/rules Wed May 16 20:03:04 2007
@@ -1,0 +1,54 @@
+#!/usr/bin/make -f
+# debian/rules for ocaml-tools
+
+#export DH_VERBOSE=1
+
+OCAMLABI := $(shell ocamlc -version)
+
+# top level dir for documentation
+export DOCDIR=debian/cmigrep/usr/share/doc/ocaml-tools
+
+# share dir where files are to be installed
+export SHDIR=debian/cmigrep/usr/share/ocaml-tools
+
+include /usr/share/dpatch/dpatch.make
+
+build: cmigrep
+
+cmigrep: patch
+	dh_testdir
+	make byte GODI_LIB=/usr/lib/ocaml/$(OCAMLABI)/compiler-libs)
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	dh_clean
+	make clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	cp cmigrep debian/cmigrep/usr/bin
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman debian/cmigrep.1
+	dh_installchangelogs
+	dh_installdebconf
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install patch unpatch

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

Added: trunk/packages/cmigrep/trunk/debian/svn-deblayout
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/svn-deblayout?rev=3760&op=file
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/svn-deblayout (added)
+++ trunk/packages/cmigrep/trunk/debian/svn-deblayout Wed May 16 20:03:04 2007
@@ -1,0 +1,3 @@
+origDir=../upstream
+origUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-tools/upstream
+tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/ocaml-tools

Added: trunk/packages/cmigrep/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/watch?rev=3760&op=file
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/watch (added)
+++ trunk/packages/cmigrep/trunk/debian/watch Wed May 16 20:03:04 2007
@@ -1,0 +1,2 @@
+version=3
+http://homepage.mac.com/letaris/cmigrep-(.*)\.tar\.bz2

Added: trunk/packages/cmigrep/upstream/cmigrep_1.3.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/upstream/cmigrep_1.3.orig.tar.gz?rev=3760&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/cmigrep/upstream/cmigrep_1.3.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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