diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-18 11:51:22 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-18 11:51:22 +0100 |
| commit | 49b9a9054e80aa0fbe726c6687f6457544aa536a (patch) | |
| tree | 26ce98a2c80543a3a52563323ce4efc0d9718852 | |
| parent | 41fc53855277f6525a580b97c29289f9504544f3 (diff) | |
Add explicit Build-Depends on automake (>= 1.12) as required by
configure.ac
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 29cac9ed..2e1cbb8b 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Aron Xu <aron@debian.org> Build-Depends: debhelper (>= 10), + automake (>= 1.12), dpkg-dev (>= 1.17.14), pkg-config, intltool, |