File: rules

package info (click to toggle)
fortunes-pl 0.0.20130525-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,360 kB
  • sloc: perl: 3,946; sh: 123; awk: 58; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

INSTDIR := $(CURDIR)/debian/$(shell dh_listpackages)/usr/share/games/fortunes/pl

%:
	dh "$@"

override_dh_auto_install:
	sh debian/install_fortunes.sh $(INSTDIR)
	rm -f $(INSTDIR)/*-offensive* $(INSTDIR)/kernelcookies*

override_dh_installchangelogs:
	dh_installchangelogs debian/upstream/ChangeLog


.PHONY: override_dh_auto_install override_dh_installchangelogs