diff options
| author | Alessio Treglia <alessio@debian.org> | 2011-08-28 13:28:20 +0200 | 
|---|---|---|
| committer | Alessio Treglia <alessio@debian.org> | 2011-08-28 13:28:20 +0200 | 
| commit | db2af759f3f0942e803f9216845275f2f99715de (patch) | |
| tree | 8fd4e456e959eb2d6d05603ee920c1cbd9db35c4 | |
| parent | ae9b679fdc50b2704c0e8bab51a764a8bb03eafa (diff) | |
Properly adjust build-dep on Valac
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index 8a48472..ce1ad08 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 7.0.50~),   libgudev-1.0-dev,   libdbus-glib-1-dev,   libsane-dev, - valac (>= 0.13.0), + valac-0.14 | valac (>= 0.13.0),   zlib1g-dev,   libjpeg-dev,   python-scour, | 
