File: rules

package info (click to toggle)
epiphany 0.7.0%2B0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,532 kB
  • sloc: cpp: 6,404; ansic: 141; makefile: 78; sh: 7
file content (16 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

TOP := $(shell pwd)
UPSTREAM_VERSION := $(shell /bin/bash ${TOP}/debian/get-ups-ver.sh ${TOP})

export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

%:
	dh $@

override_dh_install:
	rm -f data/maps/.cvsignore data/gfx/.cvsignore data/sfx/.cvsignore
	dh_install

override_dh_gencontrol:
	dh_gencontrol -- -VUpstream-Version=$(UPSTREAM_VERSION)