File: rules

package info (click to toggle)
tcpick 0.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,164 kB
  • sloc: ansic: 2,557; sh: 931; makefile: 16
file content (13 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --bindir=\$${prefix}/sbin

override_dh_auto_install:
	dh_auto_install
	# move italian man page
	mkdir -p debian/tcpick/usr/share/man/it/man8
	mv debian/tcpick/usr/share/man/man8/tcpick_italian.8 debian/tcpick/usr/share/man/it/man8/tcpick.8