File: rules

package info (click to toggle)
libgd-text-perl 0.86-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 840; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	# backup and restore test data
	cp $(CURDIR)/Dustismo_Sans.ttf $(CURDIR)/Dustismo_Sans.ttf.save
	dh_auto_test
	mv $(CURDIR)/Dustismo_Sans.ttf.save $(CURDIR)/Dustismo_Sans.ttf
endif