Package: tioga
Version: 1.0.I-2
Severity: serious
Tags: patch
When building 'tioga' in a clean 'unstable' chroot,
I get the following error:
dh_clean
debian/rules build
dh_testdir
# Add here commands to configure the package.
cd make;\
PREFIX=/usr ruby1.8 extconf.rb --debian;
/bin/sh: line 1: ruby1.8: command not found
make: *** [configure-stamp] Error 127
Please add the missing Build-Depends on 'ruby1.8' to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/tioga-1.0.I/debian/control ./debian/control
--- ../tmp-orig/tioga-1.0.I/debian/control 2006-02-11 06:25:34.000000000
+0000
+++ ./debian/control 2006-02-11 06:24:23.000000000 +0000
@@ -2,7 +2,7 @@
Section: graphics
Priority: optional
Maintainer: Vincent Fourmond <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev
+Build-Depends: debhelper, ruby1.8-dev, ruby1.8
Standards-Version: 3.6.2
Package: tioga
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]