Hi Florian, On Sun, Jan 16, 2011 at 10:56 AM, Florian Weimer <[email protected]> wrote: > I suppose we need to disable building the plugin on lenny (it's in a > separate package there anyway, I think). Is there an easy way to do > this?
I think there is some code in debian/rules: ifneq (,$(filter $(DEB_HOST_ARCH), alpha hppa sparc64)$(filter $(distrel), dapper)) with_plugin_pkg = no else with_plugin_pkg = yes endif Cheers, Torsten -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

