Package: libimage-size-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 libimage-size-ruby-20040618/debian/control
libimage-size-ruby-20040618.mod/debian/control
--- libimage-size-ruby-20040618/debian/control 2006-05-09 19:34:24.000000000
+0200
+++ libimage-size-ruby-20040618.mod/debian/control 2006-05-09
19:33:43.000000000 +0200
@@ -15,11 +15,3 @@
Supported types:
PCX, PSD, XPM, TIFF, XBM, PGM, PBM, PPM, BMP, JPEG, PNG, GIF, SWF
-Package: libimage-size-ruby1.6
-Provides: libimage-size-ruby
-Architecture: all
-Depends: libruby1.6
-Description: ruby extension to measure image (GIF, PNG, JPEG ,,, etc) size
- This library written by Pure Ruby.
- Supported types:
- PCX, PSD, XPM, TIFF, XBM, PGM, PBM, PPM, BMP, JPEG, PNG, GIF, SWF
diff -ur libimage-size-ruby-20040618/debian/rules
libimage-size-ruby-20040618.mod/debian/rules
--- libimage-size-ruby-20040618/debian/rules 2006-05-09 19:34:24.000000000
+0200
+++ libimage-size-ruby-20040618.mod/debian/rules 2006-05-09
19:33:53.000000000 +0200
@@ -70,10 +70,6 @@
# Add here commands to install the indep part of the package into
# debian/<package>-doc.
mkdir -p \
- $(CURDIR)/debian/libimage-size-ruby1.6/usr/lib/ruby/1.6
- install -m 644 lib/*.rb \
- $(CURDIR)/debian/libimage-size-ruby1.6/usr/lib/ruby/1.6
- mkdir -p \
$(CURDIR)/debian/libimage-size-ruby1.8/usr/lib/ruby/1.8
install -m 644 lib/*.rb \
$(CURDIR)/debian/libimage-size-ruby1.8/usr/lib/ruby/1.8