diff -pruN 2.0.1-5/debian/changelog 2.0.1-6/debian/changelog
--- 2.0.1-5/debian/changelog	2025-02-11 01:46:33.000000000 +0000
+++ 2.0.1-6/debian/changelog	2025-08-16 19:16:28.000000000 +0000
@@ -1,3 +1,21 @@
+ruby-actionpack-xml-parser (2.0.1-6) unstable; urgency=medium
+
+  * Remove unnecessary debian/.gitattributes.
+  * Rename 0001-remove-bundler-from-tests.patch to
+    remove-bundler-from-tests.patch and expand headers, including adding
+    "Forwarded: not-needed".
+  * Rename 0002-Skip-test-that-depends-on-deprecated-exception.patch to
+    skip-test-that-depends-on-deprecated-exception.patch and expand headers,
+    including adding a forwarded URL.
+  * debian/control:
+    - Add Build-Depends on dh-sequence-ruby.
+    - Move ruby-actionpack and ruby-railties from Build-Depends to
+      Build-Depends-Indep.
+    - Bump Standards-Version from 4.7.0 to 4.7.2, no changes needed.
+  * debian/rules:  Remove unnecessary "--with ruby".
+
+ -- Soren Stoutner <soren@debian.org>  Sat, 16 Aug 2025 12:16:28 -0700
+
 ruby-actionpack-xml-parser (2.0.1-5) unstable; urgency=medium
 
   [ Soren Stoutner ]
diff -pruN 2.0.1-5/debian/control 2.0.1-6/debian/control
--- 2.0.1-5/debian/control	2025-02-11 01:46:33.000000000 +0000
+++ 2.0.1-6/debian/control	2025-08-16 18:10:00.000000000 +0000
@@ -6,14 +6,15 @@ Uploaders: Soren Stoutner <soren@debian.
            Klee Dienes <klee@debian.org>,
            Marc Dequènes (Duck) <Duck@DuckCorp.org>
 Build-Depends: debhelper-compat (= 13),
-               gem2deb,
-               ruby-actionpack,
-               ruby-railties
-Standards-Version: 4.7.0
+               dh-sequence-ruby,
+               gem2deb
+Build-Depends-Indep: ruby-actionpack,
+                     ruby-railties
 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-actionpack-xml-parser.git
 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-actionpack-xml-parser
 Homepage: https://rubyonrails.org
 Testsuite: autopkgtest-pkg-ruby
+Standards-Version: 4.7.2
 
 Package: ruby-actionpack-xml-parser
 Architecture: all
diff -pruN 2.0.1-5/debian/copyright 2.0.1-6/debian/copyright
--- 2.0.1-5/debian/copyright	2025-02-11 01:32:37.000000000 +0000
+++ 2.0.1-6/debian/copyright	2025-08-16 18:13:54.000000000 +0000
@@ -13,6 +13,7 @@ Copyright: 2015 Klee Dienes <klee@debian
 License: Expat
 Comment: The Debian packaging is licensed under the same terms as the original package.
 
+
 License: Expat
  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
