File: rules

package info (click to toggle)
libmirage 3.2.10-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,540 kB
  • sloc: ansic: 25,454; xml: 108; makefile: 11
file content (21 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

#export DH_VERBOSE=1


override_dh_auto_configure:
	dh_auto_configure -- \
		-DPOST_INSTALL_HOOKS:BOOL=OFF \
		-DGTKDOC_ENABLED=$(if $(filter libmirage-doc,$(shell dh_listpackages)),ON,OFF)

override_dh_makeshlibs:
	dh_makeshlibs --exclude="libmirage-3.2"

override_dh_shlibdeps:
	dh_shlibdeps --exclude="libmirage-3.2"

%:
	dh $@ --with gir