You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
#!/usr/bin/make -f
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
|
|
include /usr/share/cdbs/1/rules/utils.mk
|
|
include /usr/share/cdbs/1/class/gnome.mk
|
|
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
|
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
|
|
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
|
|
|
|
debian/stamp-autoreconf:
|
|
dh_testdir
|
|
cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
|
|
ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" ""
|
|
cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
|
|
endif
|
|
ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" ""
|
|
cp -Rp /usr/share/libtool/build-aux/ltmain.sh ltmain.sh
|
|
endif
|
|
autoreconf -vi && \
|
|
touch $@
|
|
|
|
makebuilddir:: debian/stamp-autoreconf
|
|
dh_testdir
|
|
|
|
libart-2.0-N := $(shell sed -rn 's/^Package:[[:space:]]*(libart-2\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
|
|
|
|
GNOME_MODULE := libart_lgpl
|
|
|
|
DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)'
|
|
|
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
|
&& echo xz || echo bzip2)
|