File: remove-find.patch

package info (click to toggle)
ruby-rails-assets-jquery-colorbox 1.6.3~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 464 kB
  • ctags: 71
  • sloc: ruby: 38; sh: 19; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: avoid listing all files from /
Files list in spec is not very useful
.
 ruby-rails-assets-jquery-colorbox (1.6.3~dfsg-3) experimental; urgency=medium
 .
   * Remove 'find' command for generating files list from gemspec
Author: Pirate Praveen <praveen@debian.org>

---

Origin: <vendor|upstream|other>, <url of original patch>
Last-Update: 2015-11-03

--- ruby-rails-assets-jquery-colorbox-1.6.3~dfsg.orig/rails-assets-jquery-colorbox.gemspec
+++ ruby-rails-assets-jquery-colorbox-1.6.3~dfsg/rails-assets-jquery-colorbox.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
   spec.summary       = "jQuery lightbox and modal window plugin"
   spec.homepage      = "http://www.jacklmoore.com/colorbox"
 
-  spec.files         = `find ./* -type f | cut -b 3-`.split($/)
+  spec.files         = ''
   spec.require_paths = ["lib"]
 
   spec.add_dependency "rails-assets-jquery", ">= 1.3.2"