File: rules

package info (click to toggle)
laptop-detect 0.16
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 56 kB
  • ctags: 1
  • sloc: sh: 111; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1

include /usr/share/dpkg/pkg-info.mk
VERSION=$(DEB_VERSION)

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure
	sed -e "s/@VERSION@/${VERSION}/g" < laptop-detect.in > laptop-detect