diff options
author | gregor herrmann <gregoa@debian.org> | 2012-01-05 16:14:54 +0100 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:50 -0500 |
commit | 964adc873f29b0643e2370f9b057c4956ce21ffd (patch) | |
tree | 5b6f8d0a0e0ef84727d0061a7cfcbdc303bbc746 /debian/control | |
parent | 64e5fb21f19ae04c411abc036f425743974a4b96 (diff) |
Import Debian changes 0.5.1-1.2
hardinfo (0.5.1-1.2) unstable; urgency=low
* Non-maintainer upload.
* Fix "FTBFS: ld: cannot find -lffi":
add patch from Ubuntu / Julien Lavergne:
+ debian/control:
- Build-depends on libffi-dev to fix FTBFS (LP: #831185)
(Closes: #652179)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b70ddf9f..01faac7a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: hardinfo Section: x11 Priority: optional Maintainer: Agney Lopes Roth Ferraz <agney@debian.org> -Build-Depends: debhelper (>> 5.0.0), libgtk2.0-dev, pciutils (>=1:2.1.11-10), libsoup2.4-dev +Build-Depends: debhelper (>> 5.0.0), libgtk2.0-dev, pciutils (>=1:2.1.11-10), libsoup2.4-dev, libffi-dev Standards-Version: 3.8.3.0 Package: hardinfo |