[libmoosex-runnable-perl] 02/08: Fix include perl-build.mk (not perl-module.mk), and let CDBS auto-resolve build-dependency on libmodule-build-tiny-perl.

Jonas Smedegaard dr at jones.dk
Tue Oct 14 12:31:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libmoosex-runnable-perl.

commit c20bf615175bdf03b6cc619ded1e784a106a839f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jun 13 14:53:31 2014 +0200

    Fix include perl-build.mk (not perl-module.mk), and let CDBS auto-resolve build-dependency on libmodule-build-tiny-perl.
---
 debian/rules | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 290b2c3..644182c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@
 
 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/class/perl-build.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_UPSTREAM_PACKAGE = MooseX-Runnable
@@ -27,10 +27,6 @@ DEB_UPSTREAM_TARBALL_MD5 = 475897910cdeb9a409744d2ea3517bc3
 
 pkg = $(DEB_SOURCE_PACKAGE)
 
-# Needed by upstream build process (not at runtime)
-perl-build-deps = module-build-tiny
-deps-build = $(patsubst %,$(comma) lib%-perl,$(perl-build-deps))
-
 # Needed by upstream build process and (always) at runtime
 perl-deps = moose moosex-getopt moosex-types moosex-types-path-class
 perl-deps += moosex-types-path-tiny list-moreutils namespace-autoclean 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-runnable-perl.git



More information about the Pkg-perl-cvs-commits mailing list