File: rules

package info (click to toggle)
udfclient 0.8.11-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 1,128 kB
  • sloc: ansic: 16,482; sh: 2,710; makefile: 49
file content (14 lines) | stat: -rwxr-xr-x 366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=bmake

# with commit 805a65ba bmake.pm no longer inherits from
# Debian::Debhelper::Buildsystem::autoconf,
# so we have to pretend to use autoconf in an override
override_dh_auto_configure:
	dh_auto_configure -O--buildsystem=autoconf