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
|
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 = UNIVERSAL-ref
DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/J/JJ/JJORE
DEB_UPSTREAM_TARBALL_MD5 = a51b4fe3f4c56d37633d8978a5ee88b8
deps = libb-utils-perl
CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
CDBS_DEPENDS_$(pkg) = $(deps)
DEB_CLEAN_EXCLUDE = dist.ini~
|