This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy.
commit 6025b0dd3ad1945b08aaf5626f7281c97cd7de70 Author: Ross Gammon <[email protected]> Date: Mon Feb 16 00:22:35 2015 +0100 Restructure control file with cme & use cgit instead of gitweb --- debian/control | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/debian/control b/debian/control index 627c995..3750878 100644 --- a/debian/control +++ b/debian/control @@ -1,28 +1,30 @@ Source: creepy -Section: python -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Andreas Tille <[email protected]>, Petter Reinholdtsen <[email protected]>, Ross Gammon <[email protected]> -Build-Depends: debhelper (>= 9), python (>= 2.6) -XS-Python-Version: >= 2.6 +Section: python +Priority: optional +Build-Depends: debhelper (>= 9), + python Standards-Version: 3.9.6 -Homepage: http://ilektrojohn.github.com/creepy -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/creepy.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/creepy.git Vcs-Git: git://anonscm.debian.org/pkg-grass/creepy.git +Homepage: http://ilektrojohn.github.com/creepy +X-Python-Version: >= 2.6 Package: creepy Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, - python-simplejson, - python-flickrapi, - python-beautifulsoup, - python-pyexiv2, - python-configobj, - python-tweepy, - python-yapsy, - python-qt4 +Depends: ${misc:Depends}, + ${python:Depends}, + python-simplejson, + python-flickrapi, + python-beautifulsoup, + python-pyexiv2, + python-configobj, + python-tweepy, + python-yapsy, + python-qt4 Description: geolocation information aggregator and visualizer creepy is an application that allows you to gather geolocation related information about users from social networking platforms -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

