On Saturday 10 June 2006 15:57, Marc Dequènes wrote: --cut-- > Until this is solved, i'm still maintaining my original version, since > more people use it than the one in the package, but this is not an ideal > situation.
Ok, time to ask a real question about cdbs ;-) I assume you are pretty much familiar with it and its strengths and weaknesses, hence my little problem follows: my debian/rules (in which I have my self-written target, no it is not supported by cdbs yet) -------- #!/usr/bin/make -f DEB_DH_INSTALL_SOURCEDIR=debian/tmp include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_PREFIX=/usr DEB_CONFIGURE_SYSCONFDIR=/etc #DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr debian/stamp-autotools-files: ./configure --prefix=/usr touch debian/stamp-autotools-files myowntarget: here... Then if I execute my target a possbily harmless warning follows: $fakeroot debian/rules myowntarget debian/rules:13: warning: overriding commands for target `debian/stamp-autotools-files' /usr/share/cdbs/1/class/autotools-files.mk:54: warning: ignoring old commands for target `debian/stamp-autotools-files' Upstream source tarball have been already downloaded Upstream filename md5sum is trusted! My questions are: * what couses that, and how to escape that annoying warn ? * where is that described in cdbs official or unofficial docs ? Thanks. Excuse moa if I failed to see the obvious ;-) -- pub 4096R/0E4BD0AB 2003-03-18 <people.fccf.net/danchev/key pgp.mit.edu> fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]