File: rules

package info (click to toggle)
libdancer-plugin-auth-extensible-perl 1.00-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 236 kB
  • ctags: 53
  • sloc: perl: 599; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

pkg := $(shell dpkg-parsechangelog --show-field=Source)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rm --verbose $(CURDIR)/debian/$(pkg)/usr/bin/generate-crypted-password
	# delete the empty directory as well
	rmdir --verbose $(CURDIR)/debian/$(pkg)/usr/bin