blob: 7ad558a9dc8eaa17c1ff05661bc897f01d0d9b26 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator1 (>= 0.3.14)'
|