On Fri, Jun 16, 2006, Ralf Stubner wrote:
> Why should it be ignored, if quilt exits with error code 2? What's the
> rationale behind this?

Quoting /usr/share/cdbs/1/rules/patchsys-quilt.mk:

  # quilt exits with 2 as return when there was nothing to do.
  # That's not an error here (but it's usefull to break loops in crude scripts)
  $(DEB_QUILT_CMD) push -a || test $$? = 2

Moreover, you should remove the - at the beginning of the line (as Sam
has reminded me :).

It would also be useful to have the full log to understand why "push -a"
did not work, yeah. So my fix may not be enough. Feel free to remove the
tag patch.

-- 
adn
Mohammed Adnène Trojette

Reply via email to