File: rules

package info (click to toggle)
extractpdfmark 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 392 kB
  • sloc: cpp: 1,621; makefile: 134; sh: 132
file content (12 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# 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