[Pkg-ocaml-maint-commits] [SCM] cppo packaging branch, master, updated. debian/0.9.0-2-7-g6f3ff67

Stephane Glondu steph at glondu.net
Tue Aug 9 08:17:48 UTC 2011


The following commit has been merged in the master branch:
commit 6f3ff6747c921a5af2701beac850c1bd340eaf45
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Aug 9 10:00:43 2011 +0200

    Delete trailing whitespaces from files in debian/

diff --git a/debian/control b/debian/control
index e898529..9ad9677 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/cppo.git
 Package: cppo
 Architecture: all
 Depends: ${ocaml:Depends}, ${misc:Depends}
-Description: cpp for OCaml 
+Description: cpp for OCaml
  Cppo is an OCaml-friendly implementation of cpp, the C preprocessor.
  It can replace camlp4 for preprocessing OCaml files, using cpp style and
  syntax. It allows defining simple macros and file inclusion.
diff --git a/debian/copyright b/debian/copyright
index 3fca8ac..dec5e64 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -16,7 +16,7 @@ License: BSD3
     documentation and/or other materials provided with the distribution.
  3. The name of the author may not be used to endorse or promote products
     derived from this software without specific prior written permission.
- 
+
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
diff --git a/debian/cppo.mkd b/debian/cppo.mkd
index 741d68c..92f3885 100644
--- a/debian/cppo.mkd
+++ b/debian/cppo.mkd
@@ -1,5 +1,5 @@
 % CPPO(1) cppo User Manual
-% Sylvain Le Gall 
+% Sylvain Le Gall
 % December 4, 2010
 
 # NAME
@@ -32,19 +32,19 @@ syntax. It allows defining simple macros and file inclusion.
 -o `FILE`
 :   Output file
 
--q 
+-q
 :   Identify and preserve camlp4 quotations
 
--s 
-:   Output line directives pointing to the exact source location of 
-    each token, including those coming from the body of macro 
+-s
+:   Output line directives pointing to the exact source location of
+    each token, including those coming from the body of macro
     definitions. This behavior is off by default.
 
--n 
-:   Do not output any line directive other than those found in the 
+-n
+:   Do not output any line directive other than those found in the
     input (overrides -s).
 
--version 
+-version
 :   Print the version of the program and exit.
 
 -help|\--help

-- 
cppo packaging



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