This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository proj.
commit f8f98401ff793c75785cd765102aa82619182e1b Author: Bas Couwenberg <[email protected]> Date: Sun Apr 6 21:12:13 2014 +0200 Restructure control file with cme. --- debian/changelog | 1 + debian/control | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index becd7cf..2aa86bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ proj (4.8.0-3) UNRELEASED; urgency=low * Add myself to Uploaders. * Also install geodesic.h. + * Restructure control file with cme, changes: canonical Vcs-* URLs. -- Bas Couwenberg <[email protected]> Sun, 06 Apr 2014 21:02:28 +0200 diff --git a/debian/control b/debian/control index 87c31d1..a99b3a8 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,15 @@ Source: proj -Section: science -Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]>, - Bas Couwenberg <[email protected]> -Build-Depends: debhelper (>= 9), sharutils + Bas Couwenberg <[email protected]> +Section: science +Priority: optional +Build-Depends: debhelper (>= 9), + sharutils Standards-Version: 3.9.3 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/proj.git +Vcs-Git: git://anonscm.debian.org/pkg-grass/proj.git Homepage: http://trac.osgeo.org/proj/ -Vcs-Browser: http://git.debian.org/?p=pkg-grass/proj.git -Vcs-Git: git://git.debian.org/pkg-grass/proj.git Package: proj-data Architecture: any @@ -31,7 +32,9 @@ Description: Cartographic projection filter and library (datum package) Package: libproj0 Architecture: any Section: libs -Depends: proj-data, ${shlibs:Depends}, ${misc:Depends} +Depends: proj-data, + ${shlibs:Depends}, + ${misc:Depends} Suggests: proj-bin Description: Cartographic projection library Proj and invproj perform respective forward and inverse transformation @@ -50,7 +53,9 @@ Description: Cartographic projection library Package: libproj-dev Architecture: any Section: libdevel -Depends: libproj0 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libproj0 (= ${binary:Version}), + ${shlibs:Depends}, + ${misc:Depends} Suggests: proj-bin Description: Cartographic projection library (development files) Proj and invproj perform respective forward and inverse transformation @@ -67,7 +72,8 @@ Description: Cartographic projection library (development files) Package: proj-bin Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Cartographic projection library (tools) Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

