diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-03-13 15:39:33 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-03-13 17:07:30 +0100 |
commit | 2d62b25cefd2c22e461ecc08c4493226f9bde226 (patch) | |
tree | bfd7c38048dad71fdd5bb000db92ccb10a679cd4 /debian | |
parent | 50b2df1bdcdf82a9a218ab5be19cd2845c8c6450 (diff) |
Updated for debian9 packaging
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 14 |
3 files changed, 14 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index c8b1f20..b030b42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +phpbb3 (3.2.2-1+deb9u1) experimental; urgency=medium + + * Now use debian9 packaging + + -- Olivier Gayot <olivier.gayot@sigexec.com> Tue, 13 Mar 2018 15:40:24 -0100 + phpbb3 (3.0.12-5+deb8u1) jessie; urgency=medium * Fix possible redirection on Chrome: an insufficient check allowed users of diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 616dfab..a11a49c 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: optional Maintainer: phpBB packaging team <phpbb-l@lists.a-eskwadraat.nl> Uploaders: David Prévot <taffit@debian.org> -Build-Depends: debhelper (>= 7.0.50~), po-debconf +Build-Depends: debhelper (>= 9.0.0), po-debconf Standards-Version: 3.9.6 Homepage: http://www.phpbb.com Vcs-Svn: http://svn.wolffelaar.nl/phpbb/trunk/phpbb3 @@ -13,14 +13,14 @@ Package: phpbb3 Architecture: all Depends: apache2 | httpd, dbconfig-common, - libapache2-mod-php5 | php5-cgi | php5, - mysql-client | virtual-mysql-client | postgresql-client | sqlite, - php5-cli, - php5-gd, - php5-mysql | php5-pgsql | php5-sqlite | php5-odbc | php5-sybase, + libapache2-mod-php | php-cgi | php, + mysql-client | virtual-mysql-client | postgresql-client | sqlite3, + php-cli, + php-gd, + php-mysql | php-pgsql | php-sqlite3 | php-odbc | php-sybase, ucf, ${misc:Depends} -Recommends: exim4 | mail-transport-agent, php5-imagick +Recommends: exim4 | mail-transport-agent, php-imagick Suggests: mysql-server | virtual-mysql-server | postgresql, phpbb3-l10n Description: full-featured, skinnable non-threaded web forum phpBB is a high powered, fully scalable, and highly customizable |