File: rules

package info (click to toggle)
w3c-linkchecker 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 432 kB
  • sloc: perl: 2,498; sh: 62; javascript: 34; makefile: 12
file content (18 lines) | stat: -rwxr-xr-x 311 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 $@ --with apache2

override_dh_auto_install:
	dh_auto_install
	rm -rf $(TMP)/usr/share/perl5

override_dh_auto_clean:
	debconf-updatepo
	dh_auto_clean

override_dh_installchangelogs:
	dh_installchangelogs NEWS