Package: libsufary-diff
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 libsufary-ruby-8/debian/control libsufary-ruby-8.mod/debian/control
--- libsufary-ruby-8/debian/control     2006-03-07 13:19:10.000000000 +0100
+++ libsufary-ruby-8.mod/debian/control 2006-05-09 19:18:03.000000000 +0200
@@ -2,20 +2,9 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
-Build-Depends: ruby1.6, ruby1.8, ruby1.6-dev, ruby1.8-dev, sufary-dev, 
debhelper (>= 5)
+Build-Depends: ruby1.8, ruby1.8-dev, sufary-dev, debhelper (>= 5)
 Standards-Version: 3.6.2
 
-Package: libsufary-ruby1.6
-Architecture: any
-Replaces: libsufary-ruby (<< 7)
-Conflicts: libsufary-ruby (<< 7)
-Depends: ${shlibs:Depends}
-Description: SUFARY module for Ruby 1.6
- This is an API module that allows to access the SUFARY
- library from programs in Ruby programming language.
- .
- This package contains SUFARY module for Ruby 1.6.
-
 Package: libsufary-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}
@@ -27,11 +16,11 @@
 
 Package: libsufary-ruby
 Architecture: all
-Depends: libsufary-ruby1.6
+Depends: libsufary-ruby1.8
 Description: Ruby module for SUFARY
  This is an API module that allows to access the SUFARY
  library from programs in Ruby programming language.
  .
  This package is a dependency package, which depends on the
  package containing actual Ruby SUFARY module for the
- default Ruby version (currently 1.6).
+ default Ruby version (currently 1.8).
diff -ur libsufary-ruby-8/debian/rules libsufary-ruby-8.mod/debian/rules
--- libsufary-ruby-8/debian/rules       2006-04-08 16:12:27.000000000 +0200
+++ libsufary-ruby-8.mod/debian/rules   2006-05-09 19:18:35.000000000 +0200
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
-build: build/1.6 build/1.8
+build: build/1.8
 build/%:
        dh_testdir
        mkdir -p $@
@@ -15,7 +15,7 @@
        rm -rf build
        dh_clean
 
-install: install/1.6 install/1.8
+install: install/1.8
 install/%: build/%
        dh_testdir
        dh_testroot

Reply via email to