File: rules

package info (click to toggle)
libmojolicious-plugin-authentication-perl 1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 4
  • sloc: perl: 287; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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/man/man3/Mojolicious::Plugin::README.3pm \
		$(TMP)/usr/share/perl5/Mojolicious/Plugin/README.pod