debian/0000755000000000000000000000000011773050764007200 5ustar debian/changelog0000644000000000000000000000022511773050144011041 0ustar ruby-coffee-rails (3.2.2-1) unstable; urgency=low * Initial release. -- Antonio Terceiro Wed, 27 Jun 2012 21:59:48 -0300 debian/source/0000755000000000000000000000000011772726306010501 5ustar debian/source/format0000644000000000000000000000001411772726306011707 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011773050123010614 5ustar debian/patches/series0000644000000000000000000000002211772727330012035 0ustar engine-root.patch debian/patches/engine-root.patch0000644000000000000000000000072611772727356014112 0ustar Description: move assets out of the $LOAD_PATH This patch is Debian-specific Author: Antonio Terceiro --- ruby-coffee-rails-3.2.2.orig/lib/coffee/rails/engine.rb +++ ruby-coffee-rails-3.2.2/lib/coffee/rails/engine.rb @@ -3,6 +3,7 @@ require 'rails/engine' module Coffee module Rails class Engine < ::Rails::Engine + config.root = '/usr/share/ruby-coffee-rails' config.app_generators.javascript_engine :coffee end end debian/copyright0000644000000000000000000000252011773050523011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: coffee-rails Source: https://github.com/rails/coffee-rails Files: * Copyright: 2011 Santiago Pastorino License: 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: debian/* Copyright: 2012 Antonio Terceiro License: The same as the original package. debian/rules0000755000000000000000000000045111773050537010256 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_auto_install: dh_auto_install mkdir -p debian/ruby-coffee-rails/usr/share/ruby-coffee-rails/lib mv debian/ruby-coffee-rails/usr/lib/ruby/vendor_ruby/assets debian/ruby-coffee-rails/usr/share/ruby-coffee-rails/lib/assets debian/watch0000644000000000000000000000015511772726306010233 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/coffee-rails .*/coffee-rails-(.*).tar.gz debian/ruby-coffee-rails.docs0000644000000000000000000000002011773050532013351 0ustar README.markdown debian/compat0000644000000000000000000000000211772726306010377 0ustar 7 debian/control0000644000000000000000000000162011773050722010574 0ustar Source: ruby-coffee-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~) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-coffee-rails.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-coffee-rails.git;a=summary XS-Ruby-Versions: all Package: ruby-coffee-rails Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-coffee-script, ruby-railties-3.2 Description: Coffee Script adapter for the Rails asset pipeline This package adds the ability to write Coffee Script code for a Rails application and have it automatically compiled into Javascript before being sent to the clients.