Codebase list font-manager / 07b87fb
Get rid of .la files Alessio Treglia 7 years ago
1 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
33
44 %:
55 dh $@ --parallel --with=autoreconf,python2
6
7 override_dh_auto_install:
8 dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp
96
107 override_dh_autoreconf:
118 dh_autoreconf --as-needed ./autogen.sh -- --with-nautilus
1512 --enable-pycompile \
1613 --with-file-roller \
1714 --with-nautilus
15
16 override_dh_auto_install:
17 dh_auto_install
18 find $(CURDIR)/debian/font-manager/usr/lib \
19 -name '*.la' -delete