Package: lifelines
Version: 3.0.44-1

Packages "lifelines-reports", "lifelines-doc-sv" and "lifelines-doc"
are Architecture: all, so they should be built in the binary-indep
target of debian/rules, and they should not be built in the
binary-arch target as it happens in the current version.

By reading debian/rules, it seems that you are already aware of this,
but the way you are trying to fix it does not work.

To reproduce, try this simple Makefile:

----------------------------------
a: VAR=value

a:
        ./do-something
----------------------------------

where "do-something" is the following executable shell script:

#!/bin/sh
echo $VAR

You would probably like "value" to be displayed after "make a", but
unless I'm missing something, that's not what happens.

Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to