This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository geos.
commit b00537398d5dbd1606879089c7130fcd738874b2 Author: Bas Couwenberg <[email protected]> Date: Tue Aug 30 14:28:55 2016 +0200 Reorder build dependencies. --- debian/control | 6 +++--- debian/control.in | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 0385d7e..f5e86fb 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,11 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Section: science Priority: optional Build-Depends: debhelper (>= 9), + dh-autoreconf, doxygen, - swig, + pkg-kde-tools, ruby-all-dev, - dh-autoreconf, - pkg-kde-tools + swig Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/geos.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/geos.git diff --git a/debian/control.in b/debian/control.in index af3e436..243bd48 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,11 +5,12 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>, Section: science Priority: optional Build-Depends: debhelper (>= 9), + dh-autoreconf, + chrpath, doxygen, - swig, + pkg-kde-tools, ruby-all-dev, - dh-autoreconf, - pkg-kde-tools + swig Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/geos.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/geos.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

