File: rules

package info (click to toggle)
goldeneye 1.2.0%2Bgit20191230-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,092 kB
  • sloc: python: 403; sh: 8; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE=1

DESTDIR=$(CURDIR)/debian/goldeneye

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	cp $(CURDIR)/goldeneye.py $(DESTDIR)/usr/bin/goldeneye