summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2017-04-19 22:45:19 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2017-04-19 22:45:19 -0400
commitf6c27c484d82474d14448c907f90165c1696c86d (patch)
tree75f6f1823a721592fac28b156404de02606971ef /debian/control
parent63b88bb54c073ecd94a4d8a32f61e0e3856ae132 (diff)
Add runtime dependency on GCC20170105+dfsg-2
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.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
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