File: rules

package info (click to toggle)
fenix-plugins 0.0.20070803-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 36,500 kB
  • sloc: sh: 8,765; ansic: 3,031; xml: 413; makefile: 214
file content (31 lines) | stat: -rwxr-xr-x 698 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
23
24
25
26
27
28
29
30
31
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# Aim for the top, adapt if anything should break on the buildds.
DEB_BUILD_MAINT_OPTIONS=	hardening=+all
export DEB_BUILD_MAINT_OPTIONS

DEB_CFLAGS_MAINT_APPEND= -Wall
export DEB_CFLAGS_MAINT_APPEND

DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs
export DEB_LDFLAGS_MAINT_APPEND

PLUGINS = \
	plugins/fgfx.so plugins/agua.so plugins/fire.so \
	plugins/ttf.so plugins/image.so plugins/net.so \
	plugins/mpeg.so plugins/exec.so \
	plugins/tcpsock.so plugins/fsock.so

override_dh_auto_build:
	dh_auto_build -- $(PLUGINS)

override_dh_auto_clean:
	dh_auto_clean -- fullclean

override_dh_makeshlibs:

%:
	dh $@ --no-parallel