File: rules

package info (click to toggle)
libclipboard-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 264 kB
  • ctags: 130
  • sloc: perl: 1,260; sh: 43; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_test:
	xvfb-run -a dh_auto_test

override_dh_auto_install:
	dh_auto_install
	# not needed, and don't work due to missing prerequisites
	$(RM) -v $(TMP)/usr/share/perl5/Clipboard/MacPasteboard.pm
	$(RM) -v $(TMP)/usr/share/perl5/Clipboard/Win32.pm