[DRE-commits] [ruby-paint] 01/04: Add patch to fix test execution during autopkgtest

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Thu Jul 14 19:45:41 UTC 2016


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-paint.

commit 9cf02582ab2b95b2549858e91d775a224f658ab0
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Thu Jul 14 16:26:18 2016 -0300

    Add patch to fix test execution during autopkgtest
---
 debian/changelog                      |  7 +++++++
 debian/patches/fix_autopkg_test.patch | 13 +++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bdfe481..47300b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-paint (0.8.6-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add patch to fix test execution during autopkgtest
+
+ -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Thu, 14 Jul 2016 16:13:39 -0300
+
 ruby-paint (0.8.6-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/fix_autopkg_test.patch b/debian/patches/fix_autopkg_test.patch
new file mode 100644
index 0000000..1eec855
--- /dev/null
+++ b/debian/patches/fix_autopkg_test.patch
@@ -0,0 +1,13 @@
+Description: Fix tests for autopkgtest
+Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
+Last-updated: 2016-07-14
+Forwarded: not-needed 
+Bug: not-needed
+
+Index: ruby-paint/spec/spec_helper.rb
+===================================================================
+--- ruby-paint.orig/spec/spec_helper.rb
++++ ruby-paint/spec/spec_helper.rb
+@@ -1 +1 @@
+-require File.dirname(__FILE__) + '/../lib/paint'
++require 'paint'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c0df8af
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_autopkg_test.patch

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



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