File: rules

package info (click to toggle)
extractpdfmark 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 137
  • sloc: cpp: 1,609; makefile: 132; sh: 109
file content (12 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

# This override is needed because otherwise the build will fail
# with "error: required file './config.rpath' not found"
override_dh_update_autotools_config:
	autopoint --force
	dh_update_autotools_config