[php-geos] 03/03: Don't use dh_phppear.

Bas Couwenberg sebastic at debian.org
Tue Aug 30 12:17:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository php-geos.

commit dbb278b0ac97002548e0c57c7dc12094137eef74
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Aug 30 14:04:27 2016 +0200

    Don't use dh_phppear.
---
 debian/control                  | 11 +++--------
 debian/rules                    |  2 +-
 debian/source.lintian-overrides |  3 +++
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 2e7bad6..aefadfe 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,7 @@ Build-Depends: debhelper (>= 9),
                dh-php,
                libgeos-dev,
                php-dev,
-               phpunit,
-               pkg-php-tools (>= 1.6~)
+               phpunit
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/php-geos.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/php-geos.git
@@ -19,16 +18,12 @@ Package: php-geos
 Architecture: any
 Section: web
 Depends: ${php:Depends},
-         ${phppear:Debian-Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Recommends: ${phppear:Debian-Recommends}
-Suggests: ${phppear:Debian-Suggests}
-Breaks: ${phppear:Debian-Breaks}
-Description: ${phppear:summary}
+Description: GEOS bindings for PHP
  GEOS provides a spatial object model and fundamental geometric
  functions. It implements the geometry model defined in the
  OpenGIS Consortium Simple Features Specification for SQL.
  .
- ${phppear:description}
+ This package contains the PHP bindings for GEOS.
 
diff --git a/debian/rules b/debian/rules
index a646362..0077afe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --with autoreconf,php,phppear \
+	dh $@ --with autoreconf,php \
 	      --parallel
 
 override_dh_autoreconf:
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 0000000..1cf4f9c
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,3 @@
+# php-geos is a PECL extensions not a PEAR package.
+php-geos source: pear-package-without-pkg-php-tools-builddep
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/php-geos.git



More information about the Pkg-grass-devel mailing list