Package: libexif-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 libexif-ruby-0.1.2/debian/control libexif-ruby-0.1.2.mod/debian/control
--- libexif-ruby-0.1.2/debian/control   2006-05-09 19:46:25.000000000 +0200
+++ libexif-ruby-0.1.2.mod/debian/control       2006-05-09 19:45:28.000000000 
+0200
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Taku YASUI <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.1.0), libexif-dev (>= 0.6.9), ruby1.8-dev, 
ruby1.6-dev, ruby1.8, ruby1.6
+Build-Depends: debhelper (>> 4.1.0), libexif-dev (>= 0.6.9), ruby1.8-dev, 
ruby1.8
 Standards-Version: 3.6.1
 
 Package: libexif-ruby1.8
@@ -18,19 +18,6 @@
  .
  libexif-ruby provides a simple interface to this library.
 
-Package: libexif-ruby1.6
-Architecture: any
-Depends: ${shlibs:Depends}
-Conflicts: libexif-ruby (<< 0.1.2-3)
-Replaces: libexif-ruby (<< 0.1.2-3)
-Provides: libexif-ruby
-Description: EXIF tag parsing Library for ruby1.6
- libexif is a library for parsing, editing, and saving EXIF data.
- You can retrieve useful information from EXIF tags contained in
- images created by recording equipments(for example, digital camera).
- .
- libexif-ruby provides a simple interface to this library.
-
 Package: libexif-ruby
 Architecture: any
 Depends: libexif-ruby1.8
diff -ur libexif-ruby-0.1.2/debian/rules libexif-ruby-0.1.2.mod/debian/rules
--- libexif-ruby-0.1.2/debian/rules     2006-05-09 19:46:25.000000000 +0200
+++ libexif-ruby-0.1.2.mod/debian/rules 2006-05-09 19:45:56.000000000 +0200
@@ -15,15 +15,6 @@
        INSTALL_PROGRAM += -s
 endif
 
-configure-1.6:
-       dh_testdir
-       -$(MAKE) distclean
-       ruby1.6 extconf.rb
-
-build-install-1.6: configure-1.6 install
-       $(MAKE)
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/libexif-ruby1.6
-
 configure-1.8:
        dh_testdir
        -$(MAKE) distclean
@@ -53,7 +44,7 @@
        dh_installdirs
 
 # Build architecture-dependent files here.
-binary-arch: install build-install-1.6 build-install-1.8
+binary-arch: install build-install-1.8
        dh_testdir -a
        dh_testroot -a
 #      dh_installdebconf -a    
@@ -83,4 +74,4 @@
        dh_builddeb -a
 
 binary: binary-arch
-.PHONY: configure-1.6 configure-1.8 build-install-.16 build-install-1.8 clean 
binary-arch binary build install
+.PHONY: configure-1.8 build-install-1.8 clean binary-arch binary build install

Reply via email to