diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-22 13:24:50 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-22 13:24:50 -0500 |
commit | 7c1e1263bc934c25856fff660a776460726c9a0a (patch) | |
tree | 2ab4e61146c333bc79b78c3f8e2a3326542233c8 /debian/control | |
parent | 8d5dc56a876009ead7c03fe6962483367bc22c93 (diff) |
Build-Depend on debhelper (>= 9), not debhelper (>= 9.0.0)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0799fef2..d660af2a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: sound Priority: optional Maintainer: Benjamin Barenblat <bbaren@mit.edu> Build-Depends: - debhelper (>= 9.0.0), + debhelper (>= 9), dh-autoreconf, intltool, libasound2-dev, |