File: rules

package info (click to toggle)
macchanger 1.7.0-5.4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,124 kB
  • sloc: sh: 1,411; ansic: 601; python: 44; makefile: 27
file content (15 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	make V=1
	dh_auto_build

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/macchanger -name "dir" -delete