This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geos.
commit a5530e74af982c50fe9c09f7fcde4b59dd69e7ab Author: Bas Couwenberg <[email protected]> Date: Sun Jul 19 23:37:38 2015 +0200 Sync control & control.in to not lose libjs-jquery dependency. --- debian/changelog | 6 ++++++ debian/control.in | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 951dea1..e5f138f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geos (3.4.2-8) UNRELEASED; urgency=medium + + * Sync control & control.in to not lose libjs-jquery dependency. + + -- Bas Couwenberg <[email protected]> Sun, 19 Jul 2015 23:36:12 +0200 + geos (3.4.2-7) unstable; urgency=medium * Update symbols for other architectures. diff --git a/debian/control.in b/debian/control.in index cc93817..402314f 100644 --- a/debian/control.in +++ b/debian/control.in @@ -99,7 +99,8 @@ Description: Geometry engine for Geographic Information Systems - C++ Library Package: libgeos-doc Architecture: all Section: doc -Depends: ${misc:Depends} +Depends: libjs-jquery, + ${misc:Depends} Suggests: libgeos-dev (= ${binary:Version}) Description: Documentation for the GEOS GIS geometry engine library GEOS provides a spatial object model and fundamental geometric -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

