Package: transmission
Version: 0.6.1.dfsg-2
Followup-For: Bug #421145
Attached patch fixed the FTBFS.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.20-1-amd64 (SMP w/1 CPU core)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- configure.orig 2007-05-01 11:22:20.000000000 +0200
+++ configure 2007-05-01 11:23:22.000000000 +0200
@@ -173,7 +173,7 @@
verbose gtk_test
if runcmd pkg-config gtk+-2.0
then
- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0
+ if runcmd pkg-config gtk+-2.0 --atleast-version=2.6.0
then
cat > testconf.c << EOF
#include <gtk/gtk.h>