Debian packaging
[clutter-gtk] / debian / rules
1 #!/usr/bin/make -f
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/autotools.mk
4
5 DEB_COMPRESS_EXCLUDE = .c
6 ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
7 ifneq (,$(findstring i386,$(ARCH)))
8   DEB_CONFIGURE_EXTRA_FLAGS := --disable-gtk-doc --with-flavour=x11 \
9                              --enable-debug=no
10 else
11   DEB_CONFIGURE_EXTRA_FLAGS := --disable-gtk-doc --with-flavour=x11 \
12                              --enable-debug=no
13 endif
14