blob: 7f46594f2e426a3a673b72f80ec5ce286601232e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/indicators
binary-install/indicator-sus::
# remove .a/.la clutter
rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a
rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la
|