File: rules

package info (click to toggle)
transmission-remote-gtk 1.4.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,692 kB
  • sloc: ansic: 24,161; makefile: 238; sh: 43; xml: 28
file content (18 lines) | stat: -rwxr-xr-x 497 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

# Avoid overlinking and reduce library dependencies.
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh $@  --with autoreconf

.PHONY: override_dh_autoreconf
override_dh_autoreconf:
	dh_autoreconf /usr/bin/env -- NOCONFIGURE=1 ./autogen.sh

.PHONY: override_dh_auto_configure
override_dh_auto_configure:
	dh_auto_configure -- --without-libappindicator --without-libmrss \
		--disable-debug --disable-desktop-database-update \
		--disable-silent-rules