Package: acheck-rules Version: 0.3.1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu raring ubuntu-patch
Dear Maintainer, Please consider the attached patch which adds ${misc:Depends} depends. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers quantal-updates APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5.0-18-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2003-07-26 20:47:53 +0000 +++ debian/control 2012-11-09 20:53:30 +0000 @@ -7,6 +7,6 @@ Package: acheck-rules Architecture: all -Depends: acheck +Depends: acheck, ${misc:Depends} Description: Basic rules for acheck This package provides basic rules to be checked by the acheck script. === modified file 'debian/rules' --- debian/rules 2003-07-26 20:47:53 +0000 +++ debian/rules 2012-11-08 09:37:25 +0000 @@ -28,7 +28,7 @@ if test -e man/$(package).$$lang.$$i.pod; then\ pod2man --section=$$i man/$(package).$$lang.$$i.pod > man/$(package).$$lang.$$i;\ fi\ - done\ + done \ done touch build-stamp