File: rules

package info (click to toggle)
arch-test 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: asm: 424; perl: 178; sh: 149; makefile: 144; ansic: 6
file content (11 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1


%:
	dh $@

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(CURDIR)/debian/arch-test/ PREFIX=/usr \
	    VERSION=v$(shell dpkg-parsechangelog -S Version|cut -d- -f1)