File: rules

package info (click to toggle)
libowl-directsemantics-perl 0.001-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 664 kB
  • sloc: perl: 5,519; makefile: 7; sh: 1
file content (14 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# ensure deterministic build: avoid Module::Package::RDF calling Module::AutoInstall
export NO_AUTO_INSTALL=1

%:
	dh $@

# move aside stale code during build (see bug#975210)
execute_after_dh_auto_clean:
	[ ! -d inc/Scalar.save ] || mv --force inc/Scalar.save inc/Scalar

execute_before_dh_auto_configure:
	[ ! -d inc/Scalar ] || mv inc/Scalar inc/Scalar.save