File: rules

package info (click to toggle)
dssi 1.1.1~dfsg0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,164 kB
  • sloc: sh: 11,006; ansic: 3,887; cpp: 1,364; perl: 191; makefile: 164
file content (11 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/dpkg/architecture.mk

# Enable additional hardening options.
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CPPFLAGS_MAINT_APPEND = -DDEFAULT_DSSI_PATH=\"/usr/local/lib/dssi:/usr/lib/${DEB_HOST_MULTIARCH}/dssi:/usr/lib/dssi\"

%:
	dh $@