File: rules

package info (click to toggle)
epiphany 0.7.0%2B0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 7,528 kB
  • sloc: cpp: 6,404; ansic: 141; makefile: 77; sh: 7
file content (15 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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

%:
	dh $@

execute_before_dh_install:
	rm -f data/maps/.cvsignore data/gfx/.cvsignore data/sfx/.cvsignore

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