diff -Nru ruby-tioga-1.19.1/debian/changelog ruby-tioga-1.19.1/debian/changelog --- ruby-tioga-1.19.1/debian/changelog 2016-03-13 21:17:27.000000000 +0000 +++ ruby-tioga-1.19.1/debian/changelog 2016-04-13 18:35:04.000000000 +0000 @@ -1,20 +1,21 @@ -ruby-tioga (1.19.1-1build3) xenial; urgency=medium +ruby-tioga (1.19.1-2) unstable; urgency=medium - * No-change rebuild for ruby2.3-only support. + [ Cédric Boutillier ] + * Team upload. + * Bump debhelper compatibility level to 9 + * Remove version in the gem2deb build-dependency + * Use https:// in Vcs-* fields + * Bump Standards-Version to 3.9.7 (no changes needed) + * Run wrap-and-sort on packaging files + + [ Christian Hofstaedtler ] + * Explicitly B-D on ruby-setup. + Previously, gem2deb depended on ruby-setup, but to enable cross-building, + it will drop that dependency. + * Remove all mentions of libtioga-ruby1.* + * Remove transitional leaf package "tioga" - -- Matthias Klose Sun, 13 Mar 2016 21:17:27 +0000 - -ruby-tioga (1.19.1-1build2) xenial; urgency=medium - - * No-change rebuild to add ruby2.3 support. - - -- Matthias Klose Sun, 13 Mar 2016 12:36:58 +0000 - -ruby-tioga (1.19.1-1build1) xenial; urgency=medium - - * No-change rebuild to drop ruby2.1 support. - - -- Matthias Klose Thu, 21 Jan 2016 11:21:50 +0000 + -- Christian Hofstaedtler Wed, 13 Apr 2016 18:34:57 +0000 ruby-tioga (1.19.1-1) unstable; urgency=low diff -Nru ruby-tioga-1.19.1/debian/compat ruby-tioga-1.19.1/debian/compat --- ruby-tioga-1.19.1/debian/compat 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/compat 2016-04-13 18:35:04.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru ruby-tioga-1.19.1/debian/control ruby-tioga-1.19.1/debian/control --- ruby-tioga-1.19.1/debian/control 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/control 2016-04-13 18:35:04.000000000 +0000 @@ -3,58 +3,52 @@ Priority: optional Maintainer: Vincent Fourmond Uploaders: Debian Ruby Extras Maintainers -Build-Depends: debhelper (>= 7.0.50~), rdoc, - libfftw3-dev, zlib1g-dev, - gem2deb (>= 0.3.0~) -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9~), + gem2deb, + libfftw3-dev, + rdoc, + ruby-setup, + zlib1g-dev +Standards-Version: 3.9.7 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 +Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-tioga.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-tioga.git XS-Ruby-Versions: all Package: ruby-tioga 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 +Depends: ruby | ruby-interpreter, + texlive-latex-base | tetex-bin, + ${misc:Depends}, + ${shlibs:Depends} +Suggests: irb, + libtioga-ruby-doc, + xpdf | pdf-viewer +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 tioga script, a wrapper around some of the library functionalities. -Package: tioga -Architecture: all -Section: graphics -Depends: ruby-tioga, ${misc:Depends} -Description: Ruby library for scientific graphs [transition package] - This is a dependency package that can be safely removed once no - package depend on it. - Package: ruby-tioga-doc Architecture: all -Depends: ${misc:Depends}, libjs-jquery +Depends: libjs-jquery, + ${misc:Depends} Section: doc -Recommends: ruby-tioga, irb +Recommends: irb, + ruby-tioga 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. . This package provides the rdoc documentation generated from tioga's diff -Nru ruby-tioga-1.19.1/debian/copyright ruby-tioga-1.19.1/debian/copyright --- ruby-tioga-1.19.1/debian/copyright 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/copyright 2016-04-13 18:35:04.000000000 +0000 @@ -67,4 +67,3 @@ Similarly the complete text of the GNU General Public License version 2 (GPL-2+) can be found in `/usr/share/common-licenses/GPL-2.' - diff -Nru ruby-tioga-1.19.1/debian/libtioga-ruby1.8.preinst ruby-tioga-1.19.1/debian/libtioga-ruby1.8.preinst --- ruby-tioga-1.19.1/debian/libtioga-ruby1.8.preinst 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/libtioga-ruby1.8.preinst 1970-01-01 00:00:00.000000000 +0000 @@ -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 -Nru ruby-tioga-1.19.1/debian/libtioga-ruby1.9.1.preinst ruby-tioga-1.19.1/debian/libtioga-ruby1.9.1.preinst --- ruby-tioga-1.19.1/debian/libtioga-ruby1.9.1.preinst 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/libtioga-ruby1.9.1.preinst 1970-01-01 00:00:00.000000000 +0000 @@ -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# diff -Nru ruby-tioga-1.19.1/debian/README.examples ruby-tioga-1.19.1/debian/README.examples --- ruby-tioga-1.19.1/debian/README.examples 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/README.examples 2016-04-13 18:35:04.000000000 +0000 @@ -1,49 +1,28 @@ +* most of the ruby files from the subdirectories are for use with irb. You should have irb and the +* the sine.rb ruby file is a standalone program. Just run ruby sine.rb, and have a look at the files +For more detailed explanations, see +Please note that the output of the given plots will reside in a subdirectory whose name finishes +The examples are contained in the samples.tar.gz in this directory. You should unpack this archive +The examples basically into two different categories: Tioga package examples - - The examples are contained in the samples.tar.gz in this directory. You should unpack this archive -to take advantage of the examples. - - The examples basically into two different categories: - -* most of the ruby files from the subdirectories are for use with irb. You should have irb and the +and make the plot you want with: following lines in your ~/.irbrc - -require 'Tioga/irb_tioga.rb' +help +http://theory.kitp.ucsb.edu/~paxton/tioga_doc/classes/Tioga/Tutorial/Sample.html include Tioga::IRB_Tioga - - to include specific interactive facilities (or alternatively, copy the irbrc file to ~/.irbrc). Then, -load the file you're interested in with (you have to be in the directory where the file resides, else -the output will fail). - +list the plots available with: +load the file you're interested in with (you have to be in the directory where the file resides, else load_figures 'file.rb' - - list the plots available with: - ls - - and make the plot you want with: - -mk n - - where n is it's number in the output of ls. Alternatively, you can use - ma - - to make all the plots. - -help - - will give you some small help about the various commands available, provided that the rdoc +mk n package is installed on your machine. - - Please note that the output of the given plots will reside in a subdirectory whose name finishes -with _out. - - For more detailed explanations, see - -http://theory.kitp.ucsb.edu/~paxton/tioga_doc/classes/Tioga/Tutorial/Sample.html - - - * the sine.rb ruby file is a standalone program. Just run ruby sine.rb, and have a look at the files produced ! - +require 'Tioga/irb_tioga.rb' +the output will fail). +to include specific interactive facilities (or alternatively, copy the irbrc file to ~/.irbrc). Then, +to make all the plots. +to take advantage of the examples. +where n is it's number in the output of ls. Alternatively, you can use +will give you some small help about the various commands available, provided that the rdoc +with _out. diff -Nru ruby-tioga-1.19.1/debian/ruby-tioga-doc.install ruby-tioga-1.19.1/debian/ruby-tioga-doc.install --- ruby-tioga-1.19.1/debian/ruby-tioga-doc.install 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/ruby-tioga-doc.install 2016-04-13 18:35:04.000000000 +0000 @@ -1,2 +1,2 @@ +images/ usr/share/doc/ruby-tioga-doc/rdoc rdoc/ usr/share/doc/ruby-tioga-doc/ -images/ usr/share/doc/ruby-tioga-doc/rdoc \ No newline at end of file diff -Nru ruby-tioga-1.19.1/debian/ruby-tioga-doc.links ruby-tioga-1.19.1/debian/ruby-tioga-doc.links --- ruby-tioga-1.19.1/debian/ruby-tioga-doc.links 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/ruby-tioga-doc.links 2016-04-13 18:35:04.000000000 +0000 @@ -1 +1 @@ -usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-tioga-doc/rdoc/js/jquery.js \ No newline at end of file +usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-tioga-doc/rdoc/js/jquery.js diff -Nru ruby-tioga-1.19.1/debian/ruby-tioga.manpages ruby-tioga-1.19.1/debian/ruby-tioga.manpages --- ruby-tioga-1.19.1/debian/ruby-tioga.manpages 2015-09-14 20:44:39.000000000 +0000 +++ ruby-tioga-1.19.1/debian/ruby-tioga.manpages 2016-04-13 18:35:04.000000000 +0000 @@ -1 +1 @@ -debian/tioga.1 \ No newline at end of file +debian/tioga.1