Package: swig2.0 Version: 2.0.9-1 Severity: important Tags: patch Control: user [email protected] Control: usertags -1 ruby18-removal
Dear Maintainer, Currently, swig2.0 is configured to use ruby1.8. However, since Wheezy, the default version of Ruby in Debian is 1.9.1 and as Ruby1.8 has been EOL by upstream, it will be removed from the archive (see the transition planned by the Release Team http://release.debian.org/transitions/html/ruby1.8-removal.html). Please make sure your package use the default version of Ruby. For your convenience, the ruby and ruby-dev packages depend on the current default versions (at the moment ruby1.9.1 and ruby1.9.1-dev respectively). I gave a try at making a patch, included herewith. Best regards, Cédric -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages swig2.0 depends on: ii libc6 2.17-92+b1 ii libgcc1 1:4.8.1-10 ii libpcre3 1:8.31-2 ii libstdc++6 4.8.1-10 ii zlib1g 1:1.2.8.dfsg-1 swig2.0 recommends no packages. Versions of packages swig2.0 suggests: pn swig2.0-doc <none> pn swig2.0-examples <none> -- no debconf information
Index: debian/control
===================================================================
--- debian/control (révision 343)
+++ debian/control (copie de travail)
@@ -18,8 +18,8 @@
php5-cgi,
php5-dev,
python-dev,
- ruby1.8,
- ruby1.8-dev,
+ ruby1.9.1,
+ ruby1.9.1-dev,
tcl-dev,
tk-dev
Index: debian/rules
===================================================================
--- debian/rules (révision 343)
+++ debian/rules (copie de travail)
@@ -20,7 +20,7 @@
--prefix=/usr --mandir=/usr/share/man \
--with-tclconfig=/usr/lib \
--with-python=/usr/bin/python \
- --with-ruby=/usr/bin/ruby1.8 \
+ --with-ruby=/usr/bin/ruby1.9.1 \
--with-pike=/usr/bin/pike7.6 \
--with-pikeincl=/usr/include/pike/7.6.24 \
--with-swiglibdir=/usr/share/swig2.0 \
signature.asc
Description: Digital signature

