This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch modern-packaging in repository postgis.
commit 0a7dfc774651c9646c2e43edde6a4e0a8140485d Author: Bas Couwenberg <[email protected]> Date: Sat Oct 8 20:22:24 2016 +0200 Drop explicit liblwgeom-2.3-0 dependency from -postgis-2.3 package, already set via ${shlibs:Depends}. --- debian/changelog | 2 ++ debian/control | 3 +-- debian/control.in | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1cb7add..40ce8df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ postgis (2.3.0+dfsg-3) UNRELEASED; urgency=medium * Restructure control file with cme. * Reorder (build) dependencies. + * Drop explicit liblwgeom-2.3-0 dependency from -postgis-2.3 package, + already set via ${shlibs:Depends}. -- Bas Couwenberg <[email protected]> Sat, 08 Oct 2016 19:52:11 +0200 diff --git a/debian/control b/debian/control index 8d8a04a..ffb3b0a 100644 --- a/debian/control +++ b/debian/control @@ -125,8 +125,7 @@ Description: PostGIS "Lightweight Geometry" library - Development files Package: postgresql-9.6-postgis-2.3 Architecture: any -Depends: liblwgeom-2.3-0, - postgresql-9.6, +Depends: postgresql-9.6, ${shlibs:Depends}, ${misc:Depends} Recommends: postgresql-9.6-postgis-2.3-scripts, diff --git a/debian/control.in b/debian/control.in index 0a282ac..b2a35da 100644 --- a/debian/control.in +++ b/debian/control.in @@ -125,8 +125,7 @@ Description: PostGIS "Lightweight Geometry" library - Development files Package: postgresql-PGVERSION-postgis-2.3 Architecture: any -Depends: liblwgeom-2.3-0, - postgresql-PGVERSION, +Depends: postgresql-PGVERSION, ${shlibs:Depends}, ${misc:Depends} Recommends: postgresql-PGVERSION-postgis-2.3-scripts, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

