[DRE-commits] [ruby-jquery-rails] 01/02: stop providing rails-assets-jquery

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Sep 18 14:00:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-jquery-rails.

commit 5202347d383564ea6a4ac6c177fc53fdc667f368
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Sep 18 19:13:09 2015 +0530

    stop providing rails-assets-jquery
---
 debian/changelog                   |  7 +++++++
 debian/control                     |  1 -
 debian/rails-assets-jquery.gemspec | 19 -------------------
 debian/rails-assets-jquery.rb      | 18 ------------------
 debian/ruby-jquery-rails.links     |  1 -
 5 files changed, 7 insertions(+), 39 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6dfbdac..4a214c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-jquery-rails (4.0.4-3) UNRELEASED; urgency=medium
+
+  * Team upload
+  * Stop providing ruby-rails-assets-jquery (See #798095)
+
+ -- Pirate Praveen <praveen at debian.org>  Fri, 18 Sep 2015 19:10:21 +0530
+
 ruby-jquery-rails (4.0.4-2) unstable; urgency=medium
 
   * Update packaging with a new dh-make-ruby run
diff --git a/debian/control b/debian/control
index cc880c6..895b0fa 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,6 @@ Depends: ruby | ruby-interpreter,
          libjs-jquery-ui,
          ${misc:Depends},
          ${shlibs:Depends}
-Provides: ruby-rails-assets-jquery
 Description: jQuery for Rails 3+
  This package provides jQuery, jQuery UI and the jQuery-ujs driver for Rails 3
  and 4 applications, and integrates these libraries into the Rails 3+ asset
diff --git a/debian/rails-assets-jquery.gemspec b/debian/rails-assets-jquery.gemspec
deleted file mode 100644
index 6038121..0000000
--- a/debian/rails-assets-jquery.gemspec
+++ /dev/null
@@ -1,19 +0,0 @@
-# coding: utf-8
-lib = File.expand_path('../lib', __FILE__)
-$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-
-Gem::Specification.new do |spec|
-  spec.name          = "rails-assets-jquery"
-  spec.version       = "1.11.1"
-  spec.authors       = ["rails-assets.org"]
-  spec.description   = ""
-  spec.summary       = ""
-  spec.homepage      = "https://github.com/jquery/jquery"
-  spec.license       = "MIT"
-
-  spec.files         = `find ./* -type f | cut -b 3-`.split($/)
-  spec.require_paths = ["lib"]
-
-  spec.add_development_dependency "bundler", "~> 1.3"
-  spec.add_development_dependency "rake"
-end
diff --git a/debian/rails-assets-jquery.rb b/debian/rails-assets-jquery.rb
deleted file mode 100644
index c70fb26..0000000
--- a/debian/rails-assets-jquery.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-require 'fileutils'
-
-gemspec = File.join(File.dirname(__FILE__), 'rails-assets-jquery.gemspec')
-
-spec = Gem::Specification.load(gemspec)
-version = spec.version
-
-dir = 'debian/ruby-jquery-rails/usr/share/rubygems-integration/all/specifications'
-file = ['rails-assets-jquery-', spec.version, '.gemspec'].join
-
-# filter out debian/ files
-spec.files.reject! { |f| f =~ /^debian/ }
-
-FileUtils.mkdir_p dir
-
-File.open(File.join(dir, file), 'w') do |f|
-  f.puts spec.to_ruby
-end
diff --git a/debian/ruby-jquery-rails.links b/debian/ruby-jquery-rails.links
index cf32aec..bcb330a 100644
--- a/debian/ruby-jquery-rails.links
+++ b/debian/ruby-jquery-rails.links
@@ -2,4 +2,3 @@ usr/share/javascript/jquery/jquery.js             usr/share/ruby-jquery-rails/ve
 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
-usr/lib/ruby/vendor_ruby/jquery-rails.rb usr/lib/ruby/vendor_ruby/rails-assets-jquery.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-jquery-rails.git



More information about the Pkg-ruby-extras-commits mailing list