File: rules

package info (click to toggle)
packeth 1.6.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,624 kB
  • sloc: ansic: 8,375; sh: 1,072; makefile: 45
file content (16 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download
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 -fcommon
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 $@