File: control

package info (click to toggle)
php-cas 1.3.8-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 860 kB
  • sloc: php: 4,739; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: php-cas
Maintainer: Xavier Guimard <yadd@debian.org>
Section: php
Priority: optional
Build-Depends: debhelper-compat (= 12),
               pkg-php-tools
Build-Depends-Indep: php-pear
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/debian/php-cas
Vcs-Git: https://salsa.debian.org/debian/php-cas.git
Homepage: https://github.com/apereo/phpCAS
Rules-Requires-Root: no

Package: php-cas
Architecture: all
Depends: ${misc:Depends},
         php,
         php-curl,
         ${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
Suggests: ${phppear:Debian-Suggests}
Breaks: ${phppear:Debian-Breaks},
        fusiondirectory (<= 1.3-4+deb11u1~),
        fusiondirectory-schema (<= 1.3-4+deb11u1~),
        ocsinventory-reports (<= 2.8.1+dfsg1-1+deb11u1~)
Description: Central Authentication Service client library in php
 phpCAS is an authentication library that allows PHP applications to easily
 authenticate users via a Central Authentication Service (CAS) server.
 .
 Please see the phpCAS website for more information:
 .
 https://wiki.jasig.org/display/CASC/phpCAS