File: rules

package info (click to toggle)
mysecureshell 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 828 kB
  • ctags: 784
  • sloc: ansic: 7,421; sh: 709; perl: 264; makefile: 118
file content (12 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_configure:
	dh_auto_configure -- --bindir=/usr/bin --mandir=/usr/share/man

# main packaging script based on dh7 syntax
%:
	dh $@  --with autotools-dev