[Pkg-giraffe-maintainers] [PATCH 3/5] debian/control: moving package php7.0-mapi into php-mapi
c.schoenert at t-online.de
c.schoenert at t-online.de
Sat Jun 3 14:57:07 UTC 2017
From: Carsten Schoenert <c.schoenert at t-online.de>
Right now the php-mapi package isn't usable with other versions of PHP
than version 7.0. At least this isn't tested and can't be ensured.
Closes: #861775
---
debian/control | 6 +++---
debian/{php7.0-mapi.install => php-mapi.install} | 0
debian/{php7.0-mapi.php => php-mapi.php} | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
rename debian/{php7.0-mapi.install => php-mapi.install} (100%)
rename debian/{php7.0-mapi.php => php-mapi.php} (68%)
diff --git a/debian/control b/debian/control
index c888f2a8..c98d4f4f 100644
--- a/debian/control
+++ b/debian/control
@@ -154,7 +154,7 @@ Depends: ${misc:Depends},
${shlibs:Depends},
lsb-base (>= 3.0-6),
kopano-common (= ${binary:Version}),
- php7.0-mapi (= ${binary:Version}),
+ php-mapi (= ${binary:Version}),
php-cli,
python-mapi (= ${binary:Version}),
Description: Complete and feature rich groupware solution - delivery agent
@@ -211,7 +211,7 @@ Depends: ${misc:Depends},
${shlibs:Depends},
lsb-base (>= 3.0-6),
kopano-common (= ${binary:Version}),
- php7.0-mapi (= ${binary:Version}),
+ php-mapi (= ${binary:Version}),
php-cli,
python-mapi (= ${binary:Version}),
Description: Complete and feature rich groupware solution - quota monitor
@@ -324,7 +324,7 @@ Description: Complete and feature rich groupware solution - Python bindings
Kopano server using a higher level abstraction than python-mapi
provides.
-Package: php7.0-mapi
+Package: php-mapi
Architecture: any
Section: php
Depends: ${shlibs:Depends},
diff --git a/debian/php7.0-mapi.install b/debian/php-mapi.install
similarity index 100%
rename from debian/php7.0-mapi.install
rename to debian/php-mapi.install
diff --git a/debian/php7.0-mapi.php b/debian/php-mapi.php
similarity index 68%
rename from debian/php7.0-mapi.php
rename to debian/php-mapi.php
index f0133449..d83237fc 100644
--- a/debian/php7.0-mapi.php
+++ b/debian/php-mapi.php
@@ -1,3 +1,3 @@
-# PHP modul installation for php7.0-mapi
+# PHP modul installation for php-mapi
mod debian/tmp/etc/php/7.0/cli/conf.d/mapi.ini
mod debian/tmp/usr/lib/php/20151012/mapi.so
--
2.11.0
More information about the Pkg-giraffe-maintainers
mailing list