Package: libihelp-ruby Severity: minor Tags: patch
Hi, ruby1.6 is scheduled to be dropped from the archive before the release of etch [1]. Please stop building ruby1.6 modules. The attached patch modifies your packaging to stop building ruby1.6 modules. Please consider applying. Regards, Stefan [1] http://wiki.debian.org/RemoveRuby16 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ur libihelp-ruby-0.3.1/debian/control libihelp-ruby-0.3.1.mod/debian/control --- libihelp-ruby-0.3.1/debian/control 2006-05-09 19:41:00.000000000 +0200 +++ libihelp-ruby-0.3.1.mod/debian/control 2006-05-09 19:40:01.000000000 +0200 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Esteban Manchado Velázquez <[EMAIL PROTECTED]> -Build-Depends-Indep: ruby1.8, ruby1.6, cdbs, ruby-pkg-tools, debhelper +Build-Depends-Indep: ruby1.8, cdbs, ruby-pkg-tools, debhelper Standards-Version: 3.6.1.0 Package: libihelp-ruby @@ -14,14 +14,6 @@ . This is the dummy package for the default version. -Package: libihelp-ruby1.6 -Architecture: all -Depends: libruby1.6, ri -Recommends: irb -Description: Ruby console contextual help (1.6 package) - IHelp (Interactive Help) provides contextual help for classes, modules and - methods by using ri. - Package: libihelp-ruby1.8 Architecture: all Depends: libruby1.8, ri

