File: rules

package info (click to toggle)
ea-utils 1.1.2%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,212 kB
  • sloc: ansic: 11,459; cpp: 3,752; perl: 426; makefile: 74; sh: 71
file content (17 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

# DH_VERBOSE := 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -I/usr/include/google
export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -I/usr/include/google

include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- PREFIX='$${DESTDIR}/usr'
	mv debian/$(DEB_SOURCE)/usr/bin/alc debian/$(DEB_SOURCE)/usr/bin/ea-alc