summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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/