File: rules

package info (click to toggle)
liblocale-msgfmt-perl 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 316 kB
  • ctags: 148
  • sloc: perl: 1,804; sh: 20; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

CMD=$(subst override_,,$@)
PKG=$(shell dh_listpackages)
EXAMPLES=/usr/share/doc/$(PKG)/examples/

override_dh_auto_install:
	$(CMD) -- INSTALLVENDORSCRIPT=$(EXAMPLES) INSTALLVENDORMAN1DIR=$(EXAMPLES)