[DRE-commits] r2063 - in packages-wip/libscruffy-ruby/trunk: . debian debian/patches

acornet at alioth.debian.org acornet at alioth.debian.org
Sun Nov 25 22:12:14 UTC 2007


Author: acornet
Date: 2007-11-25 22:12:14 +0000 (Sun, 25 Nov 2007)
New Revision: 2063

Added:
   packages-wip/libscruffy-ruby/trunk/debian/
   packages-wip/libscruffy-ruby/trunk/debian/changelog
   packages-wip/libscruffy-ruby/trunk/debian/compat
   packages-wip/libscruffy-ruby/trunk/debian/control
   packages-wip/libscruffy-ruby/trunk/debian/copyright
   packages-wip/libscruffy-ruby/trunk/debian/patches/
   packages-wip/libscruffy-ruby/trunk/debian/patches/remove-stupid-gems.patch
   packages-wip/libscruffy-ruby/trunk/debian/patches/series
   packages-wip/libscruffy-ruby/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages-wip/libscruffy-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libscruffy-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libscruffy-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libscruffy-ruby/trunk/debian/changelog	2007-11-25 22:12:14 UTC (rev 2063)
@@ -0,0 +1,5 @@
+libscruffy-ruby (0.2.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Arnaud Cornet <acornet at debian.org>  Sun, 25 Nov 2007 17:30:22 +0100

Added: packages-wip/libscruffy-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libscruffy-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libscruffy-ruby/trunk/debian/compat	2007-11-25 22:12:14 UTC (rev 2063)
@@ -0,0 +1 @@
+5

Added: packages-wip/libscruffy-ruby/trunk/debian/control
===================================================================
--- packages-wip/libscruffy-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libscruffy-ruby/trunk/debian/control	2007-11-25 22:12:14 UTC (rev 2063)
@@ -0,0 +1,41 @@
+Source: libscruffy-ruby
+Section: libs
+Priority: optional
+Maintainer: Arnaud Cornet <acornet at debian.org>
+Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 5.0.37), quilt
+Homepage: http://scruffy.rubyforge.org/
+
+Package: libscruffy-ruby
+Architecture: any
+Depends: libscruffy-ruby1.8
+Description: Ruby library for generating graphs
+ Scruffy is a library for generating high quality, good looking graphs.
+  * It is built on SVG, which allows Scruffy to render your graph identically
+    at almost any size.
+  * A Scruffy graph isn't limited to a single graph type (line, bar, area,
+    etc). You can specify a different type for every data set.
+  * You can render a Scruffy graph as many times as you want, and change any
+    settings between renders. Data, colors, even the graph size and image type
+    can all be changed for the next render.
+  * It is designed to be extremely extendible. Adding new graph types or
+    themes can be done in as little as a few lines of code.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libscruffy-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby, librmagick-ruby,
+ libbuilder-ruby
+Description: Ruby library for generating graphs
+ Scruffy is a library for generating high quality, good looking graphs.
+  * It is built on SVG, which allows Scruffy to render your graph identically
+    at almost any size.
+  * A Scruffy graph isn't limited to a single graph type (line, bar, area,
+    etc). You can specify a different type for every data set.
+  * You can render a Scruffy graph as many times as you want, and change any
+    settings between renders. Data, colors, even the graph size and image type
+    can all be changed for the next render.
+  * It is designed to be extremely extendible. Adding new graph types or
+    themes can be done in as little as a few lines of code.

Added: packages-wip/libscruffy-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libscruffy-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libscruffy-ruby/trunk/debian/copyright	2007-11-25 22:12:14 UTC (rev 2063)
@@ -0,0 +1,35 @@
+This package was debianized by Arnaud Cornet <acornet at debian.org>
+on  Sun, 25 Nov 2007 17:30:22 +0100.
+
+The current Debian maintainer is Arnaud Cornet <acornet at debian.org>.
+
+It was downloaded from http://scruffy.rubyforge.org/
+Upstream Author: Brasten Sager <brasten at nagilum.com>
+
+Copyright:
+  Copyright (c) 2006 Brasten Sager (brasten at nagilum.com)
+  
+  Permission is hereby granted, free of charge, to any person obtaining
+  a copy of this software and associated documentation files (the
+  "Software"), to deal in the Software without restriction, including
+  without limitation the rights to use, copy, modify, merge, publish,
+  distribute, sublicense, and/or sell copies of the Software, and to
+  permit persons to whom the Software is furnished to do so, subject to
+  the following conditions:
+  
+  The above copyright notice and this permission notice shall be
+  included in all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is (C) 2007, Arnaud Cornet <acornet at debian.org> and 
+is licensed under the GPL version 2.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.

Added: packages-wip/libscruffy-ruby/trunk/debian/patches/remove-stupid-gems.patch
===================================================================
--- packages-wip/libscruffy-ruby/trunk/debian/patches/remove-stupid-gems.patch	                        (rev 0)
+++ packages-wip/libscruffy-ruby/trunk/debian/patches/remove-stupid-gems.patch	2007-11-25 22:12:14 UTC (rev 2063)
@@ -0,0 +1,21 @@
+Index: scruffy-0.2.2/lib/scruffy.rb
+===================================================================
+--- scruffy-0.2.2.orig/lib/scruffy.rb	2007-11-25 19:08:29.000000000 +0100
++++ scruffy-0.2.2/lib/scruffy.rb	2007-11-25 19:08:55.000000000 +0100
+@@ -14,8 +14,7 @@
+ $:.unshift(File.dirname(__FILE__)) unless
+   $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
+   
+-require 'rubygems'
+-require_gem 'builder', '>= 2.0'
++require 'builder'
+ 
+ require 'scruffy/helpers'
+ require 'scruffy/graph'
+@@ -25,4 +24,4 @@
+ require 'scruffy/rasterizers'
+ require 'scruffy/layers'
+ require 'scruffy/components'
+-require 'scruffy/renderers'
+\ No newline at end of file
++require 'scruffy/renderers'

Added: packages-wip/libscruffy-ruby/trunk/debian/patches/series
===================================================================
--- packages-wip/libscruffy-ruby/trunk/debian/patches/series	                        (rev 0)
+++ packages-wip/libscruffy-ruby/trunk/debian/patches/series	2007-11-25 22:12:14 UTC (rev 2063)
@@ -0,0 +1 @@
+remove-stupid-gems.patch

Added: packages-wip/libscruffy-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libscruffy-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libscruffy-ruby/trunk/debian/rules	2007-11-25 22:12:14 UTC (rev 2063)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+binary-install/libscruffy-ruby1.8::
+	mkdir -p debian/libscruffy-ruby1.8/usr/lib/ruby/1.8
+	cp -r lib/* debian/libscruffy-ruby1.8/usr/lib/ruby/1.8
+	mkdir -p debian/libscruffy-ruby1.8/usr/share/ri/1.8
+	rdoc --all --inline-source --fileboxes --line-numbers --fmt=ri -o debian/libscruffy-ruby1.8/usr/share/ri/1.8/system
+	rm debian/libscruffy-ruby1.8/usr/share/ri/1.8/system/created.rid
+


Property changes on: packages-wip/libscruffy-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




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