Hey friends!

this looks like a missing dependency on ruby-rspec-its -- I added it
in (patch attached), but it still fails -- but with new failures!

Thanks for all your hard work,
  Paul
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 ruby-parslet (1.6.1-1.1) UNRELEASED; urgency=medium
 .
   * Non-maintainer upload.
   * Add missing dependency on ruby-rspec-its
Author: Paul Tagliamonte <paul...@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- ruby-parslet-1.6.1.orig/spec/parslet/atoms/dsl_spec.rb
+++ ruby-parslet-1.6.1/spec/parslet/atoms/dsl_spec.rb
@@ -1,4 +1,5 @@
 require 'spec_helper'
+require 'rspec/its'
 
 describe Parslet::Atoms::DSL do
   describe "deprecated methods" do
@@ -14,4 +15,4 @@ describe Parslet::Atoms::DSL do
       its(:positive) { should == true }
     end
   end
-end
\ No newline at end of file
+end
--- ruby-parslet-1.6.1.orig/spec/parslet/position_spec.rb
+++ ruby-parslet-1.6.1/spec/parslet/position_spec.rb
@@ -1,10 +1,11 @@
 # Encoding: UTF-8
 
 require 'spec_helper'
+require 'rspec/its'
 
 describe Parslet::Position do
   slet(:position) { described_class.new('öäüö', 4) }
 
   its(:charpos) { should == 2 }
   its(:bytepos) { should == 4 } 
-end
\ No newline at end of file
+end

Attachment: signature.asc
Description: Digital signature

Reply via email to