File: rules

package info (click to toggle)
libcgi-application-plugin-config-simple-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 104 kB
  • ctags: 4
  • sloc: perl: 125; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/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