diff options
author | Max Horn | 2007-05-30 16:55:11 +0000 |
---|---|---|
committer | Max Horn | 2007-05-30 16:55:11 +0000 |
commit | 147a9037b4f5037d9118cb5f8a1c5eae2c59689b (patch) | |
tree | be5d2f1ac2b5e246a72bad999420ce5dcc78b497 /dists/debian/control | |
parent | c07b5f6147a0539285ca0080c83b9a4ee18d10d6 (diff) | |
download | scummvm-rg350-147a9037b4f5037d9118cb5f8a1c5eae2c59689b.tar.gz scummvm-rg350-147a9037b4f5037d9118cb5f8a1c5eae2c59689b.tar.bz2 scummvm-rg350-147a9037b4f5037d9118cb5f8a1c5eae2c59689b.zip |
LaTeX is no longer needed to build ScummVM docs, so we can remove this build dep
svn-id: r27016
Diffstat (limited to 'dists/debian/control')
-rw-r--r-- | dists/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/debian/control b/dists/debian/control index 02f53ca4d1..6b9d6025a9 100644 --- a/dists/debian/control +++ b/dists/debian/control @@ -2,7 +2,7 @@ Source: scummvm Section: games Priority: optional Maintainer: Tore Anderson <tore@debian.org> -Build-Depends: debhelper (>> 4.0.0), nasm [i386], tetex-bin, tetex-extra, libsdl1.2-dev, libmad0-dev, libasound2-dev, libvorbis-dev (>= 1.0.0-2), libmpeg2-4-dev, libflac-dev (>= 1.1.1-2), libz-dev, libfluidsynth-dev +Build-Depends: debhelper (>> 4.0.0), nasm [i386], libsdl1.2-dev, libmad0-dev, libasound2-dev, libvorbis-dev (>= 1.0.0-2), libmpeg2-4-dev, libflac-dev (>= 1.1.1-2), libz-dev, libfluidsynth-dev Standards-Version: 3.6.1.1 Package: scummvm |