Package: logkeys Version: 0.1.1a+git5ef6b0dcb9e3-1 Severity: serious Tags: patch User: [email protected] Usertags: origin-ubuntu ubuntu-patch trusty
logkeys fails to build in unstable: The following packages have unmet dependencies: sbuild-build-depends-logkeys-dummy : Depends: console-tools but it is not installable * Build-depend on kbd | console-tools rather than just console-tools. The following patch fixes this. diff -Nru logkeys-0.1.1a+git5ef6b0dcb9e3/debian/control logkeys-0.1.1a+git5ef6b0dcb9e3/debian/control --- logkeys-0.1.1a+git5ef6b0dcb9e3/debian/control 2013-12-02 21:11:51.000000000 +0000 +++ logkeys-0.1.1a+git5ef6b0dcb9e3/debian/control 2014-01-08 13:24:15.000000000 +0000 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Vedran Furač <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev, quilt, console-tools, +Build-Depends: debhelper (>= 9), autotools-dev, quilt, kbd | console-tools, procps Standards-Version: 3.9.4 Homepage: http://code.google.com/p/logkeys/ Thanks, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

