Re: release testing: Debian
Stephen Leake <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
Richard Levitte <[email protected]> writes: > In message <[email protected]> on Fri, 11 Mar 2011 06:29:31 -0500, Stephen Leake <[email protected]> said: > > stephen_leake> Stephen Leake <[email protected]> writes: > stephen_leake> > stephen_leake> > I'm starting ... 'make distcheck' on Debian; > stephen_leake> > stephen_leake> This is failing with: > stephen_leake> > stephen_leake> monotone-ciabot.py does not support --help > stephen_leake> monotone-ciabot.py does not support --version > stephen_leake> > stephen_leake> Apparently distcheck verifies that installed > stephen_leake> executables support standard options. > > Do you have the following in your Makefile.am? That prevents what > you're experiencing, or should: > > ---------------------------------------------------------------------- > # Some of the smaller programs do not have --help or --version, > # make them exempt of the check for those. NOTE: use this sparingly! > AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \ > extra/bin/mtn-cleanup extra/mtn-hooks/monotone-ciabot.py \ > extra/mtn-hooks/monotone-mail-notify > ---------------------------------------------------------------------- > > If you don't have those lines, chances are your workspace isn't quite > up to date... I don't have access to the Debian machine right now. Those lines are in the workspace on my Windows box, and I thought the Debian box was on the same version. I'll check Monday. -- -- Stephe