From f6c27c484d82474d14448c907f90165c1696c86d Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 19 Apr 2017 22:45:19 -0400 Subject: Add runtime dependency on GCC Really, add a runtime dependency on c-compiler, and Recommend gcc. (gcc is the default compiler, but urweb works fine with clang as long as you pass -ccompiler.) Closes https://bugs.debian.org/860426. --- debian/changelog | 6 ++++++ debian/control | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index b3aabef3..59a21b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +urweb (20170105+dfsg-2) unstable; urgency=medium + + * Introduce runtime dependency on GCC. (Closes: #860426) + + -- Benjamin Barenblat Wed, 19 Apr 2017 21:48:49 -0400 + urweb (20170105+dfsg-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 71b1d840..be5fa177 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,7 @@ Multi-Arch: foreign Pre-Depends: ${misc:Pre-Depends} Depends: default-libmysqlclient-dev, + gcc | c-compiler, libpq-dev, libsqlite3-dev, libssl-dev, @@ -40,6 +41,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: + gcc, urweb-doc, urweb-mode Description: purely functional language for web programming -- cgit v1.2.3