diff options
author | Alessio Treglia <alessio@debian.org> | 2011-08-28 13:15:02 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2011-08-28 13:15:02 +0200 |
commit | ae9b679fdc50b2704c0e8bab51a764a8bb03eafa (patch) | |
tree | 8d23c03e44f65712d16e5d5c67a7423e355e627b /debian/control | |
parent | c725e00e54e14761c4374db550397a5afe1766e5 (diff) |
Add build-dep on vala, replace libgtk2.0-dev with libgtk-3-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1913a6d..8a48472 100644 --- a/debian/control +++ b/debian/control @@ -10,12 +10,13 @@ Build-Depends: debhelper (>= 7.0.50~), gnome-doc-utils (>= 0.3.2), gnome-common, libglib2.0-dev, - libgtk2.0-dev, + libgtk-3-dev, libgconf2-dev, libcairo2-dev, libgudev-1.0-dev, libdbus-glib-1-dev, libsane-dev, + valac (>= 0.13.0), zlib1g-dev, libjpeg-dev, python-scour, |