File: rules

package info (click to toggle)
libfont-ttf-perl 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,148 kB
  • ctags: 486
  • sloc: perl: 17,929; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 360 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	$(RM) -v $(TMP)/usr/share/perl5/ttfmod.pl
	$(RM) -v $(TMP)/usr/share/man/man3/ttfmod.3pm

	$(RM) -v $(TMP)/usr/share/man/man3/Font\:\:TTF\:\:DSIG.3pm
	$(RM) -v $(TMP)/usr/share/man/man3/Font\:\:TTF\:\:Win32.3pm