File: rules

package info (click to toggle)
lnav 0.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 41,104 kB
  • sloc: cpp: 184,295; ansic: 31,962; sh: 4,377; makefile: 1,869; python: 976; sql: 281; xml: 264; javascript: 18
file content (20 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Produce no debug information for mipsel builds
# to avoid FTBFS due to running out of memory,
# cf. #1021665
ifneq (,$(filter $(DEB_HOST_ARCH), mipsel))
	export DEB_CXXFLAGS_MAINT_APPEND = -g0
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-static

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md