File: rules

package info (click to toggle)
libunicode-linebreak-perl 0.0.20160702-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,020 kB
  • ctags: 755
  • sloc: perl: 782; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

override_dh_clean:
	rm -f test-data/LineBreakTest.txt test-data/GraphemeBreakTest.txt
	dh_clean

%:
	dh $@