File: rules

package info (click to toggle)
libxaw3dxft 1.6.2h-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,592 kB
  • sloc: ansic: 28,009; sh: 4,333; yacc: 249; makefile: 168; lex: 129
file content (19 lines) | stat: -rwxr-xr-x 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

#DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --libdir='$${prefix}/lib' --enable-internationalization
	--enable-arrow-scrollbars

override_dh_auto_install:
	dh_auto_install
	#Removes non-empty dependency_libs at .la files
	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`

override_dh_missing:
	# Override dh_missing check due to multiple false positives