File: rules

package info (click to toggle)
git-quick-stats 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: sh: 1,035; makefile: 46
file content (18 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (3)
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: