Package: adequate Version: 0.13.1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch
*** /tmp/tmpPmRSCM/bug_body In Ubuntu, the attached patch was applied to achieve the following: * Add missing depends on pkg-config for adequate so it can test the new missing-pkgconfig-dependency tag; This also allows the autopkgtest to complete as well - update debian/control Thanks for considering the patch. -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty-proposed'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-53-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru adequate-0.13.1/debian/changelog adequate-0.13.1ubuntu1/debian/changelog diff -Nru adequate-0.13.1/debian/control adequate-0.13.1ubuntu1/debian/control --- adequate-0.13.1/debian/control 2015-05-10 13:15:20.000000000 -0500 +++ adequate-0.13.1ubuntu1/debian/control 2015-05-27 23:57:18.000000000 -0500 @@ -13,7 +13,7 @@ Package: adequate Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.14), debconf +Depends: ${misc:Depends}, ${perl:Depends}, perl (>= 5.14), debconf, pkg-config Description: Debian package quality testing tool adequate checks packages installed on the system and reports bugs and policy violations.