This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository doris.
commit c8c57bd8e4bc8806edadfbccc907b62d25564d5b Author: Antonio Valentino <[email protected]> Date: Sat Sep 9 10:22:27 2017 +0000 Depend on tcsh instead of csh --- debian/changelog | 6 ++++-- debian/control | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f3c331..a5ab0b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,9 +7,11 @@ doris (5.0.3~beta+dfsg-2) UNRELEASED; urgency=medium [ Antonio Valentino ] * debian/rules - do not install truncated nad unused Python module - (fix package install issue) + (fix package install issue) + * debian/control + - (build-)depend in tcsh instead of csh - -- Bas Couwenberg <[email protected]> Wed, 23 Aug 2017 17:09:46 +0200 + -- Antonio Valentino <[email protected]> Sat, 09 Sep 2017 10:13:24 +0000 doris (5.0.3~beta+dfsg-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 3e04cd4..b80d1d5 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Priority: optional X-Python-Version: >= 2.6 Build-Depends: debhelper (>= 9.0.0), dh-python, - csh | c-shell, + tcsh | c-shell, libfftw3-dev, liblapack-dev, libtriangle-dev, @@ -42,7 +42,7 @@ Depends: ${shlibs:Depends}, libxslt1.1, gdal-bin, gawk | mawk, - csh | c-shell + tcsh | c-shell Recommends: snaphu, gmt, gv, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/doris.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

