Package: sdl-net1.2
Version: 1.2.5-4
Severity: serious
Tags: patch

sdl-net1.2 fails to build because it cannot execute automake-1.7:

> cd . && \
>   automake-1.7 --foreign  Makefile
> /bin/sh: automake-1.7: command not found

Adding a build-dependency on automake1.7 fixes this problem.

-- 
Matt
diff -u sdl-net1.2-1.2.5/debian/control sdl-net1.2-1.2.5/debian/control
--- sdl-net1.2-1.2.5/debian/control
+++ sdl-net1.2-1.2.5/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Mike Furr <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev (>= 1.2.5), autotools-dev, 
dpatch
+Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev (>= 1.2.5), autotools-dev, 
dpatch, automake1.7
 Standards-Version: 3.6.1
 
 Package: libsdl-net1.2-dev

Attachment: signature.asc
Description: Digital signature

Reply via email to