File: rules

package info (click to toggle)
git-quick-stats 2.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: sh: 788; makefile: 45
file content (18 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1
export DH_OPTIONS=-v

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

export PREFIX=/usr

%:
	dh $@

override_dh_auto_install:
	make MANDIR=debian/git-quick-stats/usr/share/man BINDIR=debian/git-quick-stats/usr/lib/git-core install

override_dh_auto_test: