Lines 6-14
Build-Depends:
Link Here
|
6 |
debhelper, |
6 |
debhelper, |
7 |
libkrb5-dev, |
7 |
libkrb5-dev, |
8 |
php7.3-dev, |
8 |
php7.3-dev, |
9 |
po-debconf, |
|
|
10 |
xsltproc, |
11 |
tar, |
12 |
Standards-Version: 3.9.1 |
9 |
Standards-Version: 3.9.1 |
13 |
Homepage: https://pecl.php.net/package/krb5 |
10 |
Homepage: https://pecl.php.net/package/krb5 |
14 |
|
11 |
|
15 |
- |
|
|
16 |
-- |
17 |
saml/php-krb5/.gitignore | 1 + |
12 |
saml/php-krb5/.gitignore | 1 + |
18 |
saml/php-krb5/debian/control | 9 ++++--- |
13 |
saml/php-krb5/debian/control | 9 ++++--- |
19 |
saml/php-krb5/debian/copyright | 6 ----- |
14 |
saml/php-krb5/debian/copyright | 6 ----- |
20 |
saml/php-krb5/debian/php-krb5.docs | 1 - |
15 |
saml/php-krb5/debian/php-krb5.docs | 1 - |
21 |
saml/php-krb5/debian/php-krb5.install | 1 - |
16 |
saml/php-krb5/debian/php-krb5.install | 1 - |
22 |
saml/php-krb5/debian/php-krb5.php | 2 ++ |
17 |
saml/php-krb5/debian/php-krb5.php | 2 ++ |
23 |
saml/php-krb5/debian/php-krb5.postinst | 36 -------------------------- |
18 |
saml/php-krb5/debian/php-krb5.postinst | 36 -------------------------- |
24 |
saml/php-krb5/debian/php-krb5.postrm | 36 -------------------------- |
19 |
saml/php-krb5/debian/php-krb5.postrm | 36 -------------------------- |
25 |
saml/php-krb5/debian/rules | 29 +-------------------- |
20 |
saml/php-krb5/debian/rules | 29 +-------------------- |
26 |
9 files changed, 9 insertions(+), 112 deletions(-) |
21 |
9 files changed, 9 insertions(+), 112 deletions(-) |
27 |
create mode 100644 saml/php-krb5/.gitignore |
22 |
create mode 100644 saml/php-krb5/.gitignore |
28 |
delete mode 100644 saml/php-krb5/debian/php-krb5.install |
23 |
delete mode 100644 saml/php-krb5/debian/php-krb5.install |
29 |
create mode 100644 saml/php-krb5/debian/php-krb5.php |
24 |
create mode 100644 saml/php-krb5/debian/php-krb5.php |
30 |
delete mode 100755 saml/php-krb5/debian/php-krb5.postinst |
25 |
delete mode 100755 saml/php-krb5/debian/php-krb5.postinst |
31 |
delete mode 100755 saml/php-krb5/debian/php-krb5.postrm |
26 |
delete mode 100755 saml/php-krb5/debian/php-krb5.postrm |