This is an automated email from the git hooks/post-receive script. ntyni pushed a commit to branch master in repository libipc-pubsub-perl.
commit 19f159d7c6416bcaca542cf7eca64864bd821586 Author: Niko Tyni <[email protected]> Date: Mon Jan 15 21:36:13 2018 +0200 Add build dependencies and run time suggestions on alternative backends Alternative backends include those based on Cache::Memcached and Jifty::DBI --- debian/control | 8 ++++++++ debian/tests/pkg-perl/syntax-skip | 3 +++ 2 files changed, 11 insertions(+) diff --git a/debian/control b/debian/control index 70701c4..f4a9b4e 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,9 @@ Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libossp-uuid-perl, libclass-accessor-perl, + libcache-memcached-perl, + memcached, + libjifty-dbi-perl, libdbm-deep-perl Standards-Version: 3.8.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libipc-pubsub-perl.git @@ -21,9 +24,14 @@ Depends: ${perl:Depends}, libossp-uuid-perl, libclass-accessor-perl, libdbm-deep-perl +Suggests: libcache-memcached-perl, + libjifty-dbi-perl Description: Interprocess Publish/Subscribe channels IPC::PubSub provides a simple API for publishing messages to channels and for subscribing to them. . When a message is published on a channel, all subscribers currently in that channel will get it on their next get or get_all call. + . + The package includes backends based on DBM::Deep, Cache::Memcached, + Jifty::DBI and plain hashes. diff --git a/debian/tests/pkg-perl/syntax-skip b/debian/tests/pkg-perl/syntax-skip new file mode 100644 index 0000000..90c570a --- /dev/null +++ b/debian/tests/pkg-perl/syntax-skip @@ -0,0 +1,3 @@ +# dependencies of these are only runtime suggestions +IPC/PubSub/Cache/JiftyDBI +IPC/PubSub/Cache/Memcached -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libipc-pubsub-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
