This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository routino.
commit 85174e0bb059ba31f75ea88211b29d3d977f172b Author: Bas Couwenberg <[email protected]> Date: Fri Mar 25 18:29:58 2016 +0100 Add version requirement for routino-common dependencies. --- debian/changelog | 7 +++++++ debian/control | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a98964..01e3fa4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +routino (3.1.1-2) UNRELEASED; urgency=medium + + * Add version requirement for routino-common dependencies. + (closes: #819254) + + -- Bas Couwenberg <[email protected]> Fri, 25 Mar 2016 18:29:35 +0100 + routino (3.1.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index f17eaa9..ada2bca 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Homepage: http://www.routino.org/ Package: routino Architecture: any -Depends: routino-common, +Depends: routino-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Set of tools to find a path between two points @@ -62,7 +62,7 @@ Description: Web frontend for routino Package: libroutino0 Architecture: any Section: libs -Depends: routino-common, +Depends: routino-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Routino routing library @@ -75,7 +75,7 @@ Description: Routino routing library Package: libroutino-slim0 Architecture: any Section: libs -Depends: routino-common, +Depends: routino-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Routino slim routing library -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/routino.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

