[DRE-commits] [ruby-rack-contrib] 01/01: rack-contrib.gemspec: remove dependency on `git` command line as well.

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jul 15 15:24:21 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-rack-contrib.

commit abea45344ad48d68b55d4dd5e52bdc69323d397a
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jul 15 12:21:25 2015 -0300

    rack-contrib.gemspec: remove dependency on `git` command line as well.
---
 debian/changelog                                            |  7 +++++++
 .../0001-Remove-dependency-on-git-version-bump.patch        | 13 +++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d08e0a2..91cfd41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-rack-contrib (1.3.0-2) UNRELEASED; urgency=medium
+
+  * debian/patches/0001-Remove-dependency-on-git-version-bump.patch: remove
+    dependency on `git` command line as well.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Wed, 15 Jul 2015 12:20:55 -0300
+
 ruby-rack-contrib (1.3.0-1) unstable; urgency=medium
 
   * Initial release
diff --git a/debian/patches/0001-Remove-dependency-on-git-version-bump.patch b/debian/patches/0001-Remove-dependency-on-git-version-bump.patch
index b9a0770..5df1219 100644
--- a/debian/patches/0001-Remove-dependency-on-git-version-bump.patch
+++ b/debian/patches/0001-Remove-dependency-on-git-version-bump.patch
@@ -9,8 +9,6 @@ does not work with Debian packages.
  rack-contrib.gemspec | 11 +++--------
  2 files changed, 10 insertions(+), 10 deletions(-)
 
-diff --git a/lib/rack/contrib.rb b/lib/rack/contrib.rb
-index 464a805..54b61aa 100644
 --- a/lib/rack/contrib.rb
 +++ b/lib/rack/contrib.rb
 @@ -1,10 +1,15 @@
@@ -31,8 +29,6 @@ index 464a805..54b61aa 100644
      end
    end
  
-diff --git a/rack-contrib.gemspec b/rack-contrib.gemspec
-index b86dae8..ba2435b 100644
 --- a/rack-contrib.gemspec
 +++ b/rack-contrib.gemspec
 @@ -1,16 +1,12 @@
@@ -55,6 +51,15 @@ index b86dae8..ba2435b 100644
  
    s.licenses = ['MIT']
  
+@@ -25,7 +21,7 @@ Gem::Specification.new do |s|
+     AUTHORS
+     COPYING
+     README.md
+-  ] + `git ls-files -z lib`.split("\0")
++  ] + Dir.glob('lib/**/*.rb')
+ 
+   s.test_files = s.files.select {|path| path =~ /^test\/spec_.*\.rb/}
+ 
 @@ -35,7 +31,6 @@ Gem::Specification.new do |s|
    # update `test/gemfiles/minimum_versions`!
    #

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



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