[DRE-commits] [ruby-delorean] 01/01: added forgotten patch for autopkgtests

Jonas Genannt jonas at brachium-system.net
Thu Oct 9 11:53:29 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository ruby-delorean.

commit 9e9089a314c71c6629068b5c225a08becec2c972
Author: Jonas Genannt <jonas.genannt at brachium-system.net>
Date:   Thu Oct 9 13:53:21 2014 +0200

    added forgotten patch for autopkgtests
---
 debian/changelog                     |  1 +
 debian/patches/fix_build_tests.patch | 14 ++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6776f26..912c1e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ruby-delorean (2.1.0-1) unstable; urgency=low
 
   [ Jonas Genannt ]
   * Imported Upstream version 2.1.0
+  * added patch to suport autopkgtests
   * d/control:
     - added Testsuite headers
     - bumped up standards version to 3.9.6 (no changes needed)
diff --git a/debian/patches/fix_build_tests.patch b/debian/patches/fix_build_tests.patch
new file mode 100644
index 0000000..49085c1
--- /dev/null
+++ b/debian/patches/fix_build_tests.patch
@@ -0,0 +1,14 @@
+Description: fix require of spec tests for DEP8 autopkgtests
+Author: Jonas Genannt <jonas.genannt at capi2name.de>
+Forwarded: not-needed
+
+--- a/spec/delorean_spec.rb
++++ b/spec/delorean_spec.rb
+@@ -1,6 +1,6 @@
+ require 'rubygems'
+ require 'active_support/all'
+-require File.expand_path("../lib/delorean", File.dirname(__FILE__))
++require 'delorean'
+ 
+ describe Delorean do
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..31e8e44
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_build_tests.patch

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



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