File: rules

package info (click to toggle)
liboauth-lite2-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 592 kB
  • sloc: perl: 2,658; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# delete token.psgi, as it's moved to examples dir
	$(RM) -v $(TMP)/usr/bin/token.psgi
	$(RM) -v $(TMP)/usr/share/man/man1/token.psgi.1p
	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin
	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/man/man1/