File: rules

package info (click to toggle)
extractpdfmark 1.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: cpp: 1,853; makefile: 145; 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