Package: logkeys Version: 0.1.1a+git5ef6b0dcb9e3-1 Severity: serious Tags: patch User: ubuntu-de...@lists.ubuntu.com 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č <vedran.fu...@gmail.com> -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 [cjwat...@ubuntu.com] -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org