[DRE-commits] [SCM] ruby-svg-graph.git branch, master, updated. upstream/1.0.3-2-g32c8ee0

Dmitry Borodaenko angdraug at debian.org
Sun Sep 11 11:18:18 UTC 2011


The following commit has been merged in the master branch:
commit 32c8ee0e04798c7b067e28395503a745b9636a5d
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Sun Sep 11 14:15:44 2011 +0300

    First repackaged build
    
    * Merge in earlier packaging information (control, changelog)
    * Point watch file at rubygems.org (homepage still refers to 0.6.1)
    * Update copyright to DEP5
    * Add Conflicts/Breaks/Replaces and transitional packages for the rename
    * Override dh_installdocs and dh_clean to handle rdoc

diff --git a/debian/changelog b/debian/changelog
index 9ddd9f8..0cf6322 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,34 @@
-ruby-svg-graph (1.0.3-1) UNRELEASED; urgency=low
+ruby-svg-graph (1.0.3-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * New upstream version.
+  * Switch to gem2deb-based packaging:
+    - source and binary packages renamed to ruby-svg-graph
+    - transitional packages added
+    - source format changed to 3.0 (quilt).
+  * Redirect watch file to rubygems.org (homepage still refers to 0.6.1).
+  * Standards-Version bumped to 3.9.2.
 
  -- Dmitry Borodaenko <angdraug at debian.org>  Sun, 11 Sep 2011 13:26:22 +0300
+
+libsvg-graph-ruby (0.6.1-3) unstable; urgency=low
+
+  * Switch from Ruby 1.9 to 1.9.1. Closes: #569852.
+  * Standards-Version upgraded to 3.8.4:
+    - changed Section from interpreters to ruby
+    - debhelper compat level upgraded to 5.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Sun, 28 Feb 2010 14:50:21 +0200
+
+libsvg-graph-ruby (0.6.1-2) unstable; urgency=low
+
+  * debian/watch fixed.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Wed, 21 Jan 2009 19:52:38 +0200
+
+libsvg-graph-ruby (0.6.1-1) unstable; urgency=low
+
+  * Initial release. Closes: #499715 (ITP).
+  * install-fileutils.patch: install.rb patched to use FileUtils instead of
+    ftools which is removed in Ruby 1.9.
+
+ -- Dmitry Borodaenko <angdraug at debian.org>  Sun, 28 Sep 2008 17:09:11 +0300
diff --git a/debian/control b/debian/control
index 3abb858..7557c49 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Borodaenko <angdraug at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~), ruby-hoe (>= 2.8.0~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-svg-graph.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-svg-graph.git;a=summary
+Vcs-Git: git://github.com/clbustos/svg-graph.git
+Vcs-Browser: https://github.com/clbustos/svg-graph
 Homepage: http://www.germane-software.com/software/SVG/SVG::Graph/
 XS-Ruby-Versions: all
 
@@ -15,8 +15,45 @@ Package: ruby-svg-graph
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# hoe (>= 2.8.0, development)
-Description: This is a minor revision of the [SVG::Graph library](http://www.germane-software.com/software/SVG/SVG::Graph/) by Sean Russell with few minor touch-ups to make it run on Ruby 1.9.x and to have it gem-installable
 
 SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar
- This is a minor revision of the [SVG::Graph library](http://www.germane-software.com/software/SVG/SVG::Graph/) by Sean Russell with few minor touch-ups to make it run on Ruby 1.9.x and to have it gem-installable
- .
- SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar. SVG::Graph has a verry similar API to the Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, because SVG::Graph started as a loose port of SVG::TT::Graph, although the internal code no longer resembles the Perl original at all.
+Replaces: libsvg-graph-ruby (<< 1.0.3-1~), libsvg-graph-ruby-doc (<< 1.0.3-1~), libsvg-graph-ruby1.8 (<< 1.0.3-1~), libsvg-graph-ruby1.9.1 (<< 1.0.3-1~)
+Breaks: libsvg-graph-ruby (<< 1.0.3-1~), libsvg-graph-ruby-doc (<< 1.0.3-1~), libsvg-graph-ruby1.8 (<< 1.0.3-1~), libsvg-graph-ruby1.9.1 (<< 1.0.3-1~)
+Provides: libsvg-graph-ruby, libsvg-graph-ruby-doc, libsvg-graph-ruby1.8, libsvg-graph-ruby1.9.1
+Description: Pure Ruby library for generating charts in SVG format
+ SVG::Graph allows one to generate charts, that is, graphs where the values of
+ one axis are not scalar. It has a very similar API to the Perl library
+ SVG::TT::Graph, and the resulting charts also look the same. This isn't
+ surprising, because SVG::Graph started as a loose port of SVG::TT::Graph,
+ although the internal code no longer resembles the Perl original at all.
+
+Package: libsvg-graph-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-svg-graph
+Description: Transitional package for ruby-svg-graph
+ This is a transitional package to ease upgrades to the ruby-svg-graph
+ package. It can safely be removed.
+
+Package: libsvg-graph-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-svg-graph
+Description: Transitional package for ruby-svg-graph
+ This is a transitional package to ease upgrades to the ruby-svg-graph
+ package. It can safely be removed.
+
+Package: libsvg-graph-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-svg-graph
+Description: Transitional package for ruby-svg-graph
+ This is a transitional package to ease upgrades to the ruby-svg-graph
+ package. It can safely be removed.
+
+Package: libsvg-graph-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-svg-graph
+Description: Transitional package for ruby-svg-graph
+ This is a transitional package to ease upgrades to the ruby-svg-graph
+ package. It can safely be removed.
+
diff --git a/debian/copyright b/debian/copyright
index 39d5afc..39d7bb3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,90 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
-Upstream-Name: svg-graph
-Source: FIXME (URL where source can be downloaded)
+Upstream-Name: SVG::Graph
+Source: http://rubygems.org/gems/svg-graph
 
 Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
-License: GPL-2+
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
- .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
- .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+Copyright: (c) 2004 Sean Russell <ser at germane-software.com>.
+License: Ruby or GPL-2
 
 Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
-License:
- [LICENSE TEXT]
+Copyright: Copyright 2008-2011 Dmitry Borodaenko <angdraug at debian.org>
+License: GPL-2+
+
+License: Ruby
+ SVG::Graph is copyrighted free software by Sean Russell <ser at germane-software.com>.
+ You can redistribute it and/or modify it under either the terms of the GPL
+ (see the file GPL), or the conditions below:
+ .
+   1. You may make and give away verbatim copies of the source form of the
+      software without restriction, provided that you duplicate all of the
+      original copyright notices and associated disclaimers.
+ .
+   2. You may modify your copy of the software in any way, provided that
+      you do at least ONE of the following:
+ .
+        a) place your modifications in the Public Domain or otherwise
+           make them Freely Available, such as by posting said
+           modifications to Usenet or an equivalent medium, or by allowing
+           the author to include your modifications in the software.
+ .
+        b) use the modified software only within your corporation or
+           organization.
+ .
+        c) give non-standard binaries non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   3. You may distribute the software in object code or binary form,
+      provided that you do at least ONE of the following:
+ .
+        a) distribute the binaries and library files of the software,
+           together with instructions (in the manual page or equivalent)
+           on where to get the original distribution.
+ .
+        b) accompany the distribution with the machine-readable source of
+           the software.
+ .
+        c) give non-standard binaries non-standard names, with
+           instructions on where to get the original software distribution.
+ .
+        d) make other distribution arrangements with the author.
+ .
+   4. You may modify and include the part of the software into any other
+      software (possibly commercial).  But some files in the distribution
+      are not written by the author, so that they are not under these terms.
+ .
+      For the list of those files and their copying conditions, see the
+      file LEGAL.
+ .
+   5. The scripts and library files supplied as input to or produced as
+      output from the software do not automatically fall under the
+      copyright of the software, but belong to whomever generated them,
+      and may be sold commercially, and may be aggregated with this
+      software.
+ .
+   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+      PURPOSE.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-2
+ The files hereby included are free software; you can distribute them
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; under version 2 of the License as published
+ in June 1991.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-2+
+ The files hereby included are free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/ruby-svg-graph.docs b/debian/ruby-svg-graph.docs
index cc2dd08..d4efd2a 100644
--- a/debian/ruby-svg-graph.docs
+++ b/debian/ruby-svg-graph.docs
@@ -1,3 +1,2 @@
-# FIXME: READMEs found
-# README.markdown
-# README.txt
+README.txt
+rdoc
diff --git a/debian/rules b/debian/rules
index a5e7dc8..b3f1e7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,11 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_installdocs:
+	rdoc --inline-source --line-numbers --op rdoc --main SVG::Graph::Graph lib
+	dh_installdocs
+
+override_dh_clean:
+	rm -rf rdoc
+	dh_clean
diff --git a/debian/watch b/debian/watch
index fd84459..d73373c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/svg-graph .*/svg-graph-(.*).tar.gz
+http://rubygems.org/gems/svg-graph .*/svg-graph-(.*).gem

-- 
ruby-svg-graph.git



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