This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository postgis.
commit 6630ebbb65a8dba09ac8a3707120c3cde915487f Author: Bas Couwenberg <[email protected]> Date: Fri Apr 4 21:13:40 2014 +0200 Drop unneeded substitution variable. --- debian/control | 3 +-- debian/control.in | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 30790a2..fdc6574 100644 --- a/debian/control +++ b/debian/control @@ -118,8 +118,7 @@ Description: PostGIS "Lightweight Geometry" library Package: liblwgeom-dev Architecture: any Section: libdevel -Depends: ${shlibs:Depends}, - ${misc:Depends}, +Depends: ${misc:Depends}, liblwgeom-2.1.2 (= ${binary:Version}) Breaks: postgis (<< 2.0.0) Description: PostGIS "Lightweight Geometry" library - Development files diff --git a/debian/control.in b/debian/control.in index f36150f..65e7337 100644 --- a/debian/control.in +++ b/debian/control.in @@ -118,8 +118,7 @@ Description: PostGIS "Lightweight Geometry" library Package: liblwgeom-dev Architecture: any Section: libdevel -Depends: ${shlibs:Depends}, - ${misc:Depends}, +Depends: ${misc:Depends}, liblwgeom-2.1.2 (= ${binary:Version}) Breaks: postgis (<< 2.0.0) Description: PostGIS "Lightweight Geometry" library - Development files -- 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

