[DRE-commits] [syncache] 01/01: 0001-syncache.gemspec-drop-git-invokation-fix-license.patch

Dmitry Borodaenko angdraug at moszumanska.debian.org
Sat Apr 16 07:47:13 UTC 2016


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

angdraug pushed a commit to branch master
in repository syncache.

commit 43749fa36b2c335feb6f9f803d12a289a57f606d
Author: Dmitry Borodaenko <angdraug at gmail.com>
Date:   Sat Apr 16 00:45:27 2016 -0700

    0001-syncache.gemspec-drop-git-invokation-fix-license.patch
---
 ...e.gemspec-drop-git-invokation-fix-license.patch | 25 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/0001-syncache.gemspec-drop-git-invokation-fix-license.patch b/debian/patches/0001-syncache.gemspec-drop-git-invokation-fix-license.patch
new file mode 100644
index 0000000..1db5455
--- /dev/null
+++ b/debian/patches/0001-syncache.gemspec-drop-git-invokation-fix-license.patch
@@ -0,0 +1,25 @@
+From: Dmitry Borodaenko <angdraug at gmail.com>
+Date: Sat, 16 Apr 2016 00:42:58 -0700
+Subject: syncache.gemspec: drop git invokation, fix license
+
+---
+ syncache.gemspec | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/syncache.gemspec b/syncache.gemspec
+index 918a027..e835b3f 100644
+--- a/syncache.gemspec
++++ b/syncache.gemspec
+@@ -18,8 +18,10 @@ two-level locking mechanism which ensures that:
+    and as soon as the first thread completes the operation, the result will be
+    returned to all threads.
+     EOF
+-  spec.files       = `git ls-files`.split "\n"
++  spec.files       = %w(COPYING ChangeLog.mtn README.rdoc setup.rb Rakefile
++                        syncache.gemspec bin/syncache-drb man/syncache-drb.1) +
++                     Dir['{lib,test}/**/*.rb']
+   spec.test_files  = Dir['test/ts_*.rb']
+   spec.executables = spec.files.map{|p| p =~ /^bin\/(.*)/ ? $1 : nil }.compact
+-  spec.license     = 'GPL3+'
++  spec.license     = 'GPL-3.0+'
+ end
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..16f682f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-syncache.gemspec-drop-git-invokation-fix-license.patch

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



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