[gringo] 05/11: debian/control: use cmake instead of scons

Thomas Krennwallner tkren-guest at moszumanska.debian.org
Wed Nov 1 16:16:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

tkren-guest pushed a commit to branch devel
in repository gringo.

commit 6a69b4a5192e81d54273a70bdb569b705b42c997
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Date:   Sat Oct 14 07:42:56 2017 +0000

    debian/control: use cmake instead of scons
    
    - force g++-7
    - bump Standards-Version to 4.1.1
    - fix Homepage URI
---
 debian/control | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 5c2978b..7e00fce 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: gringo
 Section: interpreters
-Priority: extra
+Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
-Build-Depends: debhelper (>= 9),
- g++-6 (>= 6.1.1),
- scons,
+Build-Depends: debhelper (>= 10),
+ dpkg-dev (>= 1.16.1~),
+ g++-7 (>= 7.2.0),
+ cmake (>= 3.9.3),
  re2c,
  bison,
  liblua5.3-dev,
  libpython2.7-dev
-Standards-Version: 4.0.1
+Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/gringo.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/gringo.git
-Homepage: https://www.potassco.org/clasp/
+Homepage: https://www.potassco.org/clingo/
 
 Package: gringo
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gringo.git



More information about the debian-science-commits mailing list