tags 735663 patch
thanks

Hello,

I have created an patch against your package to fix that bug.

Thanks,
        Jonas
diff --git a/debian/control b/debian/control
index 9f606e1..ed4a275 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,10 @@
 Source: ruby-tioga
 Section: ruby
 Priority: optional
-Maintainer: Vincent Fourmond <fourm...@debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintain...@lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), ruby1.8-dev, ruby1.8, zlib1g-dev,
-               rdoc1.8, libfftw3-dev, ruby1.9.1, ruby1.9.1-dev,
-               gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintain...@lists.alioth.debian.org>
+Uploaders: Vincent Fourmond <fourm...@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), zlib1g-dev, rdoc1.8, libfftw3-dev, gem2deb (>= 0.3.0~)
+Standards-Version: 3.9.5
 Homepage: http://tioga.rubyforge.org
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-tioga.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-tioga.git;a=summary
@@ -17,20 +15,13 @@ Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
          texlive-latex-base | tetex-bin
-Suggests: libtioga-ruby-doc, xpdf | pdf-viewer, 
-          irb | irb1.8 | irb1.9.1
-Replaces: libtioga-ruby1.8 (<< 1.13-4~), 
-          libtioga-ruby1.9.1 (<< 1.13-4~),
-          libtioga-ruby (<< 1.13-4~)
-Breaks: libtioga-ruby1.8 (<< 1.13-4~), 
-        libtioga-ruby1.9.1 (<< 1.13-4~),
-        libtioga-ruby (<< 1.13-4~)
-Description: Ruby library for scientific graphs 
+Suggests: libtioga-ruby-doc, xpdf | pdf-viewer, irb
+Description: Ruby library for scientific graphs
  Tioga is a blend of PDF, pdfTex and ruby into a library to make
- scientific graphs of high quality. It is fairly complete and 
+ scientific graphs of high quality. It is fairly complete and
  extensive, and comes with examples and (online) complete documentation.
  .
- Tioga is useful for scripting the generation of graphs, and comes 
+ Tioga is useful for scripting the generation of graphs, and comes
  with a configuration file for irb for interactive plotting of pictures.
  .
  A PDF viewer is strongly recommended if you want to make use of the
@@ -49,12 +40,12 @@ Architecture: all
 Depends: ${misc:Depends}
 Section: doc
 Recommends: ruby-tioga, irb
-Description: Ruby library for scientific graphs
+Description: documentation for Ruby library for scientific graphs
  Tioga is a blend of PDF, pdfTex and ruby into a library to make
- scientific graphs of high quality. It is fairly complete and 
+ scientific graphs of high quality. It is fairly complete and
  extensive, and comes with examples and (online) complete documentation.
  .
- Tioga is useful for scripting the generation of graphs, and comes 
+ Tioga is useful for scripting the generation of graphs, and comes
  with a configuration file for irb for interactive plotting of pictures.
  .
  This package provides the rdoc documentation generated from tioga's
diff --git a/debian/libtioga-ruby1.8.preinst b/debian/libtioga-ruby1.8.preinst
deleted file mode 100644
index 99f070a..0000000
--- a/debian/libtioga-ruby1.8.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e 
-
-if [ "$1" = "upgrade" ]
-then
-  update-alternatives --remove tioga /usr/bin/tioga-1.8
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
diff --git a/debian/libtioga-ruby1.9.1.preinst b/debian/libtioga-ruby1.9.1.preinst
deleted file mode 100644
index 3705aca..0000000
--- a/debian/libtioga-ruby1.9.1.preinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e 
-
-if [ "$1" = "upgrade" ]
-then
-  update-alternatives --remove tioga /usr/bin/tioga-1.9.1
-fi
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#

Reply via email to