This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository pyorbital.
commit 5f9187772e001a2884064b7edd03a8dd049e6ce5 Author: Antonio Valentino <[email protected]> Date: Mon Feb 15 23:10:01 2016 +0100 Fix VCS URLs --- debian/changelog | 2 ++ debian/control | 15 +++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd32a2f..7ec9424 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ pyorbital (1.0.0-1) UNRELEASED; urgency=medium * Fix debian/watch file * Refresh all patches * Bump standard version to 3.9.7 (no change) + * debian/control + - fix VCS URLs -- Antonio Valentino <[email protected]> Sun, 22 Mar 2015 17:24:12 +0000 diff --git a/debian/control b/debian/control index 90212a0..c3813af 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,9 @@ Source: pyorbital -Section: python -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Antonio Valentino <[email protected]> +Section: python +Testsuite: autopkgtest +Priority: optional Build-Depends: debhelper (>= 9.0.0), dh-python, python-setuptools, @@ -10,14 +11,16 @@ Build-Depends: debhelper (>= 9.0.0), python-numpy, python-sphinx Standards-Version: 3.9.7 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyorbital.git +Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyorbital.git Homepage: https://github.com/mraspaud/pyorbital -Vcs-Git: http://anonscm.debian.org/git/pkg-grass/pyorbital.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pyorbital.git;a=summary -XS-Testsuite: autopkgtest Package: python-pyorbital Architecture: all -Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-numpy +Depends: ${shlibs:Depends}, + ${python:Depends}, + ${misc:Depends}, + python-numpy Description: Orbital and astronomy computations in Python Python package for computing orbital parameters from TLE files, and making diverse astronomical computations. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyorbital.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

