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

js pushed a commit to branch master
in repository ciderwebmail.

commit 39781f39fda082346860710275f9e614b36c61ee
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Wed May 21 10:49:15 2014 +0200

    Update package relations: Relax to recommend (not depend on) 
libdbd-sqlite3-perl.
---
 debian/rules | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index fce904d..7b07d83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ DEB_UPSTREAM_RECEIVED_EXTENSION = tar.gz
 DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
 DEB_UPSTREAM_TARBALL_MD5 = 86fd4c8601e98e48b9fc48035d01d004
 
-# Needed by upstream build and (always) at runtime
+# Needed by upstream build and (always/often) at runtime
 perl-deps = parent 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
@@ -48,7 +48,7 @@ perl-deps += regexp-common-email-address regexp-common 
text-iconv
 perl-deps += text-autoformat io-socket-ssl clone html-scrubber 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 += crypt-random-source mime-base64-urlsafe
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 deps +=, libmoosex-role-withoverloading-perl (>= 0.09)
 deps +=, libcatalyst-perl (>= 5.80030)
@@ -64,6 +64,7 @@ deps +=, libcatalyst-action-renderview-perl (>= 0.16) | 
libcatalyst-modules-perl
 deps +=, libcatalyst-action-renderview-perl (>= 0.16) | 
libcatalyst-modules-perl (<< 48~)
 deps +=, libparse-recdescent-perl (>= 1.967009)
 deps +=, libmail-imapclient-perl (>= 3.31)
+deps-recommend = libdbd-sqlite3-perl
 
 # Needed by upstream build
 bdeps = libmodule-install-perl
@@ -77,9 +78,9 @@ recommends +=, default-mta | mail-transport-agent
 suggests = libfcgi-perl, libfcgi-procmanager-perl
 suggests +=, dovecot | imap-server, imapproxy
 
-CDBS_BUILD_DEPENDS +=, $(deps), $(bdeps), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(bdeps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
-CDBS_RECOMMENDS_$(pkg) = $(recommends)
+CDBS_RECOMMENDS_$(pkg) = $(deps-recommend), $(recommends)
 CDBS_SUGGESTS_$(pkg) = $(suggests)
 
 # silence graphics files (in addition to defaults)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to