This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository routino.
commit 7f31d035bd2e08efa6775c519ccd9b63a94f6fb0 Author: Bas Couwenberg <[email protected]> Date: Sat Dec 6 11:39:22 2014 +0100 Restructure control file with cme. --- debian/changelog | 7 +++++++ debian/control | 26 +++++++++++++++++--------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index dbc993a..ecca770 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +routino (2.7.2-3) unstable; urgency=medium + + * Team upload. + * Restructure control file with cme. + + -- Bas Couwenberg <[email protected]> Sat, 06 Dec 2014 11:17:17 +0100 + routino (2.7.2-2) testing-proposed-updates; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 0fa8fe2..ad7f966 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,22 @@ Source: routino -Section: misc -Priority: extra Maintainer: Debian GIS Project <[email protected]> Uploaders: Uwe Steinmann <[email protected]>, - Thibaut Gridel <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), flex, libbz2-dev, zlib1g-dev + Thibaut Gridel <[email protected]> +Section: misc +Priority: extra +Build-Depends: debhelper (>= 7.0.50~), + flex, + libbz2-dev, + zlib1g-dev Standards-Version: 3.9.5 -Homepage: http://www.routino.org/ -Vcs-Git: git://git.debian.org/pkg-grass/routino.git Vcs-Browser: http://git.debian.org/?p=pkg-grass/routino.git - +Vcs-Git: git://git.debian.org/pkg-grass/routino.git +Homepage: http://www.routino.org/ Package: routino Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Set of tools to find a path between two points. Routino is an application for finding a route between two points using the dataset of topographical information collected by @@ -21,10 +24,15 @@ Description: Set of tools to find a path between two points. Package: routino-www Architecture: all -Depends: apache2 | httpd, libjs-leaflet, javascript-common, routino, ${misc:Depends} +Depends: apache2 | httpd, + libjs-leaflet, + javascript-common, + routino, + ${misc:Depends} Description: Web frontend for routino Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap . This is the web frontend to the router. + -- 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

