File: rules

package info (click to toggle)
i3blocks 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 336 kB
  • ctags: 158
  • sloc: ansic: 1,043; perl: 304; sh: 169; makefile: 70
file content (13 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ 
	
override_dh_auto_build:
	dh_auto_build -- SYSCONFDIR="/etc" VERSION="${DEB_VERSION_UPSTREAM}"

override_dh_auto_install:
	dh_auto_install -- PREFIX="/usr" LIBEXECDIR="/usr/share"