Depend on AWL 0.64 to get fixed memcache support

This commit is contained in:
Andrew Ruthven 2022-12-18 13:49:52 +13:00 committed by Andrew Ruthven
parent 0da12be223
commit 0762022453
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -8,7 +8,7 @@ Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13),
dh-exec,
jdupes,
libawl-php (>= 0.63-1~), libawl-php (<< 0.64),
libawl-php (>= 0.64-1~), libawl-php (<< 0.65),
gettext,
doxygen,
php-cli | php5-cli
@ -20,7 +20,7 @@ Rules-Requires-Root: no
Package: davical
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libawl-php (>= 0.63-1~), libawl-php (<< 0.64),
libawl-php (>= 0.64-1~), libawl-php (<< 0.65),
libdbd-pg-perl,
libyaml-perl,
php | php5,

View File

@ -295,7 +295,7 @@ if ( function_exists('awl_set_locale') ) {
*
*/
$c->code_version = 0;
$c->want_awl_version = '0.63';
$c->want_awl_version = '0.64';
$c->version_string = '1.1.11'; // The actual version # is replaced into that during the build /release process
if ( isset($c->version_string) && preg_match( '/(\d+)\.(\d+)\.(\d+)(.*)/', $c->version_string, $matches) ) {
$c->code_major = $matches[1];