File: rules

package info (click to toggle)
libcatmandu-fix-datahub-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: perl: 99; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# skip each.pm, as it's already included in libcatmandu package
	$(RM) -v $(TMP)/usr/share/perl5/Catmandu/Fix/Bind/each.pm
	$(RM) -v $(TMP)/usr/share/man/man3/Catmandu::Fix::Bind::each.3pm
	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/Catmandu/Fix/Bind/