File: rules

package info (click to toggle)
funcoeszz 21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,424 kB
  • sloc: sh: 27,355; perl: 509; xml: 54; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

export VER=$(shell grep '^ZZVERSAO=' "funcoeszz" | cut -d = -f 2)

%:
	dh $@

override_dh_install:
	release/make-release.sh
	install -o root -m 755 "release/funcoeszz-$(VER).sh" "debian/funcoeszz/usr/bin/funcoeszz"
override_dh_installman:
	install "manpage/manpage.man" "debian/funcoeszz/usr/share/man/man1/funcoeszz.1"