File: rules

package info (click to toggle)
netselect 0.3.ds1-31
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: ansic: 1,409; sh: 629; makefile: 38
file content (15 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# This file is public domain software, originally written by Joey Hess. 

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

%:
	dh $@

#override_dh_build:
#	$(MAKE) netselect

override_dh_auto_install:
	$(MAKE) PREFIX=debian/tmp/usr install