File: rules

package info (click to toggle)
hp2xx 3.4.4-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,500 kB
  • sloc: ansic: 20,023; makefile: 121
file content (18 lines) | stat: -rwxr-xr-x 428 bytes parent folder | download | duplicates (2)
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 DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DESTDIR=$(CURDIR)/debian/hp2xx

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- prefix=$(DESTDIR)/usr \
		man1dir=$(DESTDIR)/usr/share/man/man1 \
		infodir=$(DESTDIR)/usr/share/info

	cp -a doc/changes $(DESTDIR)/usr/share/doc/hp2xx/changelog_old
	cp -a hp-tests/* $(DESTDIR)/usr/share/doc/hp2xx/hp-tests/