debian/0000755000000000000000000000000012332455326007173 5ustar debian/changelog0000644000000000000000000000026712331175430011044 0ustar ruby-source-map (3.0.1+git.20120229.bda06a3f-1) unstable; urgency=low * Initial release (Closes: #746783) -- Pirate Praveen Sat, 03 May 2014 19:50:04 +0530 debian/copyright0000644000000000000000000000556312332455251011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: source_map Source: http://rubygems.org/gems/source_map Files: * Copyright: 2012 Conrad Irwin License: Expat Files: lib/source_map/vlq.rb Copyright: 2009-2011 Mozilla Foundation and contributors License: BSD Files: debian/* Copyright: 2014 Praveen Arimbrathodiyil 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. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/control0000644000000000000000000000171712331175060010575 0ustar Source: ruby-source-map Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-rspec, ruby-json Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-source-map.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-source-map.git;a=summary Homepage: http://github.com/ConradIrwin/ruby-source_map XS-Ruby-Versions: all Package: ruby-source-map Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-json Description: ruby support for source maps in javascripts Ruby support for Source Maps allows you to interact with Source Maps in Ruby. This lets you do things like concatenate different javascript files and still debug them as though they were separate files. debian/README.source0000644000000000000000000000006612331174253011350 0ustar Using git snpashots from github.com to include tests. debian/patches/0000755000000000000000000000000012331175651010621 5ustar debian/patches/series0000644000000000000000000000002612331172623012030 0ustar remove-rubygems.patch debian/patches/remove-rubygems.patch0000644000000000000000000000052112331175651014770 0ustar Description: Remove rubygems Debian specific, debian/control has the dependencies. Author: Pirate Praveen Last-Updated: 2014-05-03 --- a/lib/source_map.rb +++ b/lib/source_map.rb @@ -1,4 +1,4 @@ -require 'rubygems' +#require 'rubygems' require 'json' require File.expand_path("../source_map/vlq.rb", __FILE__) debian/ruby-tests.rake0000644000000000000000000000022312331172532012147 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/compat0000644000000000000000000000000212331172321010357 0ustar 7 debian/watch0000644000000000000000000000015112331172321010207 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/source_map .*/source_map-(.*).tar.gz debian/rules0000755000000000000000000000067712331172321010253 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=ruby2.0 ruby2.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/ruby-source-map.docs0000644000000000000000000000001212331174321013060 0ustar README.md debian/source/0000755000000000000000000000000012331172321010461 5ustar debian/source/format0000644000000000000000000000001412331172321011667 0ustar 3.0 (quilt)