New Upstream Snapshot - ruby-html2haml

Ready changes

Summary

Merged new upstream version: 2.3.0+git20230121.1.77c6dcc (was: 2.3.0).

Resulting package

Built on 2023-02-09T15:33 (took 3m33s)

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

apt install -t fresh-snapshots ruby-html2haml

Lintian Result

Diff

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index 337f4a6..0000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-name: test
-
-on: [push, pull_request]
-
-jobs:
-  tests:
-    runs-on: ubuntu-18.04
-    strategy:
-      fail-fast: false
-
-      matrix:
-        ruby-version:
-          - '1.9'
-          - '2.0'
-          - '2.1'
-          - '2.2'
-          - '2.3'
-          - '2.4'
-          - '2.5'
-          - '2.6'
-          - '2.7'
-          - '3.0'
-          - '3.1'
-          - ruby-head
-          - jruby
-
-    steps:
-      - uses: actions/checkout@v3
-
-      - uses: ruby/setup-ruby@v1
-        with:
-          ruby-version: ${{ matrix.ruby-version }}
-          bundler-cache: true
-        continue-on-error: ${{ matrix.ruby-version == 'ruby-head' }}
-
-      - run: |
-          bundle exec rake
-        continue-on-error: ${{ (matrix.ruby-version == 'ruby-head') || (matrix.ruby-version == 'jruby') }}
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 83f40ee..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-/.yardoc
-/coverage
-/doc
-/pkg
-*.rbc
-.rbenv-version
-Gemfile.lock
-.rvmrc
-.rbx
-tmp
diff --git a/debian/changelog b/debian/changelog
index 315b831..d50eeba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-html2haml (2.3.0+git20230121.1.77c6dcc-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 09 Feb 2023 15:31:15 -0000
+
 ruby-html2haml (2.3.0-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/fix_test_path b/debian/patches/fix_test_path
index a874d2d..f36c6c9 100644
--- a/debian/patches/fix_test_path
+++ b/debian/patches/fix_test_path
@@ -3,20 +3,20 @@ Forwarded: not-needed
 Last-Update: 2013-05-23
 Description: Explicitly declare 'test' in the tests' search path
 
-Index: git/test/html2haml_test.rb
+Index: ruby-html2haml.git/test/html2haml_test.rb
 ===================================================================
---- git.orig/test/html2haml_test.rb
-+++ git/test/html2haml_test.rb
+--- ruby-html2haml.git.orig/test/html2haml_test.rb
++++ ruby-html2haml.git/test/html2haml_test.rb
 @@ -1,4 +1,5 @@
  # encoding: UTF-8
 +$: << './test'
  require 'test_helper'
  
  class Html2HamlTest < MiniTest::Unit::TestCase
-Index: git/test/erb_test.rb
+Index: ruby-html2haml.git/test/erb_test.rb
 ===================================================================
---- git.orig/test/erb_test.rb
-+++ git/test/erb_test.rb
+--- ruby-html2haml.git.orig/test/erb_test.rb
++++ ruby-html2haml.git/test/erb_test.rb
 @@ -1,3 +1,4 @@
 +$: << './test'
  require 'test_helper'
diff --git a/debian/patches/no_rubygems_nor_bundler b/debian/patches/no_rubygems_nor_bundler
index 897ddfd..81c2b6a 100644
--- a/debian/patches/no_rubygems_nor_bundler
+++ b/debian/patches/no_rubygems_nor_bundler
@@ -3,10 +3,10 @@ Forwarded: not-needed
 Last-Update: 2013-05-23
 Description: Skip the 'rubygems' and 'bundler' calls
 
-Index: ruby-html2haml/lib/html2haml.rb
+Index: ruby-html2haml.git/lib/html2haml.rb
 ===================================================================
---- ruby-html2haml.orig/lib/html2haml.rb	2013-05-23 17:20:12.000000000 -0500
-+++ ruby-html2haml/lib/html2haml.rb	2013-05-23 17:20:35.000000000 -0500
+--- ruby-html2haml.git.orig/lib/html2haml.rb
++++ ruby-html2haml.git/lib/html2haml.rb
 @@ -1,5 +1,6 @@
 -require "rubygems"
 -gem "haml", ">= 3.2"
@@ -16,10 +16,10 @@ Index: ruby-html2haml/lib/html2haml.rb
  require File.expand_path("../html2haml/version", __FILE__)
  require "haml/util"
  require "haml/parser"
-Index: ruby-html2haml/test/test_helper.rb
+Index: ruby-html2haml.git/test/test_helper.rb
 ===================================================================
---- ruby-html2haml.orig/test/test_helper.rb	2013-05-23 17:20:12.000000000 -0500
-+++ ruby-html2haml/test/test_helper.rb	2013-05-23 17:20:12.000000000 -0500
+--- ruby-html2haml.git.orig/test/test_helper.rb
++++ ruby-html2haml.git/test/test_helper.rb
 @@ -1,10 +1,10 @@
 -require "rubygems"
 +# require "rubygems"
diff --git a/debian/patches/use_systemwide_installation b/debian/patches/use_systemwide_installation
index 8ce68cb..f482b01 100644
--- a/debian/patches/use_systemwide_installation
+++ b/debian/patches/use_systemwide_installation
@@ -5,10 +5,10 @@ Description: We should use Ruby's default path
  We should use Ruby's default path, irrespective on where the binary
  is located.
 
-Index: ruby-html2haml/bin/html2haml
+Index: ruby-html2haml.git/bin/html2haml
 ===================================================================
---- ruby-html2haml.orig/bin/html2haml	2013-05-23 16:39:45.000000000 -0500
-+++ ruby-html2haml/bin/html2haml	2013-05-23 17:31:58.000000000 -0500
+--- ruby-html2haml.git.orig/bin/html2haml
++++ ruby-html2haml.git/bin/html2haml
 @@ -1,6 +1,6 @@
  #!/usr/bin/env ruby
  

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details