File: rules

package info (click to toggle)
libfilezilla 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,612 kB
  • sloc: cpp: 15,249; sh: 4,241; makefile: 266; xml: 37
file content (23 lines) | stat: -rwxr-xr-x 455 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
#!/usr/bin/make -f
#export DH_VERBOSE = 1

# Needed for some unit tests to pass
export LANG=C.UTF-8
export LC_ALL=C.UTF-8

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -latomic

%:
	dh $@

override_dh_installchangelogs:
	# Install upstream NEWS file as changelog
	dh_installchangelogs -k NEWS

override_dh_auto_install:
	dh_auto_install
	find debian/tmp -name "*.la" -delete

override_dh_makeshlibs:
	dh_makeshlibs -V