File: rules

package info (click to toggle)
librose-db-perl 0.769-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 764 kB
  • sloc: perl: 11,200; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download | duplicates (7)
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_test:
	echo | dh_auto_test

override_dh_fixperms:
	dh_fixperms
	chmod 644 $(TMP)/usr/share/perl5/Rose/DB/Tutorial.pod