Package: syslog-ocaml Version: 1.0-1 Severity: serious Tags: patch When building 'syslog-ocaml' in a clean 'unstable' chroot, I get the following error:
debian/rules clean debian/rules:5: /usr/share/dpatch/dpatch.make: No such file or directory make: *** No rule to make target `/usr/share/dpatch/dpatch.make'. Stop. Please add the missing Build-Depends on 'dpatch' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/syslog-ocaml-1.0/debian/control ./debian/control --- ../tmp-orig/syslog-ocaml-1.0/debian/control 2005-04-08 17:55:48.092869978 +0200 +++ ./debian/control 2005-04-08 17:55:44.333601159 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org> Uploaders: Sven Luther <[EMAIL PROTECTED]> -Build-Depends: debhelper, ocaml-nox-3.08.3, ocaml-tools, ocaml-findlib +Build-Depends: debhelper, dpatch, ocaml-nox-3.08.3, ocaml-tools, ocaml-findlib Standards-Version: 3.6.1 Package: libsyslog-ocaml-dev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]