[Pkg-ocaml-maint-commits] [SCM] Debian packaging for coccinelle branch, master, updated. debian/0.2.2.deb-1-5-g7cfdc04

Eugeniy Meshcheryakov eugen at debian.org
Mon Jun 21 19:34:29 UTC 2010


The following commit has been merged in the master branch:
commit dee6be7d88a8ffbfc6d8391fe896fac508ee83c6
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date:   Mon Jun 21 20:53:32 2010 +0200

    Split {build-,}depends fields in multiple lines

diff --git a/debian/control b/debian/control
index c9f0ee6..8a01db6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,19 @@ Section: devel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Євгеній Мещеряков <eugen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-ocaml (>= 0.9~), ocaml-nox (>= 3.11.1-3~),
- libpycaml-ocaml-dev, python,  menhir (>= 20090204.dfsg), libmenhir-ocaml-dev (>= 20090204.dfsg),
- ocaml-findlib, dh-ocaml,  ocaml-best-compilers, python-support (>= 0.6), libsexplib-camlp4-dev
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ dh-ocaml (>= 0.9~),
+ ocaml-nox (>= 3.11.1-3~),
+ libpycaml-ocaml-dev,
+ python,
+ menhir (>= 20090204.dfsg),
+ libmenhir-ocaml-dev (>= 20090204.dfsg),
+ ocaml-findlib,
+ dh-ocaml,
+ ocaml-best-compilers,
+ python-support (>= 0.6),
+ libsexplib-camlp4-dev
 Standards-Version: 3.8.4
 Homepage: http://coccinelle.lip6.fr
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/coccinelle.git
@@ -13,8 +23,14 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/coccinelle.git
 
 Package: coccinelle
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${ocaml:Depends}, ${python:Depends}, python-gobject,
- python-gtk2, python-glade2
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ ${ocaml:Depends},
+ ${python:Depends},
+ python-gobject,
+ python-gtk2,
+ python-glade2
 Suggests: vim-addon-manager
 Description: semantic patching tool for C
  Cocinelle is a program matching and transformation tool for C.

-- 
Debian packaging for coccinelle



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