diff options
author | Ross Burton <ross@debian.org> | 2004-08-11 10:02:15 +0000 |
---|---|---|
committer | Ross Burton <ross@debian.org> | 2004-08-11 10:02:15 +0000 |
commit | f627e62250a4b6e2f68ca21e1baab1e2b841e24f (patch) | |
tree | cdf2ac6e76746243947960050996819d8f82696f | |
parent | Add build-dep on libX11-dev (diff) | |
download | zenity-f627e62250a4b6e2f68ca21e1baab1e2b841e24f.tar.gz zenity-f627e62250a4b6e2f68ca21e1baab1e2b841e24f.tar.bz2 zenity-f627e62250a4b6e2f68ca21e1baab1e2b841e24f.zip |
Typo... ssh
-rw-r--r-- | debian/control.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control.in b/debian/control.in index 6549bb5e..97600c4a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton <ross@debian.org> -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.4.0), libglade2-dev, libgconf2-dev, libgnomecanvas2-dev, libX11-dev +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.4.0), libglade2-dev, libgconf2-dev, libgnomecanvas2-dev, libx11-dev Uploaders: @GNOME_TEAM@ Standards-Version: 3.6.1.0 |