Codebase list empathy / debian/3.12.11-2 debian / rules
debian/3.12.11-2

Tree @debian/3.12.11-2 (Download .tar.gz)

rules @debian/3.12.11-2

e741a97
 
8b843fb
 
8a887b5
6f6797b
 
296951b
713a65e
 
6f6797b
 
8b843fb
296951b
6f6797b
 
215c0ab
294ec05
296951b
a54fbd4
3b6549b
 
5d27da9
0b97479
ad315f3
2508ad3
f0fd0cf
a54fbd4
9033c7d
e64dc74
888ac9e
e64dc74
888ac9e
 
a204fd8
6b3b460
515fbd0
a204fd8
73e35e9
#!/usr/bin/make -f

export AUTOPOINT = true

include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk

DEB_DH_AUTORECONF_ARGS = --as-needed

# List any files which are not installed
include /usr/share/cdbs/1/rules/utils.mk
DEB_DH_INSTALL_ARGS := --list-missing

# Ensure at build time that the library has no dependencies on undefined
# symbols, and speed up loading.
DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
include /usr/share/dpkg/default.mk

DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell=yes \
                             --enable-location=yes \
                             --enable-geocode=yes \
                             --with-cheese \
                             --with-eds \
                             --disable-schemas-compile \
                             --enable-map=yes \
                             --enable-goa=yes

ifeq ($(DEB_HOST_ARCH_OS),linux)
  DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=nm --enable-gudev=yes
else
  DEB_CONFIGURE_EXTRA_FLAGS += --with-connectivity=no --enable-gudev=no
endif

DEB_DH_MAKESHLIBS_ARGS_ALL = -Xusr/lib/mission-control-plugins.0/ -Xusr/lib/empathy/
DEB_DH_SHLIBDEPS_ARGS_ALL = -Lempathy
DEB_DH_STRIP_ARGS = --dbgsym-migration='empathy-dbg (<< 3.12.11-2~)'

include $(CURDIR)/debian/update-patches.mk