File: rules

package info (click to toggle)
libtype-tiny-perl 1.000005-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,844 kB
  • ctags: 583
  • sloc: perl: 7,602; makefile: 27
file content (59 lines) | stat: -rwxr-xr-x 2,415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2013-2014 Jonas Smedegaard <dr@jones.dk>
# Description: Main Debian packaging script for Type::Tiny
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

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 = Type-Tiny
DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK

# Needed by upstream testsuite
# TODO: add Sub::Exporter::Lexical and Function::Parameters when in Debian
perl-deps-test = moose mouse class-insideout
perl-deps-test += moosex-types mousex-types test-fatal test-tester
perl-deps-test += moosex-types-common test-warnings match-simple
perl-deps-test += moosex-getopt devel-hide
deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
deps-test +=, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
deps-test +=, libmoo-perl (>= 1.001000)
deps-test +=, perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105)
deps-test +=, libvalidation-class-perl (>= 7.900017)
deps-test +=, libobject-accessor-perl | perl (<= 5.18.2)

# Needed by upstream testsuite and (always/seldom) at runtime
depends-test = libexporter-tiny-perl
suggests-test = libdevel-stacktrace-perl

# Needed (often) at runtime
recommends = libdevel-lexalias-perl, libsub-name-perl, libtype-tiny-xs-perl

# Improves other packages
# TODO: get libtype-tie-perl in Debian
enhances = libtype-tie-perl, libreply-perl

CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(depends-test), $(suggests-test)
CDBS_DEPENDS_$(pkg) = $(deps), $(depends-test)
CDBS_RECOMMENDS_$(pkg) = $(recommends)
CDBS_SUGGESTS_$(pkg) = $(suggests-test)
CDBS_ENHANCES_$(pkg) = $(enhances)

DEB_INSTALL_EXAMPLES_$(pkg) = examples/*