diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-18 23:03:27 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 15:23:46 -0500 |
commit | 916145c5d895561305c0e7f43855948f3133504a (patch) | |
tree | 7426db7ec79c4923803572784cffa417f0b62ec2 /debian/control | |
parent | 3269a118638819633389c7aaf90ea6f329b291b9 (diff) |
Rewrite and modernize debian/rules, make it build with cmake.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e41fe09f..78d3ed65 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: hardinfo Section: x11 Priority: optional Maintainer: Simon Quigley <tsimonq2@ubuntu.com> -Build-Depends: debhelper (>= 10), +Build-Depends: cmake, + debhelper (>= 10), libffi-dev, libgtk2.0-dev, liblzma-dev, |