File: rules

package info (click to toggle)
mmc-utils 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: ansic: 6,989; makefile: 71; python: 10
file content (15 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
include /usr/share/dpkg/pkg-info.mk

%:
	dh $@

override_dh_auto_build:
	C=0 GIT_VERSION=$(DEB_VERSION_UPSTREAM) dh_auto_build

override_dh_auto_install:
	dh_auto_install -- prefix=/usr