This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository rel2gpx.
commit c9855a11d1aab9368858e423b9569d95bfb4cb62 Author: Bas Couwenberg <[email protected]> Date: Fri May 6 17:51:52 2016 +0200 Restructure control file with cme. Changes: - Update Vcs-* URLs to use HTTPS - Change libmath-complex-perl dependency to perl (>= 5.15.8) | libmath-complex-perl --- debian/changelog | 4 ++++ debian/control | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index ebc3ad7..42c7967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ rel2gpx (0.27-2) UNRELEASED; urgency=medium * Team upload. * Add gbp.conf to use pristine-tar by default. + * Restructure control file with cme, changes: + - Update Vcs-* URLs to use HTTPS + - Change libmath-complex-perl dependency to + perl (>= 5.15.8) | libmath-complex-perl -- Bas Couwenberg <[email protected]> Fri, 06 May 2016 17:44:03 +0200 diff --git a/debian/control b/debian/control index ba48e9a..a77763b 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,13 @@ Source: rel2gpx -Section: utils -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Andreas Tille <[email protected]> +Section: utils +Priority: optional Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/rel2gpx.git +Vcs-Git: https://anonscm.debian.org/git/pkg-grass/rel2gpx.git Homepage: http://blog.velocarte66.fr/de/node/277 -Vcs-Git: git://anonscm.debian.org/pkg-grass/rel2gpx.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/rel2gpx.git Package: rel2gpx Architecture: all @@ -16,7 +16,7 @@ Depends: ${misc:Depends}, libwww-perl, libio-stringy-perl, libxml-perl, - libmath-complex-perl, + perl (>= 5.15.8) | libmath-complex-perl, libosm-gary68-perl Description: create GPX-track from OSM relation This script can download GPX tracks from a given OSM relation -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/rel2gpx.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

