[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.2.0.deb-1-6-g578d3a2

Eugeniy Meshcheryakov eugen at debian.org
Sun Jan 31 15:31:06 UTC 2010


The following commit has been merged in the master branch:
commit 578d3a2fd19c9be50fd2da053f87ea307017872c
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Sun Jan 31 16:21:16 2010 +0100

    Refresh patches

diff --git a/debian/changelog b/debian/changelog
index 2aee46d..f1b382e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ coccinelle (0.2.1.deb-1) unstable; urgency=low
 
   * New upstream release
   * Update debian/copyright 
+  * Refresh patches
 
- -- Євгеній Мещеряков <eugen at debian.org>  Sun, 31 Jan 2010 16:10:44 +0100
+ -- Євгеній Мещеряков <eugen at debian.org>  Sun, 31 Jan 2010 16:21:05 +0100
 
 coccinelle (0.2.0.deb-1) unstable; urgency=low
 
diff --git a/debian/patches/system-ocamlsexp.diff b/debian/patches/system-ocamlsexp.diff
index 3c1ee2a..41f3bdf 100644
--- a/debian/patches/system-ocamlsexp.diff
+++ b/debian/patches/system-ocamlsexp.diff
@@ -16,8 +16,8 @@ Signed-off-by: Eugeniy Meshcheryakov <eugen at debian.org>
 
 Index: coccinelle/Makefile
 ===================================================================
---- coccinelle.orig/Makefile	2010-01-19 22:43:45.000000000 +0100
-+++ coccinelle/Makefile	2010-01-19 22:44:43.738515130 +0100
+--- coccinelle.orig/Makefile	2010-01-31 16:20:24.375015258 +0100
++++ coccinelle/Makefile	2010-01-31 16:20:25.701654846 +0100
 @@ -52,7 +52,7 @@
  
  SYSLIBS=str.cma unix.cma $(PYCMA) $(SEXPSYSCMA)
@@ -67,8 +67,8 @@ Index: coccinelle/Makefile
  
 Index: coccinelle/commons/Makefile
 ===================================================================
---- coccinelle.orig/commons/Makefile	2009-05-09 07:22:28.000000000 +0200
-+++ coccinelle/commons/Makefile	2010-01-19 22:44:18.041676782 +0100
+--- coccinelle.orig/commons/Makefile	2010-01-31 16:16:33.415867174 +0100
++++ coccinelle/commons/Makefile	2010-01-31 16:20:25.701654846 +0100
 @@ -72,7 +72,7 @@
  
  #sexplib 
@@ -80,8 +80,8 @@ Index: coccinelle/commons/Makefile
  BININCLUDES=-I ../ocamltarzan/lib-binprot -I ../../ocamltarzan/lib-binprot
 Index: coccinelle/commons/sexp_common.ml
 ===================================================================
---- coccinelle.orig/commons/sexp_common.ml	2009-04-16 18:24:29.000000000 +0200
-+++ coccinelle/commons/sexp_common.ml	2010-01-19 22:44:18.041676782 +0100
+--- coccinelle.orig/commons/sexp_common.ml	2010-01-31 16:16:33.375866493 +0100
++++ coccinelle/commons/sexp_common.ml	2010-01-31 16:20:25.701654846 +0100
 @@ -1,6 +1,7 @@
  (* automatically generated by ocamltarzan *)
  
@@ -92,8 +92,8 @@ Index: coccinelle/commons/sexp_common.ml
    let _loc = "Xxx.either"
 Index: coccinelle/parsing_c/Makefile
 ===================================================================
---- coccinelle.orig/parsing_c/Makefile	2009-07-24 12:52:14.000000000 +0200
-+++ coccinelle/parsing_c/Makefile	2010-01-19 22:44:18.041676782 +0100
+--- coccinelle.orig/parsing_c/Makefile	2010-01-31 16:16:33.509201601 +0100
++++ coccinelle/parsing_c/Makefile	2010-01-31 16:20:25.701654846 +0100
 @@ -10,7 +10,7 @@
  
  ifeq ($(FEATURE_TARZAN), 1)
@@ -116,19 +116,19 @@ Index: coccinelle/parsing_c/Makefile
  OCAMLDEP=ocamldep$(OPTBIN) $(INCLUDES)
 Index: coccinelle/parsing_c/sexp_ast_c.ml
 ===================================================================
---- coccinelle.orig/parsing_c/sexp_ast_c.ml	2009-07-24 12:52:05.000000000 +0200
-+++ coccinelle/parsing_c/sexp_ast_c.ml	2010-01-19 22:44:18.045013111 +0100
+--- coccinelle.orig/parsing_c/sexp_ast_c.ml	2010-01-31 16:16:33.489200772 +0100
++++ coccinelle/parsing_c/sexp_ast_c.ml	2010-01-31 16:20:25.704980394 +0100
 @@ -1,5 +1,6 @@
  (* generated by ocamltarzan with: camlp4o -o /tmp/yyy.ml -I pa/ pa_type_conv.cmo pa_sexp_conv.cmo  pr_o.cmo /tmp/xxx.ml  *)
  open Ast_c
 +open Sexplib
  
  (*
- let sexp_of_program x = 
+ let sexp_of_program x =
 Index: coccinelle/testing.ml
 ===================================================================
---- coccinelle.orig/testing.ml	2010-01-19 22:26:52.000000000 +0100
-+++ coccinelle/testing.ml	2010-01-19 22:44:18.045013111 +0100
+--- coccinelle.orig/testing.ml	2010-01-31 16:16:33.439208254 +0100
++++ coccinelle/testing.ml	2010-01-31 16:20:25.704980394 +0100
 @@ -21,6 +21,7 @@
  
  
diff --git a/debian/patches/system-pycaml.diff b/debian/patches/system-pycaml.diff
index 9793a81..b4eba4c 100644
--- a/debian/patches/system-pycaml.diff
+++ b/debian/patches/system-pycaml.diff
@@ -13,8 +13,8 @@ Signed-off-by: Eugeniy Meshcheryakov <eugen at debian.org>
 
 Index: coccinelle/Makefile
 ===================================================================
---- coccinelle.orig/Makefile	2010-01-19 22:26:52.000000000 +0100
-+++ coccinelle/Makefile	2010-01-19 22:42:21.948796239 +0100
+--- coccinelle.orig/Makefile	2010-01-31 16:16:35.418336120 +0100
++++ coccinelle/Makefile	2010-01-31 16:20:17.242479853 +0100
 @@ -36,11 +36,11 @@
  SRC=flag_cocci.ml cocci.ml testing.ml test.ml main.ml
  
@@ -64,8 +64,8 @@ Index: coccinelle/Makefile
  	@if test -x spatch -a ! -x spatch.opt ; then \
 Index: coccinelle/python/Makefile
 ===================================================================
---- coccinelle.orig/python/Makefile	2010-01-19 22:26:52.000000000 +0100
-+++ coccinelle/python/Makefile	2010-01-19 22:40:58.719197899 +0100
+--- coccinelle.orig/python/Makefile	2010-01-31 16:16:35.481669549 +0100
++++ coccinelle/python/Makefile	2010-01-31 16:20:17.245845592 +0100
 @@ -30,7 +30,7 @@
  
  SOURCES= pycocci_aux.ml pycocci.ml
@@ -86,9 +86,9 @@ Index: coccinelle/python/Makefile
  # Generic ocaml variables
 Index: coccinelle/python/yes_pycocci.ml
 ===================================================================
---- coccinelle.orig/python/yes_pycocci.ml	2010-01-19 22:26:52.000000000 +0100
-+++ coccinelle/python/yes_pycocci.ml	2010-01-19 22:40:58.719197899 +0100
-@@ -127,7 +127,7 @@
+--- coccinelle.orig/python/yes_pycocci.ml	2010-01-31 16:16:35.448340551 +0100
++++ coccinelle/python/yes_pycocci.ml	2010-01-31 16:20:17.245845592 +0100
+@@ -105,7 +105,7 @@
  
  let pycocci_instantiate_class fqn args =
    let class_type = pycocci_get_class_type fqn in

-- 
Debian packaging for coccinelle



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