File: rules

package info (click to toggle)
arch-test 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: asm: 450; perl: 180; makefile: 152; sh: 149; 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)