debian/0000755000000000000000000000000012230333705007164 5ustar debian/rules0000755000000000000000000000070111755736376010270 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/watch0000644000000000000000000000015311755736376010242 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/merb-assets .*/merb-assets-(.*).tar.gz debian/source/0000755000000000000000000000000011760621020010461 5ustar debian/source/format0000644000000000000000000000001411755736376011720 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000002411760621020012073 0ustar single-debian-patch debian/ruby-merb-assets.docs0000644000000000000000000000000711755736376013265 0ustar README debian/ruby-tests.rake0000644000000000000000000000022012230323070012135 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/*_spec.rb' end task :default => :spec debian/copyright0000644000000000000000000000234112160614556011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: merb-assets Source: http://www.merbivore.com/ Files: * Copyright: Copyright (c) 2008 Ezra Zygmuntowicz License: MIT 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/control0000644000000000000000000000176012230331762010574 0ustar Source: ruby-merb-assets Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Tollef Fog Heen Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-rspec, ruby-json, ruby-merb-core Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-merb-assets.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-merb-assets.git;a=summary Homepage: http://merbivore.com/ XS-Ruby-Versions: all Package: ruby-merb-assets Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-merb-core (>= 1.1.3), ruby-json Description: Plugin library for Merb that provides helpers for assets Provides extra functionality related to assets: * Assets bundling. * Assets hosts. * Helpers to add asset links to views. * Deployment-time assets processing (for instance, with YUI Compressor). debian/patches/0000755000000000000000000000000012230333705010613 5ustar debian/patches/series0000644000000000000000000000001712230333705012026 0ustar debian-changes debian/patches/debian-changes0000644000000000000000000000424512230334076013375 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . ruby-merb-assets (1.1.3-2) unstable; urgency=low . * Team upload * debian/control: + remove obsolete DM-Upload-Allowed flag + use canonical URI in Vcs-* fields + bump Standards-Version to 3.9.4 (no changes needed) + drop transitional packages * debian/copyright: use copyright-format/1.0 official URL for Format * Use the rake method to run the tests. They now can find spec_helper.rb (Closes: #725544) Author: Cédric Boutillier Bug-Debian: http://bugs.debian.org/725544 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- ruby-merb-assets-1.1.3.orig/spec/spec_helper.rb +++ ruby-merb-assets-1.1.3/spec/spec_helper.rb @@ -1,4 +1,4 @@ -require "rubygems" +#require "rubygems" require "json" # Use current merb-core sources if running from a typical dev checkout. @@ -10,7 +10,7 @@ require 'merb-core' require "merb-assets" # Satisfies Autotest and anyone else not using the Rake tasks -require 'spec' +require 'rspec' Merb.start :environment => 'test' @@ -18,6 +18,6 @@ Merb::Plugins.config[:asset_helpers][:ma Merb::Plugins.config[:asset_helpers][:asset_domain] = "assets%d" Merb::Plugins.config[:asset_helpers][:domain] = "my-awesome-domain.com" -Spec::Runner.configure do |config| +RSpec::Runner.configure do |config| config.include Merb::Test::RequestHelper end debian/compat0000644000000000000000000000000211755736376010410 0ustar 7 debian/changelog0000644000000000000000000000425712230331734011046 0ustar ruby-merb-assets (1.1.3-2) unstable; urgency=low * Team upload * debian/control: + remove obsolete DM-Upload-Allowed flag + use canonical URI in Vcs-* fields + bump Standards-Version to 3.9.4 (no changes needed) + drop transitional packages * debian/copyright: use copyright-format/1.0 official URL for Format * Use the rake method to run the tests. They now can find spec_helper.rb (Closes: #725544) -- Cédric Boutillier Fri, 18 Oct 2013 23:55:10 +0200 ruby-merb-assets (1.1.3-1) unstable; urgency=low * Convert to new-style ruby package -- Tollef Fog Heen Fri, 18 May 2012 12:53:46 +0200 merb (1.0.12+dfsg-6) unstable; urgency=low * Convert to new-style packaging. -- Tollef Fog Heen Sat, 21 Apr 2012 19:10:56 +0200 merb (1.0.12+dfsg-5) unstable; urgency=low * Use dep.to_spec.activate instead of Gem.activate, since newer rubygems doesn't support Gem.activate any longer. -- Tollef Fog Heen Mon, 16 Apr 2012 22:00:50 +0200 merb (1.0.12+dfsg-4) unstable; urgency=low * Add merb-param-protection package. * Merb depends on RubyGems to enable library dependency plugin mechanism. -- Joshua Timberman Wed, 17 Mar 2010 19:38:55 -0600 merb (1.0.12+dfsg-3) unstable; urgency=low [ Paul van Tilburg ] * debian/watch: changed the regexp so that it makes PET happy too. [ Mike Castleman ] * debian/copyright: clarify that we don't ship the allison library (closes: #574142) -- Mike Castleman Wed, 17 Mar 2010 03:07:17 -0400 merb (1.0.12+dfsg-2) unstable; urgency=low * Packaging approved for Ubuntu, updating for Debian. * Rename merb-slices binary from slice to merb-slice. * Repack upstream tarball, should not affect Debian packaging but noted: + Replaced upstream empty LICENSE file with MIT license + Removed object files which are part of the webrat spec testing. -- Joshua Timberman Thu, 27 Aug 2009 08:56:09 -0600 merb (1.0.12+dfsg-1) unstable; urgency=low * Initial release (Closes: #538928) -- Joshua Timberman Mon, 27 Jul 2009 23:38:37 -0600