File: rules

package info (click to toggle)
looking-glass 0%2Ba12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 880 kB
  • sloc: ansic: 8,887; cpp: 3,061; asm: 183; makefile: 67; sh: 13
file content (16 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DH_VERBOSE = 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -O3
export DPKG_EXPORT_BUILDFLAGS = 1

include  /usr/share/dpkg/pkg-info.mk
export DEB_VERSION

%:
	dh $@ --sourcedirectory=client

override_dh_install:
	dh_install --sourcedir=client