[DRE-commits] r3153 - in packages-wip/libgooglecharts-ruby/trunk: . debian

ryan52-guest at alioth.debian.org ryan52-guest at alioth.debian.org
Mon Dec 22 19:35:13 UTC 2008


Author: ryan52-guest
Date: 2008-12-22 19:35:12 +0000 (Mon, 22 Dec 2008)
New Revision: 3153

Added:
   packages-wip/libgooglecharts-ruby/trunk/debian/
   packages-wip/libgooglecharts-ruby/trunk/debian/changelog
   packages-wip/libgooglecharts-ruby/trunk/debian/compat
   packages-wip/libgooglecharts-ruby/trunk/debian/control
   packages-wip/libgooglecharts-ruby/trunk/debian/copyright
   packages-wip/libgooglecharts-ruby/trunk/debian/rules
   packages-wip/libgooglecharts-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


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

Added: packages-wip/libgooglecharts-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libgooglecharts-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libgooglecharts-ruby/trunk/debian/changelog	2008-12-22 19:35:12 UTC (rev 3153)
@@ -0,0 +1,5 @@
+libgooglecharts-ruby (1.3.6-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 22 Dec 2008 10:50:42 -0800

Added: packages-wip/libgooglecharts-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libgooglecharts-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libgooglecharts-ruby/trunk/debian/compat	2008-12-22 19:35:12 UTC (rev 3153)
@@ -0,0 +1 @@
+7

Added: packages-wip/libgooglecharts-ruby/trunk/debian/control
===================================================================
--- packages-wip/libgooglecharts-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libgooglecharts-ruby/trunk/debian/control	2008-12-22 19:35:12 UTC (rev 3153)
@@ -0,0 +1,21 @@
+Source: libgooglecharts-ruby
+Section: libs
+Priority: optional
+Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
+Build-Depends: debhelper (>= 7), ruby-pkg-tools, cdbs, ruby1.8
+Standards-Version: 3.8.0
+Homepage: http://googlecharts.rubyforge.org/
+
+Package: libgooglecharts-ruby
+Architecture: all
+Depends: ${misc:Depends}, libgooglecharts-ruby1.8
+Description: Ruby library to create sexy charts using the Google API (dummy package)
+ Googlecharts is a nice and simple wrapper for the Google Chart API.
+ .
+ This package is a dependency package, which depends on Debian's default Ruby version (currently 1.8.x).
+
+Package: libgooglecharts-ruby1.8
+Architecture: all
+Depends: ${misc:Depends}, ruby1.8
+Description: Ruby library to create sexy charts using the Google API
+ Googlecharts is a nice and simple wrapper for the Google Chart API.

Added: packages-wip/libgooglecharts-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libgooglecharts-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libgooglecharts-ruby/trunk/debian/copyright	2008-12-22 19:35:12 UTC (rev 3153)
@@ -0,0 +1,43 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Name: googlecharts
+Upstream-Maintainer: Matt Aimonetti <mattaimonetti at gmail.com>
+Upstream-Source: http://googlecharts.rubyforge.org/
+
+Files: *
+Copyright: Copyright (c) 2007 Matt Aimonetti
+License: other
+ 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.
+
+Files: setup.rb
+Copyright: Copyright (c) 2000-2005 Minero Aoki
+License: LGPL-2.1
+ This program is free software.
+ You can distribute/modify this program under the terms of
+ the GNU LGPL, Lesser General Public License version 2.1.
+
+ On Debian systems the full text of the GNU Lesser General Public
+ License can be found in the `/usr/share/common-licenses/LGPL-2.1'
+ file.
+
+Files: debian/*
+Copyright: Copyright (c) 2008 Ryan Niebur
+License: GPL-2+
+ On Debian systems the full text of the GNU General Public License can
+ be found in the `/usr/share/common-licenses/GPL-2' file.

Added: packages-wip/libgooglecharts-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libgooglecharts-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libgooglecharts-ruby/trunk/debian/rules	2008-12-22 19:35:12 UTC (rev 3153)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- Makefile -*-
+
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+include /usr/share/cdbs/1/rules/debhelper.mk


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

Added: packages-wip/libgooglecharts-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libgooglecharts-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libgooglecharts-ruby/trunk/debian/watch	2008-12-22 19:35:12 UTC (rev 3153)
@@ -0,0 +1,3 @@
+version=3
+http://rubyforge.org/frs/?group_id=5042&release_id=26729 /.*/googlecharts-(.*)\.tgz
+




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