2012-11-03 22:31:16 +03:00
|
|
|
#! /usr/bin/make -f
|
2010-10-27 05:00:25 +03:00
|
|
|
|
2012-11-03 22:31:16 +03:00
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
|
|
|
# override disabled by default rpath - we need to find libvcmi.so with it:
|
|
|
|
override_dh_auto_configure:
|
|
|
|
dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF
|