File: rules

package info (click to toggle)
packeth 1.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,624 kB
  • ctags: 444
  • sloc: ansic: 8,375; sh: 1,072; makefile: 45
file content (16 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

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

export CFLAGS = -Wall -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
export LDFLAGS = -Wl,-z,defs -Wl,--as-needed

override_dh_auto_install:
	dh_auto_install
	mv $(CURDIR)/debian/packeth/usr/bin/packETH \
	   $(CURDIR)/debian/packeth/usr/bin/packeth

%:
	dh $@