New Upstream Snapshot - ruby-omniauth-atlassian-oauth2

Ready changes

Summary

Merged new upstream version: 0.2.0+git20190618.1.8e2ee9d (was: 0.2.0).

Resulting package

Built on 2023-01-11T23:12 (took 3m3s)

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

apt install -t fresh-snapshots ruby-omniauth-atlassian-oauth2

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 86339a0..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-*.gem
\ No newline at end of file
diff --git a/README.md b/README.md
index 6faf5b0..8412c86 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,9 @@ Here's an example for adding the middleware to a Rails app in
 
 ```ruby
 Rails.application.config.middleware.use OmniAuth::Builder do
-  provider :atlassian_oauth2, ENV['ATLASSIAN_CLIENT_ID'], ENV['ATLASSIAN_CLIENT_SECRET']
+  provider :atlassian_oauth2, ENV['ATLASSIAN_CLIENT_ID'], ENV['ATLASSIAN_CLIENT_SECRET'],
     scope: "offline_access read:jira-user read:jira-work",
-    prompt: "consent",
+    prompt: "consent"
 end
 ```
 
diff --git a/debian/changelog b/debian/changelog
index 181fdd1..8753440 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-omniauth-atlassian-oauth2 (0.2.0+git20190618.1.8e2ee9d-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 23:10:14 -0000
+
 ruby-omniauth-atlassian-oauth2 (0.2.0-2) unstable; urgency=medium
 
   * Source only upload for migration to testing
diff --git a/debian/patches/remove-git-in-gemspec.patch b/debian/patches/remove-git-in-gemspec.patch
index 1f60783..74be169 100644
--- a/debian/patches/remove-git-in-gemspec.patch
+++ b/debian/patches/remove-git-in-gemspec.patch
@@ -1,8 +1,10 @@
 Debian build environment is not a git repository
 
---- a/omniauth-atlassian-oauth2.gemspec
-+++ b/omniauth-atlassian-oauth2.gemspec
-@@ -15,7 +15,7 @@
+Index: ruby-omniauth-atlassian-oauth2.git/omniauth-atlassian-oauth2.gemspec
+===================================================================
+--- ruby-omniauth-atlassian-oauth2.git.orig/omniauth-atlassian-oauth2.gemspec
++++ ruby-omniauth-atlassian-oauth2.git/omniauth-atlassian-oauth2.gemspec
+@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
    gem.email         = ['benstandefer@gmail.com']
    gem.homepage      = 'https://github.com/aguynamedben/omniauth-atlassian-oauth2'
  

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details