Package: libvorbisfile-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 libvorbisfile-ruby-0.2/debian/control 
libvorbisfile-ruby-0.2.mod/debian/control
--- libvorbisfile-ruby-0.2/debian/control       2006-05-09 19:37:31.000000000 
+0200
+++ libvorbisfile-ruby-0.2.mod/debian/control   2006-05-09 19:36:41.000000000 
+0200
@@ -2,26 +2,9 @@
 Section: interpreters
 Priority: optional
 Maintainer: Tatsuki Sugiura <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), ruby1.6, ruby1.8, ruby1.6-dev, 
ruby1.8-dev, libvorbis-dev
+Build-Depends: debhelper (>> 3.0.0), ruby1.8, ruby1.8-dev, libvorbis-dev
 Standards-Version: 3.5.8
 
-Package: libvorbisfile-ruby1.6
-Architecture: any
-Provides: libvorbisfile-ruby
-Conflicts: libvorbisfile-ruby (<< 0.2-7)
-Replaces: libvorbisfile-ruby (<< 0.2-7)
-Depends: ${shlibs:Depends}
-Description: Ogg Vorbis support library for Ruby1.6
- libvorbisfile-ruby is a decoder library provided with the Ogg Vorbis
- distribution. See http://xiph.org/ogg/vorbis/ for details.
- .
- The API of this extension is virtually identical to that of
- vorbisfile.h, with a couple of exceptions:
- .
-  * Prefixes have been removed (ov_open -> open).
-  * The OggVorbis_File parameter is removed, as the VorbisFile object
-    encapsulates this.
-
 Package: libvorbisfile-ruby1.8
 Architecture: any
 Provides: libvorbisfile-ruby
@@ -42,7 +25,6 @@
 Package: libvorbisfile-ruby
 Architecture: any
 Depends: libvorbisfile-ruby1.8
-Suggests: libvorbisfile-ruby1.6, libvorbisfile-ruby1.8
 Description: Ogg Vorbis support library for Ruby
  libvorbisfile-ruby is a decoder library provided with the Ogg Vorbis
  distribution. See http://xiph.org/ogg/vorbis/ for details.
diff -ur libvorbisfile-ruby-0.2/debian/rules 
libvorbisfile-ruby-0.2.mod/debian/rules
--- libvorbisfile-ruby-0.2/debian/rules 2006-05-09 19:37:31.000000000 +0200
+++ libvorbisfile-ruby-0.2.mod/debian/rules     2006-05-09 19:36:59.000000000 
+0200
@@ -60,15 +60,6 @@
        dh_installdirs
 
        # Add here commands to install the package into 
debian/libvorbisfile-ruby.
-       ruby1.6 extconf.rb --host=$(DEB_HOST_GNU_TYPE) \
-               --build=$(DEB_BUILD_GNU_TYPE) \
-               --prefix=/usr \
-               --mandir=\$${prefix}/share/man \
-               --infodir=\$${prefix}/share/info
-       $(MAKE)
-       $(MAKE) install prefix=$(CURDIR)/debian/libvorbisfile-ruby1.6/usr \
-               sitedir='$$(prefix)/lib/ruby'
-       $(MAKE) distclean
 
        ruby1.8 extconf.rb --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \

Reply via email to