summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2018-09-25 06:58:49 +0000
committerSteve Langasek <vorlon@debian.org>2018-09-25 18:10:20 +0000
commit1c4dbed1e992d5ecde252ad21490fe8820cb21a3 (patch)
tree948d8324668947db599606daac8b420da8e93367
parent0aef8b06db193fab83ea0b5680ee2482e1cefbe1 (diff)
Add build-depends on lemon.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c33cdab..35d1138 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ sqsh (2.5.16.1-1) UNRELEASED; urgency=medium
cherry-pick.
* src/Makefile.in: handle building of the requisite sqsh_parse.a library
(which should be done using automake + libtool, but, well)
+ * Add build-depends on lemon.
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 24 Sep 2018 22:13:55 -0700
diff --git a/debian/control b/debian/control
index e00315f..bccc7ee 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: sqsh
Section: utils
Priority: optional
Maintainer: Steve Langasek <vorlon@debian.org>
-Build-Depends: debhelper (>= 9~), freetds-dev (>= 0.63), libmotif-dev, libxt-dev, libreadline-dev, autotools-dev
+Build-Depends: debhelper (>= 9~), freetds-dev (>= 0.63), libmotif-dev, libxt-dev, libreadline-dev, autotools-dev, lemon
Build-Conflicts: tcl-dev
Standards-Version: 3.9.4
Homepage: http://sourceforge.net/projects/sqsh/