[DRE-commits] [SCM] ruby-tioga.git branch, master, updated. debian/1.14-2-1-g0820847

Vincent Fourmond fourmond at debian.org
Sun Jun 24 00:32:42 UTC 2012


The following commit has been merged in the master branch:
commit 08208471806875bcd11fab0da8e03fd21eb2d7a6
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Sun Jun 24 02:01:48 2012 +0200

    Polish up for rebuild with newer gem2deb

diff --git a/debian/changelog b/debian/changelog
index feff441..e9217ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-tioga (1.14-3) unstable; urgency=low
+
+  * Rebuild with newer gem2deb
+  * Move transitional packages to priority: extra
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 24 Jun 2012 02:01:24 +0200
+
 ruby-tioga (1.14-2) unstable; urgency=low
 
   * Include fix-formats.diff to avoid passing to a printf-like function
diff --git a/debian/control b/debian/control
index 351b774..343d216 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Vincent Fourmond <fourmond at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at 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.2.4~)
+               gem2deb (>= 0.3.0~)
 Standards-Version: 3.9.3
 Homepage: http://tioga.rubyforge.org
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-tioga.git
@@ -44,9 +44,28 @@ 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}
+Section: doc
+Recommends: ruby-tioga, 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 
+ extensive, and comes with examples and (online) complete documentation.
+ .
+ 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
+ source. It includes a complete API reference and a fairly extensive
+ tutorial.
+
+# transitional packages
 Package: libtioga-ruby1.8
 Architecture: all
 Section: oldlibs
+Priority: extra
 Depends: ${misc:Depends}, ruby-tioga
 Description: Ruby library for scientific graphs [transition package]
  This is a dummy transition package that can be safely removed once no
@@ -55,39 +74,26 @@ Description: Ruby library for scientific graphs [transition package]
 Package: libtioga-ruby1.9.1
 Architecture: all
 Section: oldlibs
+Priority: extra
 Depends: ${misc:Depends}, ruby-tioga
 Description: Ruby library for scientific graphs [transition package]
  This is a dummy transition package that can be safely removed once no
  package depend on it.
 
 Package: libtioga-ruby
+Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-tioga
 Description: Ruby library for scientific graphs [transition package]
  This is a dummy transition package that can be safely removed once no
  package depend on it.
 
-Package: ruby-tioga-doc
-Architecture: all
-Depends: ${misc:Depends}
-Section: doc
-Recommends: ruby-tioga, 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 
- extensive, and comes with examples and (online) complete documentation.
- .
- 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
- source. It includes a complete API reference and a fairly extensive
- tutorial.
-
 Package: libtioga-ruby-doc
 Architecture: all
 Depends: ${misc:Depends}, ruby-tioga-doc
 Section: oldlibs
+Priority: extra
 Description: Ruby library for scientific graphs [transition package]
  This is a dummy transition package that can be safely removed once no
  package depend on it.

-- 
ruby-tioga.git



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