File: rules

package info (click to toggle)
bsdowl 2.2.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,444 kB
  • sloc: sh: 828; makefile: 380; ml: 267; lisp: 54
file content (11 lines) | stat: -rwxr-xr-x 404 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ -O--buildsystem=bmake

# debhelper's bmake.pm no longer inherits from autoconf, so for
# auto_configure we have to pretend to use autoconf.
# If you fix any problems here please tell the udfclient maintainer
# since that uses bmake+autoconf, too.
override_dh_auto_configure:
	dh_auto_configure -O--buildsystem=autoconf -- MKDIR_P="/bin/mkdir -p" GREP=/bin/grep SED=/bin/sed