Re: Bug#651131: dh-ocaml: debhelper sequence cannot be used with additional options

2011-12-08 Thread Stéphane Glondu
Le 07/12/2011 21:21, Євгеній Мещеряков a écrit : > Here is the patch that: > 1. Add dh_ocamlclean with the same code as dh_ocamlinit -d > 2. Adds a deprecation warning for dh_ocamlinit -d, in case if someone > uses it without dh or cdbs > 3. Uses dh_ocamlclean instead of dh_ocamlinit -d in a

Re: Bug#651131: dh-ocaml: debhelper sequence cannot be used with additional options

2011-12-07 Thread Євгеній Мещеряков
7 грудня 2011 о 21:47 +0100 Євгеній Мещеряков написав(-ла): > 7 грудня 2011 о 21:21 +0100 Євгеній Мещеряков написав(-ла): > > From 1d0e0bd62f16939d6b058fa10c421b9431d4d78a Mon Sep 17 00:00:00 2001 > > From: Eugeniy Meshcheryakov > > <Євгеній Мещеряков eu...@debian.org> > > Any idea where is that

Re: Bug#651131: dh-ocaml: debhelper sequence cannot be used with additional options

2011-12-07 Thread Євгеній Мещеряков
7 грудня 2011 о 21:21 +0100 Євгеній Мещеряков написав(-ла): > From 1d0e0bd62f16939d6b058fa10c421b9431d4d78a Mon Sep 17 00:00:00 2001 > From: Eugeniy Meshcheryakov > <Євгеній Мещеряков eu...@debian.org> Any idea where is that incorrect e-mail formatting from? Everything looks good with my packages

Bug#651131: dh-ocaml: debhelper sequence cannot be used with additional options

2011-12-07 Thread Євгеній Мещеряков
tags 651131 + patch thanks Here is the patch that: 1. Add dh_ocamlclean with the same code as dh_ocamlinit -d 2. Adds a deprecation warning for dh_ocamlinit -d, in case if someone uses it without dh or cdbs 3. Uses dh_ocamlclean instead of dh_ocamlinit -d in all places I tested it with coc

Bug#651131: dh-ocaml: debhelper sequence cannot be used with additional options

2011-12-05 Thread Євгеній Мещеряков
Package: dh-ocaml Version: 1.0.2 Severity: important The debhelper sequence cannot be used if additional options are passed to dh, like this: dh $@ --with ocaml --parallel In this case package build fails with this: "dh_ocamlinit -d" -O--parallel make: *** [clean] Error 255 Without