debian/0000755000000000000000000000000011772545031007173 5ustar debian/rules0000755000000000000000000000070111750003421010235 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000015511750003421010211 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/googlecharts .*/googlecharts-(.*).tar.gz debian/source/0000755000000000000000000000000011752223617010474 5ustar debian/source/format0000644000000000000000000000001411750003421011665 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000002011752223617012102 0ustar unapply-patches debian/copyright0000644000000000000000000000300711752223617011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: googlecharts Source: http://googlecharts.rubyforge.org/ Disclaimer: This package is not part of Debian because it is in contrib. It is in contrib because it relies on an outside source (google.com) to be useful. Files: * Copyright: 2007 Matt Aimonetti License: Expat Files: debian/* Copyright: 2012 Cédric Boutillier License: Expat License: Expat 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. debian/control0000644000000000000000000000352311772545031010601 0ustar Source: ruby-googlecharts Section: contrib/ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ryan Niebur , Cédric Boutillier DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-googlecharts.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-googlecharts.git;a=summary Homepage: http://googlecharts.rubyforge.org/ XS-Ruby-Versions: all Package: ruby-googlecharts Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: libgooglecharts-ruby (<< 1.6.8-1~), libgooglecharts-ruby1.8 (<< 1.6.8-1~) Breaks: libgooglecharts-ruby (<< 1.6.8-1~), libgooglecharts-ruby1.8 (<< 1.6.8-1~) Provides: libgooglecharts-ruby, libgooglecharts-ruby1.8 Description: Ruby library to generate charts using Google Chart API Googlecharts is a nice and simple wrapper for the Google Chart API. It allows one to draw a large variety of kinds of graphs such as bars or pies. . This library relies on external code hosted on Google servers, accessed through this API. Package: libgooglecharts-ruby Section: contrib/oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-googlecharts Description: Transitional package for ruby-googlecharts This is a transitional package to ease upgrades to the ruby-googlecharts package. It can safely be removed. Package: libgooglecharts-ruby1.8 Section: contrib/oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-googlecharts Description: Transitional package for ruby-googlecharts This is a transitional package to ease upgrades to the ruby-googlecharts package. It can safely be removed. debian/ruby-googlecharts.docs0000644000000000000000000000002011752223617013476 0ustar README.markdown debian/patches/0000755000000000000000000000000011752223617010623 5ustar debian/patches/series0000644000000000000000000000010011752223617012027 0ustar remove_rubygems_stuff.patch avoid_load_path_manipulations.patch debian/patches/avoid_load_path_manipulations.patch0000644000000000000000000000052511752223617017726 0ustar Description: do not modify $LOAD_PATH when loading the library Author: Cédric Boutillier Last-Update: 2011-05-08 --- a/lib/gchart.rb +++ b/lib/gchart.rb @@ -1,4 +1,4 @@ -$:.unshift File.dirname(__FILE__) +#$:.unshift File.dirname(__FILE__) require 'gchart/version' require 'gchart/theme' require "net/http" debian/patches/remove_rubygems_stuff.patch0000644000000000000000000000050611752223617016266 0ustar Description: Remove rubygems stuff from spec/spec_helper Author: Cédric Boutillier Last-Update: 2011-05-08 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1 @@ -begin - require 'rspec' -rescue LoadError - require 'rubygems' - gem 'rspec' - require 'rspec' -end +require 'rspec' debian/compat0000644000000000000000000000000211750003421010355 0ustar 7 debian/source.lintian-overrides0000644000000000000000000000030511752223617014052 0ustar ruby-googlecharts source: duplicate-short-description libgooglecharts-ruby libgooglecharts-ruby1.8 ruby-googlecharts source: duplicate-long-description libgooglecharts-ruby libgooglecharts-ruby1.8 debian/changelog0000644000000000000000000000156411772545031011053 0ustar ruby-googlecharts (1.6.8-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Cédric Boutillier Wed, 27 Jun 2012 10:53:45 +0200 ruby-googlecharts (1.6.8-1) unstable; urgency=low * New upstream version * Transition to the new Ruby policy + packaging with gem2deb + rename source and binary packages * Do not activate tests since they require Internet access * Update debian/copyright to DEP-5 format * Add myself to Uploaders: * Bump Standards-Version: to 3.9.3 * Override lintian warning about duplicate descriptions for transitional packages -- Cédric Boutillier Tue, 01 May 2012 17:33:03 +0200 libgooglecharts-ruby (1.3.6-1) unstable; urgency=low * Initial release (Closes: #509485) -- Ryan Niebur Mon, 22 Dec 2008 10:50:42 -0800