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
|
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 = Module-Install-DOAP
DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~/_/
deps = libmodule-install-perl, libmodule-install-rdf-perl, librdf-trine-perl
CDBS_BUILD_DEPENDS +=, $(deps)
CDBS_DEPENDS_$(pkg) = $(deps)
|