New Upstream Snapshot - ruby-rack-parser

Ready changes

Summary

Merged new upstream version: 0.7.0+git20160406.1.966677d (was: 0.7.0).

Resulting package

Built on 2023-01-11T02:40 (took 11m57s)

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

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

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 4040c6c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-*.gem
-.bundle
-Gemfile.lock
-pkg/*
diff --git a/README.md b/README.md
index 2922e79..31b7c80 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Rack::Parser #
 
+### Looking for a new maintainer! ###
+
 Rack::Parser is a rack middleware that allows your application to do decode/parse incoming post data
 into param hashes for your applications to use. You can provide a custom
 Parser for things like JSON, XML, MSGPACK using your library of choice.
@@ -108,5 +110,5 @@ This project came to being because of:
 
 ## Copyright
 
-Copyright © 2011,2012,2013 Arthur Chiu. See [MIT-LICENSE](https://github.com/achiu/rack-parser/blob/master/MIT-LICENSE) for details.
+Copyright © 2011,2012,2013,2014,2015,2016 Arthur Chiu. See [MIT-LICENSE](https://github.com/achiu/rack-parser/blob/master/MIT-LICENSE) for details.
 
diff --git a/debian/changelog b/debian/changelog
index 4a02c1d..ab1847c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-rack-parser (0.7.0+git20160406.1.966677d-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 02:33:27 -0000
+
 ruby-rack-parser (0.7.0-2) unstable; urgency=medium
 
   * Source only upload for migration to testing
diff --git a/debian/patches/remove-spec-to-lib-relative-require.patch b/debian/patches/remove-spec-to-lib-relative-require.patch
index 24548dd..210ed69 100644
--- a/debian/patches/remove-spec-to-lib-relative-require.patch
+++ b/debian/patches/remove-spec-to-lib-relative-require.patch
@@ -1,8 +1,10 @@
 autopkgtest should test installed package
 
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -4,7 +4,7 @@
+Index: ruby-rack-parser.git/spec/spec_helper.rb
+===================================================================
+--- ruby-rack-parser.git.orig/spec/spec_helper.rb
++++ ruby-rack-parser.git/spec/spec_helper.rb
+@@ -4,7 +4,7 @@ require 'rack'
  require 'rack/test'
  require 'rack/builder'
  require 'json'

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details