[DRE-commits] [ruby-afm] 01/03: add no_bundler.patch

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jul 2 16:47:22 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-afm.

commit ba9fa06c4d9f65d7c0a9f41e64f7b5289ddaf751
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jul 2 18:21:15 2014 +0200

    add no_bundler.patch
---
 debian/changelog                |  4 +++-
 debian/patches/no_bundler.patch | 14 ++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ba736ae..4b64288 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
 ruby-afm (0.2.2-1) unstable; urgency=medium
 
   * Imported Upstream version 0.2.2
-  * drop ruby_compatibility.patch, not needed any more
+  * Drop ruby_compatibility.patch, not needed any more
+  * Add no_bundler.patch to remove require statements for rubygems and bundler
+    in tests.
   * Bump Standards-Version to 3.9.5 (no changes needed)
 
  -- Cédric Boutillier <boutil at debian.org>  Wed, 02 Jul 2014 18:13:03 +0200
diff --git a/debian/patches/no_bundler.patch b/debian/patches/no_bundler.patch
new file mode 100644
index 0000000..4719cc3
--- /dev/null
+++ b/debian/patches/no_bundler.patch
@@ -0,0 +1,14 @@
+Description: do not require rubygems nor bundler
+ dependencies are managed directly by APT
+Origin: vendor
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: not-needed
+Last-Update: 2014-07-02
+
+--- a/test/helper.rb
++++ b/test/helper.rb
+@@ -1,4 +1,2 @@
+-require 'rubygems'
+-require 'bundler/setup'
+ require 'minitest/autorun'
+ require 'afm'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e7364da
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no_bundler.patch

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



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