mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
Depend on AWL 0.64 to get fixed memcache support
This commit is contained in:
parent
0da12be223
commit
0762022453
4
debian/control
vendored
4
debian/control
vendored
@ -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,
|
||||
|
||||
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user