debian/0000755000000000000000000000000011773033617007176 5ustar debian/changelog0000644000000000000000000000022511772454453011053 0ustar ruby-jquery-rails (2.0.2-1) unstable; urgency=low * Initial release. -- Antonio Terceiro Sat, 16 Jun 2012 22:57:51 -0300 debian/source/0000755000000000000000000000000011767235255010503 5ustar debian/source/format0000644000000000000000000000001411767235255011711 0ustar 3.0 (quilt) debian/ruby-jquery-rails.docs0000644000000000000000000000001211772364103013443 0ustar README.md debian/patches/0000755000000000000000000000000011772727260010630 5ustar debian/patches/series0000644000000000000000000000002211772366706012043 0ustar engine-root.patch debian/patches/engine-root.patch0000644000000000000000000000224011772367017014075 0ustar Description: Use /usr/share/$pkg as engine root This patch is Debian-specific Author: Antonio Terceiro --- --- ruby-jquery-rails-2.0.2.orig/lib/jquery/rails/engine.rb +++ ruby-jquery-rails-2.0.2/lib/jquery/rails/engine.rb @@ -3,6 +3,7 @@ require "jquery/assert_select" if ::Rail module Jquery module Rails class Engine < ::Rails::Engine + config.root = '/usr/share/ruby-jquery-rails' end end end --- ruby-jquery-rails-2.0.2.orig/lib/generators/jquery/install/install_generator.rb +++ ruby-jquery-rails-2.0.2/lib/generators/jquery/install/install_generator.rb @@ -8,7 +8,7 @@ if ::Rails.version < "3.1" || !::Rails.a desc "This generator installs jQuery #{Jquery::Rails::JQUERY_VERSION}, jQuery-ujs, and (optionally) jQuery UI #{Jquery::Rails::JQUERY_UI_VERSION}" class_option :ui, :type => :boolean, :default => false, :desc => "Include jQueryUI" - source_root File.expand_path('../../../../../vendor/assets/javascripts', __FILE__) + source_root File.expand_path('/usr/share/ruby-jquery-rails/assets/javascripts', __FILE__) def remove_prototype Rails::PROTOTYPE_JS.each do |name| debian/copyright0000644000000000000000000001152611773033433011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jquery-rails Source: https://github.com/rails/jquery-rails Files: * Copyright: 2010 Andre Arko 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. Files: vendor/assets/javascripts/jquery.js vendor/assets/javascripts/jquery.min.js Copyright: Copyright 2011, John Resig Copyright 2011, The Dojo Foundation License: MIT or BSD or GPL-2 Files: vendor/assets/javascripts/jquery-ui.js vendor/assets/javascripts/jquery-ui.min.js Copyright: 2011 Richard D. Worth Scott González Jörn Zaefferer Todd Parker Adam J. Sontag Dan Heberden Scott Jehl Maggie Costello Wachs Patty Toland Ralph Whitbeck Paul Irish Keith Wood Corey Frang David Petersen Alex Dovenmuehle Kris Borchers Paul Bakaus Chi Cheng Aaron Eisenberger Marc Grabanski Thomas Klose Cody Lindley Eduardo Lundgren David Bolter Rich Caloggero Colin Clark Michelle D'Souza Klaus Hartl Ca-Phun Ung License: GPL-2 or MIT Comment: Copyright holders listed at http://jqueryui.com/about Files: debian/* Copyright: 2012 Antonio Terceiro License: GPL-2 License: GPL-2 On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: MIT Copyright (c) 2011 John Resig, http://jquery.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. License: BSD Copyright (c) 2009, John Resig All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of the 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 John Resig ''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 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/rules0000755000000000000000000000070111767235255010261 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/watch0000644000000000000000000000015511767235255010235 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/jquery-rails .*/jquery-rails-(.*).tar.gz debian/ruby-jquery-rails.install0000644000000000000000000000013611772367257014205 0ustar vendor/assets/javascripts/jquery_ujs.js usr/share/ruby-jquery-rails/vendor/assets/javascripts debian/compat0000644000000000000000000000000211767235255010401 0ustar 7 debian/ruby-jquery-rails.links0000644000000000000000000000072611772366554013663 0ustar usr/share/javascript/jquery/jquery.js usr/share/ruby-jquery-rails/vendor/assets/javascripts/jquery.js usr/share/javascript/jquery/jquery.min.js usr/share/ruby-jquery-rails/vendor/assets/javascripts/jquery.min.js usr/share/javascript/jquery-ui/jquery-ui.js usr/share/ruby-jquery-rails/vendor/assets/javascripts/jquery-ui.js usr/share/javascript/jquery-ui/jquery-ui.min.js usr/share/ruby-jquery-rails/vendor/assets/javascripts/jquery-ui.min.js debian/ruby-jquery-rails.dirs0000644000000000000000000000006711772366516013500 0ustar /usr/share/ruby-jquery-rails/vendor/assets/javascripts debian/control0000644000000000000000000000171111771676575010617 0ustar Source: ruby-jquery-rails Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Antonio Terceiro DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), libjs-jquery, libjs-jquery-ui Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-jquery-rails.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-jquery-rails.git;a=summary Homepage: http://rubygems.org/gems/jquery-rails XS-Ruby-Versions: all Package: ruby-jquery-rails Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-railties-3.2, ruby-thor, libjs-jquery, libjs-jquery-ui Description: jQuery for Rails 3 This package provides jQuery, jQuery UI and the jQuery-ujs driver for Rails 3 applications, and integrates these libraries into the Rails 3 asset pipeline.