On Sat, Dec 15, 2001 at 03:23:52AM +0100, Sven wrote:
> I have new ocaml 3.04-2 packages available for testing at :
>
> ftp://lambda.u-strasbg.fr/debian/3.04
Bug report: I've tried the build from the sources, the build process
halts when invoking dh_movefiles with output:
dh_movefiles -pocaml-base \
--sourcedir=/public/debian_sources/ocaml/ocaml-3.04/debian/ocaml
\
`cat /public/debian_sources/ocaml/ocaml-3.04/debian/ocaml-base.files`
dh_movefiles: The sourcedir must be a relative filename, not starting
with `/'.
make: *** [install] Error 1
This is because in debian/rules you used something like:
dh_movefiles -pocaml-base --sourcedir=$(CURDIR)/debian/ocaml
^^^^^^^^^
CURDIR will be expanded with full path that starts with "/" that is not
allowed as a sourcedir par.
Remove complitely $(CURDIR) (e.g. --sourcedir=debian/ocaml) works
because by default sourcedir argument is relative to the current dir.
Cheers.
--
Stefano "Zack" Zacchiroli <zack@cs.unibo.it> ICQ# 33538863
Home Page: http://www.cs.unibo.it/~zacchiro
Undergraduate student of Computer Science @ University of Bologna, Italy
- Information wants to be Open -
Attachment:
pgpxrh_SCM2NL.pgp
Description: PGP signature