File: rules

package info (click to toggle)
libtext-markdown-perl 1.000031-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,920 kB
  • ctags: 151
  • sloc: perl: 2,159; makefile: 12
file content (18 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_test:
	TEST_POD=1 dh_auto_test

override_dh_auto_install:
	dh_auto_install
	mv $(TMP)/usr/bin/Markdown.pl $(TMP)/usr/bin/markdown

override_dh_installdocs:
	dh_installdocs
	mv $(TMP)/usr/share/man/man1/Markdown.pl.1p $(TMP)/usr/share/man/man1/markdown.1p