diff options
author | Roland Stigge <stigge@antcom.de> | 2013-11-23 19:43:00 +0100 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:51 -0500 |
commit | be390bd6b1a147b7bc4cdcaeb7d938a931e60b24 (patch) | |
tree | 2a5c8043f8194b1f4e9cb5bcfea43a890de62d8a | |
parent | 964adc873f29b0643e2370f9b057c4956ce21ffd (diff) |
Import Debian changes 0.5.1-1.2+powerpcspe1
hardinfo (0.5.1-1.2+powerpcspe1) unreleased; urgency=low
* Fix build on powerpcspe: added liblzma-dev to build-deps, see #713717
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e73fd537..5a979215 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.5.1-1.2+powerpcspe1) unreleased; urgency=low + + * Fix build on powerpcspe: added liblzma-dev to build-deps, see #713717 + + -- Roland Stigge <stigge@antcom.de> Sat, 23 Nov 2013 19:43:00 +0100 + hardinfo (0.5.1-1.2) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/control b/debian/control index 01faac7a..20b2b5d5 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, libffi-dev +Build-Depends: debhelper (>> 5.0.0), libgtk2.0-dev, pciutils (>=1:2.1.11-10), libsoup2.4-dev, libffi-dev, liblzma-dev Standards-Version: 3.8.3.0 Package: hardinfo |