New Upstream Snapshot - ruby-fog-local

Ready changes

Summary

Merged new upstream version: 0.8.0+git20220124.1.65e3d01 (was: 0.8.0).

Resulting package

Built on 2023-02-09T15:42 (took 3m37s)

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

apt install -t fresh-snapshots ruby-fog-local

Lintian Result

Diff

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 9f77688..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-version: 2
-updates:
-  - package-ecosystem: "bundler"
-    directory: "/"
-    schedule:
-      interval: "daily"
-  - package-ecosystem: "github-actions"
-    directory: "/"
-    schedule:
-      interval: "daily"
diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
deleted file mode 100644
index 07e3d2e..0000000
--- a/.github/workflows/ruby.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-# This workflow uses actions that are not certified by GitHub.
-# They are provided by a third-party and are governed by
-# separate terms of service, privacy policy, and support
-# documentation.
-# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
-# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
-
-name: Ruby
-
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
-
-jobs:
-  test:
-
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        ruby-version: ['2.5', '2.6', '2.7', '3.0', 'head']
-
-    steps:
-    - uses: actions/checkout@v2
-    - name: Set up Ruby
-      uses: ruby/setup-ruby@v1
-      with:
-        ruby-version: ${{ matrix.ruby-version }}
-        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
-    - name: Install dependencies
-      run: bundle install
-    - name: Run tests
-      run: bundle exec rake
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
deleted file mode 100644
index 6cb301e..0000000
--- a/.github/workflows/stale.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-name: Mark stale issues and pull requests
-
-on:
-  schedule:
-  - cron: "30 1 * * *"
-
-jobs:
-  stale:
-
-    runs-on: ubuntu-latest
-
-    steps:
-    - uses: actions/stale@v3
-      with:
-        repo-token: ${{ secrets.GITHUB_TOKEN }}
-        days-before-stale: 60
-        days-before-close: 7
-        exempt-issue-labels: 'pinned,security'
-        exempt-pr-labels: 'pinned,security'
-        stale-issue-message: 'This issue has been marked inactive and will be closed if no further activity occurs.'
-        stale-pr-message: 'This pr has been marked inactive and will be closed if no further activity occurs.'
-        stale-issue-label: 'no-issue-activity'
-        stale-pr-label: 'no-pr-activity'
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index a7009be..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-/.bundle/
-/.yardoc
-/Gemfile.lock
-/_yardoc/
-/coverage/
-/doc/
-/pkg/
-/spec/reports/
-/tmp/
-*.bundle
-*.so
-*.o
-*.a
-mkmf.log
-tests/.fog
diff --git a/debian/changelog b/debian/changelog
index e1d41c9..601393b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-fog-local (0.8.0+git20220124.1.65e3d01-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 09 Feb 2023 15:40:16 -0000
+
 ruby-fog-local (0.8.0-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/debian/patches/bundler b/debian/patches/bundler
index 2a65a38..56631df 100644
--- a/debian/patches/bundler
+++ b/debian/patches/bundler
@@ -2,8 +2,10 @@ Description: Remove bundler usage from test
  Remove the usage of Bundler from test helper file
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/tests/helper.rb
-+++ b/tests/helper.rb
+Index: ruby-fog-local.git/tests/helper.rb
+===================================================================
+--- ruby-fog-local.git.orig/tests/helper.rb
++++ ruby-fog-local.git/tests/helper.rb
 @@ -1,14 +1,6 @@
 -begin
 -  require "codeclimate-test-reporter"

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details