Package: libbz2-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 libbz2-ruby-0.2.2/debian/control libbz2-ruby-0.2.2.mov/debian/control
--- libbz2-ruby-0.2.2/debian/control 2006-05-09 19:03:47.000000000 +0200
+++ libbz2-ruby-0.2.2.mov/debian/control 2006-05-09 19:01:30.000000000
+0200
@@ -2,15 +2,9 @@
Section: interpreters
Priority: optional
Maintainer: Adam Majer <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), ruby1.6-dev, ruby1.6, ruby1.8-dev,
ruby1.8, libbz2-dev
+Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8, libbz2-dev
Standards-Version: 3.6.1
-Package: libbz2-ruby1.6
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: libbz2 bindings for Ruby 1.6
- libbz2 binding library for Ruby 1.6
-
Package: libbz2-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
diff -ur libbz2-ruby-0.2.2/debian/rules libbz2-ruby-0.2.2.mov/debian/rules
--- libbz2-ruby-0.2.2/debian/rules 2006-05-09 19:03:47.000000000 +0200
+++ libbz2-ruby-0.2.2.mov/debian/rules 2006-05-09 19:02:22.000000000 +0200
@@ -30,11 +30,8 @@
mkdir build
mkdir build/1.8
cd build/1.8; ln -s ../../tests tests
- mkdir build/1.6
- cd build/1.6; ln -s ../../tests tests
cd build/1.8; ruby1.8 ../../extconf.rb
- cd build/1.6; ruby1.6 ../../extconf.rb
touch configure-stamp
@@ -46,7 +43,6 @@
# Add here commands to compile the arch part of the package.
cd build/1.8; $(MAKE)
- cd build/1.6; $(MAKE)
touch build-arch-stamp
build-indep:
@@ -72,8 +68,6 @@
mv debian/libbz2-ruby1.8/usr/local/lib/site_ruby/1.8/*
debian/libbz2-ruby1.8/usr/lib/ruby/1.8/
rm -rf debian/libbz2-ruby1.8/usr/local
- cd build/1.6; $(MAKE) install DESTDIR=$(CURDIR)/debian/libbz2-ruby1.6
-
dh_install -s
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep