File: rules

package info (click to toggle)
font-manager 0.7.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,548 kB
  • ctags: 206
  • sloc: ansic: 789; makefile: 428; python: 360; sh: 292; xml: 237
file content (22 lines) | stat: -rwxr-xr-x 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

LDFLAGS+=-Wl,--as-needed

%:
	dh $@ --parallel --with=autoreconf,python2

override_dh_autoreconf:
	dh_autoreconf --as-needed ./autogen.sh -- --with-nautilus

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-pycompile \
		--with-file-roller \
		--with-nautilus

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/font-manager/usr/lib \
		-name '*.la' -delete

override_dh_auto_test: