Package: automake
Version: 1:1.4-p6-13.2
Severity: minor
Tags: patch
Dear Maintainer,
Please consider the attached patch which does:
* debian/control:
- add ${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 2008-02-09 23:38:56 +0000
+++ debian/control 2012-11-07 11:27:31 +0000
@@ -15,7 +15,7 @@
Provides: automake1.4-doc
Conflicts: automake (<< 1:1.4-p6-3), automake1.5, automake1.4-doc
Replaces: automake, automake1.4-doc
-Depends: autoconf, autotools-dev (>= 20010511.2)
+Depends: ${misc:Depends}, autoconf, autotools-dev (>= 20010511.2)
Description: A tool for generating GNU Standards-compliant Makefiles
Automake is a tool for automatically generating `Makefile.in's from
files called `Makefile.am'.