TT#53701 Split Catalyst::Plugin::Session:Store::Redis into its own package

This is an embedded code copy that should not even be in git, but for
now to ease a future transition into a proper indepently packaged
version, we'll split it out.

Change-Id: Ic6234063249ff6b1ce67b6c019ee8b35d3cc0637
changes/66/28466/3
Guillem Jover 7 years ago
parent 363da116ad
commit 91e2d618e8

1
debian/.gitignore vendored

@ -4,6 +4,7 @@
/.debhelper/
/debhelper-build-stamp
/files
/libcatalyst-plugin-session-store-redis-perl/
/ngcp-panel-tools/
/ngcp-panel/
/tmp/

24
debian/control vendored

@ -11,9 +11,29 @@ Build-Depends:
Standards-Version: 3.9.8
Homepage: https://www.sipwise.com/
Package: libcatalyst-plugin-session-store-redis-perl
Section: perl
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
libcatalyst-plugin-session-perl,
libclass-data-inheritable-perl,
libredis-perl,
libtry-tiny-perl,
Breaks:
ngcp-panel (<< 7.3.0.0+0~mr7.3.0.0),
Replaces:
ngcp-panel (<< 7.3.1.0+0~mr7.3.1.0),
Description: Redis Session store for Catalyst
Catalyst::Plugin::Session::Store::Redis is a session storage plugin
for Catalyst that uses the Redis (https://redis.io/) key-value database.
Package: ngcp-panel
Architecture: all
Depends:
${misc:Depends},
${perl:Depends},
cracklib-runtime,
gettext,
ghostscript,
@ -28,6 +48,7 @@ Depends:
libcatalyst-modules-perl,
libcatalyst-perl (>= 5.90040),
libcatalyst-plugin-authentication-perl,
libcatalyst-plugin-session-store-redis-perl,
libcatalyst-view-tt-perl,
libconfig-general-perl,
libconfig-tiny-perl,
@ -110,7 +131,6 @@ Depends:
libtie-ixhash-perl,
libtime-period-perl,
libtime-warp-perl,
libtry-tiny-perl,
libtrycatch-perl,
libtype-tiny-perl,
liburi-encode-perl,
@ -125,8 +145,6 @@ Depends:
openssl,
sipsak (>= 0.9.6+git20160713),
sox,
${misc:Depends},
${perl:Depends},
Recommends:
libngcp-rating-inew-perl,
Description: catalyst based panel application for NGCP

@ -0,0 +1,2 @@
usr/share/man/man3/Catalyst::*
usr/share/perl5/Catalyst

@ -6,5 +6,5 @@ script/* usr/share/ngcp-panel/script
script/ngcp_panel_fastcgi.pl usr/share/ngcp-panel/
share/* usr/share/ngcp-panel/
usr/share/man/
usr/share/perl5/
usr/share/man/man3/NGCP::*
usr/share/perl5/NGCP

Loading…
Cancel
Save