Package: libfcgi-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 libfcgi-ruby-0.8.6/debian/control libfcgi-ruby-0.8.6.mod/debian/control
--- libfcgi-ruby-0.8.6/debian/control 2006-05-09 19:31:16.000000000 +0200
+++ libfcgi-ruby-0.8.6.mod/debian/control 2006-05-09 19:29:27.000000000
+0200
@@ -2,20 +2,9 @@
Section: web
Priority: optional
Maintainer: Tatsuki Sugiura <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libfcgi-dev, ruby1.6, ruby1.8,
ruby1.6-dev, ruby1.8-dev
+Build-Depends: debhelper (>> 4.0.0), libfcgi-dev, ruby1.8, ruby1.8-dev
Standards-Version: 3.6.1.0
-Package: libfcgi-ruby1.6
-Architecture: any
-Depends: ${shlibs:Depends}
-Provides: libfcgi-ruby
-Description: FastCGI library for Ruby
- FastCGI is a language independent, scalable, open extension to CGI that
- provides high performance without the limitations of server specific APIs.
- For more information, see http://www.fastcgi.com/.
- .
- This merges matz's C version(fcgi.so) & Eli's pure ruby version(fastcgi.rb)
-
Package: libfcgi-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}
diff -ur libfcgi-ruby-0.8.6/debian/rules libfcgi-ruby-0.8.6.mod/debian/rules
--- libfcgi-ruby-0.8.6/debian/rules 2006-05-09 19:31:16.000000000 +0200
+++ libfcgi-ruby-0.8.6.mod/debian/rules 2006-05-09 19:29:52.000000000 +0200
@@ -63,14 +63,6 @@
dh_installdirs
# Add here commands to install the package into debian/libfcgi-ruby.
- ruby1.6 install.rb config \
- --site-ruby="\$$prefix/lib/ruby/1.6" \
- --site-ruby-common="\$$prefix/lib/ruby/1.6" \
- --so-dir="\$$prefix/lib/ruby/1.6/$$DEB_HOST_GNU_TYPE"
- ruby1.6 install.rb setup
- ruby1.6 install.rb install \
- --prefix="$(CURDIR)/debian/libfcgi-ruby1.6"
- ruby1.6 install.rb clean
ruby1.8 install.rb config \
--site-ruby="\$$prefix/lib/ruby/1.8" \