File: rules

package info (click to toggle)
libtext-formattable-perl 1.03-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: perl: 446; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# example.pl is incorrectly installed in the modules directory. We
	# remove it here and add it as example via debian/examples
	rm $(CURDIR)/debian/libtext-formattable-perl/usr/share/perl5/Text/example.pl