File: rules

package info (click to toggle)
libcatmandu-perl 1.2012-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,564 kB
  • sloc: perl: 16,753; makefile: 24; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@

# drop empty man pages
execute_after_dh_installman:
	find debian/*/usr/share/man/man3 -type f -size 20c -delete