[Pkg-debile-commits] [debile-slave] 18/28: move coccinelle installation instructions to PACKAGING
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Aug 19 14:55:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
sylvestre pushed a commit to branch master
in repository debile-slave.
commit 91d3efa7fc5071335b8a0a73827a71f4295eab8d
Author: Matthieu Caneill <matthieu.caneill42 at gmail.com>
Date: Thu Aug 15 17:31:59 2013 +0200
move coccinelle installation instructions to PACKAGING
---
PACKAGING | 15 +++++++++++++++
ethel/commands/coccinelle.py | 20 --------------------
2 files changed, 15 insertions(+), 20 deletions(-)
diff --git a/PACKAGING b/PACKAGING
index 32f8e4a..2fe2047 100644
--- a/PACKAGING
+++ b/PACKAGING
@@ -137,3 +137,18 @@ source-root-groups=root,sbuild
# FIXME : only in experimental :/ not possible on wheezy with dependancies
* Install lintian4py
+(root)
+* Install coccinelle
+ download it from http://coccinelle.lip6.fr/download.php
+ the version must be 1.0.0-rc18 or newer
+ cd coccinelle
+ ./configure --enable-python
+ make
+ make install
+
+(ethel)
+* get the semantic patches
+ bin/update-coccinelle-semantic-patches coccinelle_sp
+
+* put in config.ini the path of coccinelle_sp
+ coccinelle_patches_folder: /path/to/coccinelle_sp
diff --git a/ethel/commands/coccinelle.py b/ethel/commands/coccinelle.py
index 6636703..b3e2418 100644
--- a/ethel/commands/coccinelle.py
+++ b/ethel/commands/coccinelle.py
@@ -1,25 +1,5 @@
from ethel.runners.coccinelle import coccinelle, version
-### Coccinelle worker ###
-
-# 1/ install last Coccinelle development version
-
-# download it from http://coccinelle.lip6.fr/download.php
-# the version must be 1.0.0-rc18 or newer
-# $ cd coccinelle
-# $ ./configure --enable-python
-# $ make
-# $ sudo make install
-
-# 2/ get the semantic patches
-
-# $ bin/update-coccinelle-semantic-patches coccinelle_sp
-
-# 3/ put in config.ini the path of coccinelle_sp
-
-# coccinelle_patches_folder: /path/to/coccinelle_sp
-
-
def run(dsc, package, job, firehose):
return coccinelle(dsc, firehose)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git
More information about the Pkg-debile-commits
mailing list