This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pyepr.
commit d8963e6303898dd1c249f11b00bb9381e1585152 Author: Bas Couwenberg <[email protected]> Date: Wed Sep 27 14:59:19 2017 +0200 Add python3-sphinx to build dependencies. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 139f94f..89964df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ pyepr (0.9.3-4) UNRELEASED; urgency=medium * Change priority from extra to optional. * Bump Standards-Version to 4.1.0, changes: priority. + * Add python3-sphinx to build dependencies. -- Antonio Valentino <[email protected]> Sun, 24 Sep 2017 13:20:24 +0200 diff --git a/debian/control b/debian/control index e10fd99..9347725 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 9), python3-numpy-dbg, libepr-api-dev, python-sphinx, + python3-sphinx, texlive-latex-extra, python3-doc, python-numpy-doc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyepr.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

