File: rules

package info (click to toggle)
libcgi-expand-perl 2.05-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 32
  • sloc: perl: 316; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/upstream-tarball.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/perl-makemaker.mk
include /usr/share/cdbs/1/rules/debhelper.mk

pkg = $(DEB_SOURCE_PACKAGE)

DEB_UPSTREAM_PACKAGE = CGI-Expand
DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/B/BO/BOWMANBS

# README is just a text variant of the POD, already shipped as a manual page
DEB_INSTALL_DOCS_ALL := $(filter-out README, $(DEB_INSTALL_DOCS_ALL))

# Test dependencies
test-deps = test-exception test-simple
CDBS_BUILD_DEPENDS += $(patsubst %, $(comma) lib%-perl, $(test-deps))