diff -pruN 2.0.1-5/debian/patches/0001-remove-bundler-from-tests.patch 2.0.1-6/debian/patches/0001-remove-bundler-from-tests.patch
--- 2.0.1-5/debian/patches/0001-remove-bundler-from-tests.patch	2025-02-11 01:30:16.000000000 +0000
+++ 2.0.1-6/debian/patches/0001-remove-bundler-from-tests.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-From: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-Date: Wed, 5 Sep 2018 15:55:28 -0300
-Subject: Remove bundler from tests
-
-Last-Updated: 2016-03-14
----
- test/helper.rb | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/test/helper.rb b/test/helper.rb
-index 691b577..53d84da 100644
---- a/test/helper.rb
-+++ b/test/helper.rb
-@@ -1,5 +1,3 @@
--require 'bundler/setup'
--
- require 'active_support/testing/autorun'
- require 'action_pack/xml_parser'
- require 'action_controller'
diff -pruN 2.0.1-5/debian/patches/0002-Skip-test-that-depends-on-deprecated-exception.patch 2.0.1-6/debian/patches/0002-Skip-test-that-depends-on-deprecated-exception.patch
--- 2.0.1-5/debian/patches/0002-Skip-test-that-depends-on-deprecated-exception.patch	2025-02-11 01:30:16.000000000 +0000
+++ 2.0.1-6/debian/patches/0002-Skip-test-that-depends-on-deprecated-exception.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,20 +0,0 @@
-From: Lucas Kanashiro <lucas.kanashiro@collabora.com>
-Date: Wed, 5 Sep 2018 16:00:19 -0300
-Subject: Skip test that depends on deprecated exception
-
----
- test/xml_params_parsing_test.rb | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/test/xml_params_parsing_test.rb b/test/xml_params_parsing_test.rb
-index c54b039..24e7d7c 100644
---- a/test/xml_params_parsing_test.rb
-+++ b/test/xml_params_parsing_test.rb
-@@ -64,6 +64,7 @@ class XmlParamsParsingTest < ActionDispatch::IntegrationTest
-   end
- 
-   test "occurring a parse error if parsing unsuccessful" do
-+    skip "ActionDispatch::ParamsParser::ParseError was deprecated and removed from actionpack"
-     with_test_routing do
-       begin
-         $stderr = StringIO.new # suppress the log
diff -pruN 2.0.1-5/debian/patches/remove-bundler-from-tests.patch 2.0.1-6/debian/patches/remove-bundler-from-tests.patch
--- 2.0.1-5/debian/patches/remove-bundler-from-tests.patch	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.1-6/debian/patches/remove-bundler-from-tests.patch	2025-08-16 18:52:31.000000000 +0000
@@ -0,0 +1,17 @@
+Description: Remove bundler from tests.  This patch can probably be dropped once
+ rexml has been packaged.
+Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
+        Soren Stoutner <soren@debian.org>
+Forwarded: not-needed
+Last-Updated: 2016-03-14
+
+diff --git a/test/helper.rb b/test/helper.rb
+index 691b577..53d84da 100644
+--- a/test/helper.rb
++++ b/test/helper.rb
+@@ -1,5 +1,3 @@
+-require 'bundler/setup'
+-
+ require 'active_support/testing/autorun'
+ require 'action_pack/xml_parser'
+ require 'action_controller'
diff -pruN 2.0.1-5/debian/patches/series 2.0.1-6/debian/patches/series
--- 2.0.1-5/debian/patches/series	2025-02-11 01:30:16.000000000 +0000
+++ 2.0.1-6/debian/patches/series	2025-08-16 19:08:42.000000000 +0000
@@ -1,2 +1,2 @@
-0001-remove-bundler-from-tests.patch
-0002-Skip-test-that-depends-on-deprecated-exception.patch
+remove-bundler-from-tests.patch
+skip-test-that-depends-on-deprecated-exception.patch
diff -pruN 2.0.1-5/debian/patches/skip-test-that-depends-on-deprecated-exception.patch 2.0.1-6/debian/patches/skip-test-that-depends-on-deprecated-exception.patch
--- 2.0.1-5/debian/patches/skip-test-that-depends-on-deprecated-exception.patch	1970-01-01 00:00:00.000000000 +0000
+++ 2.0.1-6/debian/patches/skip-test-that-depends-on-deprecated-exception.patch	2025-08-16 19:07:47.000000000 +0000
@@ -0,0 +1,16 @@
+Description: Skip test that depends on deprecated exception.
+Author: Lucas Kanashiro <lucas.kanashiro@collabora.com>
+        Soren Stoutner <soren@debian.org>
+Forwarded: https://github.com/rails/actionpack-xml_parser/issues/20
+Last-Updated: 2025-08-16
+
+--- a/test/xml_params_parsing_test.rb
++++ b/test/xml_params_parsing_test.rb
+@@ -64,6 +64,7 @@ class XmlParamsParsingTest < ActionDispa
+   end
+ 
+   test "occurring a parse error if parsing unsuccessful" do
++    skip "ActionDispatch::ParamsParser::ParseError was deprecated and removed from actionpack"
+     with_test_routing do
+       begin
+         $stderr = StringIO.new # suppress the log
diff -pruN 2.0.1-5/debian/rules 2.0.1-6/debian/rules
--- 2.0.1-5/debian/rules	2025-02-11 01:30:16.000000000 +0000
+++ 2.0.1-6/debian/rules	2025-08-16 18:10:29.000000000 +0000
@@ -3,4 +3,4 @@
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
-	dh $@ --buildsystem=ruby --with ruby
+	dh $@ --buildsystem=ruby
