File: rules

package info (click to toggle)
libplack-middleware-header-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: perl: 4,410; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

# Temporarily move old inc/Test files out of the way when building
override_dh_auto_clean:
	dh_auto_clean
	[ ! -d $(CURDIR)/inc.test.save ] || mv $(CURDIR)/inc.test.save $(CURDIR)/inc/Test

override_dh_auto_configure:
	[ ! -d $(CURDIR)/inc/Test ] || mv $(CURDIR)/inc/Test $(CURDIR)/inc.test.save
	dh_auto_configure