File: rules

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

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

%:
	dh $@