[DRE-commits] [ruby-chronic] 01/03: rebuild without git in gemspec

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 5 08:37:37 UTC 2015


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

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

commit 9ec8a82d77501bba1e21a6423d10b1ed95daf02b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 5 13:55:09 2015 +0530

    rebuild without git in gemspec
---
 debian/changelog                           |  6 ++++++
 debian/patches/remove-git-in-gemspec.patch | 18 ++++++++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cf7deb6..505fb91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-chronic (0.10.2-3) unstable; urgency=medium
+
+  * Team upload
+  * Remove git usage to generate gemsepcs in clean build
+
+ -- Pirate Praveen <praveen at debian.org>  Mon, 05 Oct 2015 13:54:59 +0530
 ruby-chronic (0.10.2-2) unstable; urgency=low
 
   * Rebuild for ruby 2.0 as default.
diff --git a/debian/patches/remove-git-in-gemspec.patch b/debian/patches/remove-git-in-gemspec.patch
new file mode 100644
index 0000000..635879e
--- /dev/null
+++ b/debian/patches/remove-git-in-gemspec.patch
@@ -0,0 +1,18 @@
+Index: ruby-chronic/chronic.gemspec
+===================================================================
+--- ruby-chronic.orig/chronic.gemspec
++++ ruby-chronic/chronic.gemspec
+@@ -12,9 +12,9 @@ Gem::Specification.new do |s|
+   s.homepage = 'http://github.com/mojombo/chronic'
+   s.rdoc_options = ['--charset=UTF-8']
+   s.extra_rdoc_files = %w[README.md HISTORY.md LICENSE]
+-  s.files = `git ls-files`.split("\n")
+-  s.test_files = `git ls-files -- test`.split("\n")
++  s.files = ''
++  s.test_files = ''
+ 
+   s.add_development_dependency 'rake'
+   s.add_development_dependency 'minitest'
+-end
+\ No newline at end of file
++end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0a1e876
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-git-in-gemspec.patch

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



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