[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, debian/documentation-paths, updated. debian/0.1.7.deb-3-9-g1ae90ce

Eugeniy Meshcheryakov eugen at debian.org
Mon May 11 12:15:06 UTC 2009


The following commit has been merged in the debian/documentation-paths branch:
commit 1ae90ced585e12b1fcdb729b41b954a369c113bd
Merge: 97e948675b5556f808efc6ddbeb4dbcc99a8c479 e5f4a6d5dd7346952fceda9be2dd6b66a87c40bd
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Mon May 11 00:59:45 2009 +0200

    Merge commit 'refs/top-bases/debian/documentation-paths' into debian/documentation-paths

diff --combined docs/spatch.1
index b3c1b28,87e0ec8..2448f7c
--- a/docs/spatch.1
+++ b/docs/spatch.1
@@@ -21,6 -21,7 +21,7 @@@
  .\" TeX users may be more comfortable with the \fB<whatever>\fP and
  .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
  .\" respectively. Also \fR for roman.
+ .\" pad: src: deputy man page
  .SH NAME
  spatch \- apply a semantic patch file to a set of C files
  
@@@ -60,10 -61,10 +61,10 @@@ the semantic patch fil
  process all files in directory recursively
  .TP
  .B -iso_file            \fI<file>\fP
 -(default=/usr/local/share/coccinelle/standard.iso)
 +(default=/usr/share/coccinelle/standard.iso)
  .TP
  .B -macro_file          \fI<file>\fP
 -(default=/usr/local/share/coccinelle/standard.h)
 +(default=/usr/share/coccinelle/standard.h)
  .TP
  .B -debug        
  print some information to help debug the matching process
@@@ -117,7 -118,7 +118,7 @@@ show summary of options
  Apply the semantic patch foo.cocci to the C file foo.c.  The semantic patch
  is applied modulo a set of isomorphisms contained in standard.iso
  (standard.iso is by default located in
 -/usr/local/share/coccinelle/standard.iso).  A patch showing the effect of
 +/usr/share/coccinelle/standard.iso).  A patch showing the effect of
  the application, if any, will be generated on the standard output.
  
    ./spatch -sp_file foo.cocci foo.c -o /tmp/newfoo.c
@@@ -135,18 -136,18 +136,18 @@@ shows selection of information about th
  a semantic patch to a file or directory.
  
  .SH FILES
 -.I /usr/local/share/coccinelle/standard.iso
 +.I /usr/share/coccinelle/standard.iso
  .RS
  This file contains the default set of isomorphisms.
  .RE
 -.I /usr/local/share/coccinelle/standard.h
 +.I /usr/share/coccinelle/standard.h
  .RS
  This file contains the default set of macro hints.
  
  .SH ENVIRONMENT
  .IP COCCINELLE_HOME
  The path to coccinelle share directory. Defaut is 
 -.I /usr/local/share/coccinelle
 +.I /usr/share/coccinelle
  
  .SH REFERENCES
  Y. Padioleau, J.L. Lawall, R.R Hansen, G. Muller

-- 
Debian packaging for coccinelle



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