[DRE-commits] r1312 - packages/libtioga-ruby/trunk/debian

Vincent Fourmond fourmond at alioth.debian.org
Sat Mar 17 00:27:25 CET 2007


Author: fourmond
Date: 2007-03-16 23:27:25 +0000 (Fri, 16 Mar 2007)
New Revision: 1312

Removed:
   packages/libtioga-ruby/trunk/debian/control.in
Modified:
   packages/libtioga-ruby/trunk/debian/changelog
   packages/libtioga-ruby/trunk/debian/control
   packages/libtioga-ruby/trunk/debian/rules
   packages/libtioga-ruby/trunk/debian/watch
Log:
libtioga-ruby: upload to unstable

Modified: packages/libtioga-ruby/trunk/debian/changelog
===================================================================
--- packages/libtioga-ruby/trunk/debian/changelog	2007-03-16 13:01:18 UTC (rev 1311)
+++ packages/libtioga-ruby/trunk/debian/changelog	2007-03-16 23:27:25 UTC (rev 1312)
@@ -1,12 +1,13 @@
-libtioga-ruby (1.3.0-1) UNRELEASED; urgency=low
+libtioga-ruby (1.3.0-1) unstable; urgency=low
 
   * New upstream release
   * Disable 02-extconf.rb (fixed upstream)
   * Fix yet again another typo in description (Closes: #399128)
   * Changed source name to reflect ruby policy
-  * Added an Uploaders: field and a ruby-pkg-tools dependency
+  * Added ruby-pkg-tools, switched to my new debian address
+  * Better watchfile (doesn't pickup samples and pre-releases)
 
- -- Vincent Fourmond <vincent.fourmond at 9online.fr>  Fri, 22 Dec 2006 22:58:16 +0100
+ -- Vincent Fourmond <fourmond at debian.org>  Fri, 16 Mar 2007 10:40:23 +0100
 
 tioga (1.2.0-1) unstable; urgency=low
 

Modified: packages/libtioga-ruby/trunk/debian/control
===================================================================
--- packages/libtioga-ruby/trunk/debian/control	2007-03-16 13:01:18 UTC (rev 1311)
+++ packages/libtioga-ruby/trunk/debian/control	2007-03-16 23:27:25 UTC (rev 1312)
@@ -1,9 +1,9 @@
 Source: libtioga-ruby
 Section: graphics
 Priority: optional
-Maintainer: Vincent Fourmond <vincent.fourmond at 9online.fr>
+Maintainer: Vincent Fourmond <fourmond at debian.org>
 Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8, zlib1g-dev,
- dpatch
+ dpatch, ruby-pkg-tools
 Standards-Version: 3.7.2
 
 Package: tioga

Deleted: packages/libtioga-ruby/trunk/debian/control.in
===================================================================
--- packages/libtioga-ruby/trunk/debian/control.in	2007-03-16 13:01:18 UTC (rev 1311)
+++ packages/libtioga-ruby/trunk/debian/control.in	2007-03-16 23:27:25 UTC (rev 1312)
@@ -1,74 +0,0 @@
-Source: libtioga-ruby
-Section: graphics
-Priority: optional
-Maintainer: Vincent Fourmond <vincent.fourmond at 9online.fr>
-Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8, zlib1g-dev,
- dpatch, ruby-pkg-tools
-Uploaders: @RUBY_EXTRAS_TEAM@
-Standards-Version: 3.7.2
-
-Package: tioga
-Architecture: all
-Depends: libtioga-ruby
-Recommends: irb1.8, rdoc1.8
-Description: Ruby library for scientific graphs [transition package]
- 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.
- .
- Homepage: http://rubyforge.org/projects/tioga/
- .
- This package is provided for a smooth transition and can be safely remove
- once libtioga-ruby has been installed.
-
-Package: libtioga-ruby1.8
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8, tetex-bin
-Replaces: tioga
-Suggests: libtioga-ruby-examples
-Recommends: irb1.8, rdoc1.8
-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.
- .
- Homepage: http://rubyforge.org/projects/tioga/
-
-Package: libtioga-ruby
-Architecture: all
-Depends: libtioga-ruby1.8
-Suggests: libtioga-ruby-examples
-Replaces: 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 
- 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.
- .
- Homepage: http://rubyforge.org/projects/tioga/
- .
- This package is a dependency package, which depends on Debian's default Ruby
- version (currently 1.8.x).
-
-Package: libtioga-ruby-examples
-Architecture: all
-Recommends: libtioga-ruby, irb, rdoc
-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.
- .
- Homepage: http://rubyforge.org/projects/tioga/
- .
- This package provides a lot of examples to get started with tioga.

Modified: packages/libtioga-ruby/trunk/debian/rules
===================================================================
--- packages/libtioga-ruby/trunk/debian/rules	2007-03-16 13:01:18 UTC (rev 1311)
+++ packages/libtioga-ruby/trunk/debian/rules	2007-03-16 23:27:25 UTC (rev 1312)
@@ -13,8 +13,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
-
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 

Modified: packages/libtioga-ruby/trunk/debian/watch
===================================================================
--- packages/libtioga-ruby/trunk/debian/watch	2007-03-16 13:01:18 UTC (rev 1311)
+++ packages/libtioga-ruby/trunk/debian/watch	2007-03-16 23:27:25 UTC (rev 1312)
@@ -5,4 +5,4 @@
 
 # Compulsory line, this is a version 3 file
 version=3
-http://rubyforge.org/frs/?group_id=701 .*tioga-(.*)\.t.*
+http://rubyforge.org/frs/?group_id=701 .*tioga-([\d.-]*)\.t.*




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