File: rules

package info (click to toggle)
barcode 0.99-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,700 kB
  • sloc: ansic: 21,570; sh: 11,815; makefile: 26; sed: 16
file content (19 lines) | stat: -rwxr-xr-x 467 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
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Circumvent FTBFS caused by -Werror=format-security
export DEB_CFLAGS_MAINT_APPEND = -Wno-error=format-security
export DEB_LDFLAGS_MAINT_APPEND =

include /usr/share/dpkg/architecture.mk

%:
	dh $@

execute_after_dh_auto_install:
	$(RM) -f $(CURDIR)/debian/*/usr/lib/*/*.la