Доброго дня всем.

Как правильно в rules указывать свои опции для configure?

common_configure_args = \
                    --foo=bar \
                    ...

%:

override_dh_auto_configure:  \
        dh_auto_configure --  $(common_configure_args)
        dh $@


Всё равно вызывается без foo=bar


так же вопрос -

...
dh_auto_clean
        python2.5 setup.py clean


как указать что бы при сборке вызывалась более другая версия python? Среда - oldstable


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Ответить