File: control

package info (click to toggle)
php-symfony-security-acl 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 908 kB
  • sloc: php: 5,118; sql: 268; makefile: 16
file content (36 lines) | stat: -rw-r--r-- 1,636 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
33
34
35
36
Source: php-symfony-security-acl
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Daniel Beyer <dabe@deb.ymc.ch>, David Prévot <taffit@debian.org>
Build-Depends: debhelper (>= 9),
               php-doctrine-common,
               php-doctrine-dbal,
               php-sqlite3,
               php-symfony-security-core,
               phpab,
               phpunit,
               pkg-php-tools (>= 1.7~)
Standards-Version: 4.2.0
Homepage: https://symfony.com/doc/2.8/components/security/introduction.html
Vcs-Git: https://salsa.debian.org/php-team/pear/php-symfony-security-acl.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-symfony-security-acl

Package: php-symfony-security-acl
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Recommends: ${phpcomposer:Debian-recommend}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: ${phpcomposer:description}
 The Security Component - ACL (Access Control List) is an advanced ACL system
 that provides ways to authorize authenticated users based on their roles.
 .
 The Symfony Security Component provides an infrastructure for sophisticated
 authorization systems, which makes it possible to easily separate the actual
 authorization logic from so called user providers that hold the users
 credentials. It is inspired by the Java Spring framework.
 .
 Symfony is a PHP framework, a set of tools and a development methodology.