File: rules

package info (click to toggle)
libcgi-application-plugin-config-simple-perl 1.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 125; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 124 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	cp t/test.ini test.ini.bak
	dh_auto_test
	mv test.ini.bak t/test.ini