[Pkg-ocaml-maint-commits] r3781 - in /trunk/packages/cmigrep/trunk/debian: changelog cmigrep.1 control rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Fri May 25 18:57:12 UTC 2007


Author: treinen
Date: Fri May 25 18:57:11 2007
New Revision: 3781

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3781
Log:
cmigrep 1.3-1 ready for upload

Modified:
    trunk/packages/cmigrep/trunk/debian/changelog
    trunk/packages/cmigrep/trunk/debian/cmigrep.1
    trunk/packages/cmigrep/trunk/debian/control
    trunk/packages/cmigrep/trunk/debian/rules

Modified: trunk/packages/cmigrep/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/changelog?rev=3781&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/changelog (original)
+++ trunk/packages/cmigrep/trunk/debian/changelog Fri May 25 18:57:11 2007
@@ -1,6 +1,9 @@
 cmigrep (1.3-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: Bug#424893). This package is a split off from
+    the ocaml-tools package.
+  * debian/rules: fix the "clean" target which was broken for cmigrep in
+    the ocaml-tools package (Closes: Bug#424390).
 
- -- Ralf Treinen <treinen at debian.org>  Wed, 16 May 2007 22:07:52 +0200
+ -- Ralf Treinen <treinen at debian.org>  Fri, 25 May 2007 20:46:39 +0200
 

Modified: trunk/packages/cmigrep/trunk/debian/cmigrep.1
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/cmigrep.1?rev=3781&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/cmigrep.1 (original)
+++ trunk/packages/cmigrep/trunk/debian/cmigrep.1 Fri May 25 18:57:11 2007
@@ -4,7 +4,7 @@
 .SH SYNOPSIS
 .B cmigrep
 .I 
-.RI <options> <module-expression>
+.RI <options>\ <module-expression>
 .SH DESCRIPTION
 This manual page documents briefly the
 .BR cmigrep
@@ -18,6 +18,12 @@
 in the curent directory and in the ocaml standard directory, but this can be
 changed with the -I option (see below).
 
+The argument
+.I <module-expr>
+can be an exact module name, or a shell
+wildcard. Multiple modules can be specified. Example: "ModA ModB Foo*.Make"
+means to search ModA, ModB, and any submodule Make of a module that
+starts with Foo.
 
 .SH OPTIONS
 
@@ -27,8 +33,11 @@
 .B \-I directory
 Add \fIdirectory\fR to the search path for modules
 .TP
-.B -package packages
+.B -package  packages
 comma seperated list of findlib packages to search
+.TP
+.B open modules
+comma seperated list of open modules (in order!)
 .TP
 .B -help, --help
 display list of options

Modified: trunk/packages/cmigrep/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/control?rev=3781&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/control (original)
+++ trunk/packages/cmigrep/trunk/debian/control Fri May 25 18:57:11 2007
@@ -5,7 +5,7 @@
 Uploaders: Ralf Treinen <treinen at debian.org>, 
  Remi Vanicat <vanicat at debian.org>, Samuel Mimram <smimram at debian.org>,
  Stefano Zacchiroli <zack at debian.org>, Sven Luther <luther at debian.org>,
-Build-Depends: debhelper (>= 4.0), dpatch
+Build-Depends: debhelper (>= 5.0)
 Build-Depends-Indep: ocaml-nox (>= 3.09.1), libpcre-ocaml-dev, ocaml-findlib,
  ocaml-compiler-libs
 Standards-Version: 3.7.2

Modified: trunk/packages/cmigrep/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/rules?rev=3781&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/rules (original)
+++ trunk/packages/cmigrep/trunk/debian/rules Fri May 25 18:57:11 2007
@@ -5,15 +5,13 @@
 
 OCAMLABI := $(shell ocamlc -version)
 
-include /usr/share/dpatch/dpatch.make
-
 build: cmigrep
 
-cmigrep: patch
+cmigrep:
 	dh_testdir
 	make byte GODI_LIB=/usr/lib/ocaml/$(OCAMLABI)/compiler-libs
 
-clean: unpatch
+clean: 
 	dh_testdir
 	dh_testroot
 	dh_clean
@@ -46,4 +44,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install




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