New Upstream Snapshot - ruby-multipart-parser

Ready changes

Summary

Merged new upstream version: 0.1.1+git20180127.1.b93890b (was: 0.1.1).

Resulting package

Built on 2023-01-19T21:06 (took 3m19s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots ruby-multipart-parser

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index dd938ad..f0dcca8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ruby-multipart-parser (0.1.1-5) UNRELEASED; urgency=medium
+ruby-multipart-parser (0.1.1+git20180127.1.b93890b-1) UNRELEASED; urgency=medium
 
   * Use secure copyright file specification URI.
+  * New upstream snapshot.
 
- -- Debian Janitor <janitor@jelmer.uk>  Thu, 23 Apr 2020 16:47:28 +0000
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 21:03:55 -0000
 
 ruby-multipart-parser (0.1.1-4) unstable; urgency=medium
 
diff --git a/debian/patches/0001-Ignore-test_long-that-has-always-been-failing.patch b/debian/patches/0001-Ignore-test_long-that-has-always-been-failing.patch
index 84a1409..159431b 100644
--- a/debian/patches/0001-Ignore-test_long-that-has-always-been-failing.patch
+++ b/debian/patches/0001-Ignore-test_long-that-has-always-been-failing.patch
@@ -6,10 +6,10 @@ Subject: Ignore test_long that has always been failing
  test/multipart_parser/reader_test.rb | 8 ++++++++
  1 file changed, 8 insertions(+)
 
-diff --git a/test/multipart_parser/reader_test.rb b/test/multipart_parser/reader_test.rb
-index 4d6e9e8..7d25a83 100644
---- a/test/multipart_parser/reader_test.rb
-+++ b/test/multipart_parser/reader_test.rb
+Index: ruby-multipart-parser.git/test/multipart_parser/reader_test.rb
+===================================================================
+--- ruby-multipart-parser.git.orig/test/multipart_parser/reader_test.rb
++++ ruby-multipart-parser.git/test/multipart_parser/reader_test.rb
 @@ -71,6 +71,12 @@ module MultipartParser
        assert_equal fixture.parts.last[:data], file[:data]
      end
diff --git a/debian/patches/0002-test-don-t-use-relative-require.patch b/debian/patches/0002-test-don-t-use-relative-require.patch
index d5094d7..1330a44 100644
--- a/debian/patches/0002-test-don-t-use-relative-require.patch
+++ b/debian/patches/0002-test-don-t-use-relative-require.patch
@@ -7,10 +7,10 @@ This fixes running the test suite under autopkgtest
  test/multipart_parser/reader_test.rb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/test/multipart_parser/reader_test.rb b/test/multipart_parser/reader_test.rb
-index 7d25a83..d3c8e27 100644
---- a/test/multipart_parser/reader_test.rb
-+++ b/test/multipart_parser/reader_test.rb
+Index: ruby-multipart-parser.git/test/multipart_parser/reader_test.rb
+===================================================================
+--- ruby-multipart-parser.git.orig/test/multipart_parser/reader_test.rb
++++ ruby-multipart-parser.git/test/multipart_parser/reader_test.rb
 @@ -1,5 +1,5 @@
  require 'test/unit'
 -require File.dirname(__FILE__) + "/../../lib/multipart_parser/reader"
diff --git a/metadata.yml b/metadata.yml
deleted file mode 100644
index 20ce094..0000000
--- a/metadata.yml
+++ /dev/null
@@ -1,76 +0,0 @@
---- !ruby/object:Gem::Specification
-name: multipart-parser
-version: !ruby/object:Gem::Version
-  version: 0.1.1
-  prerelease: 
-platform: ruby
-authors:
-- Daniel Abrahamsson
-autorequire: 
-bindir: bin
-cert_chain: []
-date: 2012-08-22 00:00:00.000000000 Z
-dependencies: []
-description: ! 'multipart-parser is a simple parser for multipart MIME messages, written
-  in
-
-  Ruby, based on felixge/node-formidable''s parser.
-
-
-  Some things to note:
-
-  - Pure Ruby
-
-  - Event-driven API
-
-  - Only supports one level of multipart parsing. Invoke another parser if
-
-  you need to handle nested messages.
-
-  - Does not perform I/O.
-
-  - Does not depend on any other library.
-
-'
-email:
-- hamsson@gmail.com
-executables: []
-extensions: []
-extra_rdoc_files: []
-files:
-- LICENSE
-- README
-- Rakefile
-- lib/multipart_parser/parser.rb
-- lib/multipart_parser/reader.rb
-- lib/multipart_parser/version.rb
-- multipart-parser.gemspec
-- test/fixtures/multipart.rb
-- test/multipart_parser/parser_test.rb
-- test/multipart_parser/reader_test.rb
-homepage: https://github.com/danabr/multipart-parser
-licenses: []
-post_install_message: 
-rdoc_options: []
-require_paths:
-- lib
-required_ruby_version: !ruby/object:Gem::Requirement
-  none: false
-  requirements:
-  - - ! '>='
-    - !ruby/object:Gem::Version
-      version: '0'
-required_rubygems_version: !ruby/object:Gem::Requirement
-  none: false
-  requirements:
-  - - ! '>='
-    - !ruby/object:Gem::Version
-      version: '0'
-requirements: []
-rubyforge_project: 
-rubygems_version: 1.8.24
-signing_key: 
-specification_version: 3
-summary: simple parser for multipart MIME messages
-test_files: []
-has_rdoc: 
diff --git a/test/fixtures/multipart.rb b/test/fixtures/multipart.rb
index 89b1bc6..acb737a 100644
--- a/test/fixtures/multipart.rb
+++ b/test/fixtures/multipart.rb
@@ -96,11 +96,11 @@ module MultipartParser::Fixtures
     end
 
     def raw
-      ['----------------------------5c4dc587f69f',
-        'content-disposition: form-data; name="field1"',
-        '',
-        "Joe Blow\r\nalmost tricked you!",
-        '----------------------------5c4dc587f69f--'
+      ['------------------------------5c4dc587f69f',
+       'content-disposition: form-data; name="field1"',
+       '',
+       "Joe Blow\r\nalmost tricked you!",
+       '------------------------------5c4dc587f69f--'
       ].join("\r\n")
     end
   end
diff --git a/test/multipart_parser/parser_test.rb b/test/multipart_parser/parser_test.rb
index f477031..27455ec 100644
--- a/test/multipart_parser/parser_test.rb
+++ b/test/multipart_parser/parser_test.rb
@@ -1,6 +1,6 @@
 require 'test/unit'
-require "multipart_parser/parser"
-require "fixtures/multipart"
+require File.dirname(__FILE__) + "/../../lib/multipart_parser/parser"
+require File.dirname(__FILE__) + "/../fixtures/multipart"
 
 module MultipartParser
   class ParserTest < Test::Unit::TestCase

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details