File: rules

package info (click to toggle)
librdmacm 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,136 kB
  • ctags: 1,991
  • sloc: ansic: 14,304; sh: 10,115; makefile: 133
file content (14 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_strip:
	dh_strip --dbg-package=librdmacm1-dbg

override_dh_auto_configure:
	autoreconf -f -i
	dh_auto_configure