File: rules

package info (click to toggle)
libimage-seek-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 320 kB
  • sloc: cpp: 464; perl: 94; pascal: 34; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# #984112
export DEB_CFLAGS_MAINT_APPEND = -std=gnu++11

%:
	dh $@

override_dh_auto_configure:
	LDLOADLIBS=-lstdc++ dh_auto_configure