[DRE-commits] [ruby-tioga] 02/04: Remove all mentions of libtioga-ruby1.*

zeha at debian.org zeha at debian.org
Wed Apr 13 18:37:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository ruby-tioga.

commit ca852953e5e46adb6088b190c0f3f9c8029b026a
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Apr 13 18:31:23 2016 +0000

    Remove all mentions of libtioga-ruby1.*
---
 debian/control                    |  8 +-------
 debian/libtioga-ruby1.8.preinst   | 13 -------------
 debian/libtioga-ruby1.9.1.preinst | 13 -------------
 3 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/debian/control b/debian/control
index 95c5db8..8838976 100644
--- a/debian/control
+++ b/debian/control
@@ -22,15 +22,9 @@ Depends: ruby | ruby-interpreter,
          texlive-latex-base | tetex-bin,
          ${misc:Depends},
          ${shlibs:Depends}
-Suggests: irb | irb1.8 | irb1.9.1,
+Suggests: irb,
           libtioga-ruby-doc,
           xpdf | pdf-viewer
-Replaces: libtioga-ruby (<< 1.13-4~),
-          libtioga-ruby1.8 (<< 1.13-4~),
-          libtioga-ruby1.9.1 (<< 1.13-4~)
-Breaks: libtioga-ruby (<< 1.13-4~),
-        libtioga-ruby1.8 (<< 1.13-4~),
-        libtioga-ruby1.9.1 (<< 1.13-4~)
 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
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#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-tioga.git



More information about the Pkg-ruby-extras-commits mailing list