[ciderwebmail] 03/20: replace libcatalyst-modules-perl in (build-)dependencies with individual module packages

Jonas Smedegaard dr at jones.dk
Wed Oct 22 12:01:41 UTC 2014


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

js pushed a commit to branch experimental
in repository ciderwebmail.

commit 79e7a19dd2f337e148f67bebe458c940a6819882
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue May 20 06:56:19 2014 +0000

    replace libcatalyst-modules-perl in (build-)dependencies with individual module packages
---
 debian/rules | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index d97532b..b13de6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,6 @@ DEB_UPSTREAM_TARBALL_BASENAME = master
 DEB_UPSTREAM_TARBALL_MD5 = f0767bda767dee2f170eec2a7d23e416
 
 # Needed by upstream build and (always) at runtime
-#  * recent libcatalyst-modules-perl needed for versioned dependency on
-#    Catalyst::Action::RenderView
 perl-deps = moose catalyst-authentication-credential-http yaml
 perl-deps += yaml-libyaml catalyst-view-petal petal-utils
 perl-deps += datetime datetime-format-mail mime-tools try-tiny
@@ -47,9 +45,18 @@ perl-deps += text-autoformat io-socket-ssl net-managesieve clone html-tidy
 perl-deps += uri locale-maketext-gettext list-moreutils data-ical
 perl-deps += datetime-format-iso8601 crypt-util crypt-cbc crypt-rijndael
 perl-deps += crypt-random-source mime-base64-urlsafe dbd-sqlite3
+perl-deps += catalyst-plugin-authentication
+perl-deps += catalyst-plugin-configloader
+perl-deps += catalyst-plugin-session-state-cookie
+perl-deps += catalyst-plugin-session-store-fastmmap
+perl-deps += catalyst-plugin-stacktrace
+perl-deps += catalyst-plugin-static-simple
+perl-deps += catalyst-plugin-unicode
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 deps += , libmoosex-role-withoverloading-perl (>= 0.09)
-deps += , libcatalyst-perl (>= 5.80030), libcatalyst-modules-perl (>= 43)
+deps += , libcatalyst-action-renderview-perl (>= 0.16)
+deps += , libcatalyst-model-dbic-schema-perl (>= 0.41)
+deps += , libcatalyst-perl (>= 5.80030)
 deps += , libparse-recdescent-perl (>= 1.967009)
 deps += , libmail-imapclient-perl (>= 3.31)
 deps += , libhtml-defang-perl (>= 1.04)

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



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