File: rules

package info (click to toggle)
libcommonmark-perl 0.310100-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 220 kB
  • sloc: perl: 291; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# https://bugs.debian.org/1097172
# https://github.com/nwellnhof/perl-commonmark/issues/17
export DEB_CFLAGS_MAINT_APPEND = -std=gnu17

%:
	dh $@