diff -pruN 0.2.0-1.1/debian/changelog 0.2.0-2/debian/changelog
--- 0.2.0-1.1/debian/changelog	2021-01-06 17:08:03.000000000 +0000
+++ 0.2.0-2/debian/changelog	2025-08-06 14:16:50.000000000 +0000
@@ -1,3 +1,25 @@
+ruby-html2text (0.2.0-2) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Utkarsh Gupta ]
+  * Add salsa-ci.yml
+
+  [ Debian Janitor ]
+  * Use secure copyright file specification URI.
+  * Use secure URI in debian/watch.
+  * Bump debhelper from deprecated 9 to 12.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on ruby-nokogiri.
+    + ruby-html2text: Drop versioned constraint on ruby-nokogiri in Depends.
+
+ -- Lucas Nussbaum <lucas@debian.org>  Wed, 06 Aug 2025 14:16:50 +0000
+
 ruby-html2text (0.2.0-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -pruN 0.2.0-1.1/debian/compat 0.2.0-2/debian/compat
--- 0.2.0-1.1/debian/compat	2017-06-25 07:28:34.000000000 +0000
+++ 0.2.0-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-9
diff -pruN 0.2.0-1.1/debian/control 0.2.0-2/debian/control
--- 0.2.0-1.1/debian/control	2017-06-25 07:28:34.000000000 +0000
+++ 0.2.0-2/debian/control	2025-08-06 14:15:55.000000000 +0000
@@ -1,19 +1,19 @@
 Source: ruby-html2text
 Section: ruby
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc@autistici.org>
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper-compat (= 12),
                gem2deb,
                locales,
                rake,
-               ruby-nokogiri (>= 1.6),
+               ruby-nokogiri,
                ruby-rspec,
                ruby-rspec-collection-matchers
 Build-Conflicts: locales-all
 Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-html2text.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-html2text.git
+Vcs-Git: https://salsa.debian.org/ruby-team/ruby-html2text.git
+Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-html2text
 Homepage: https://github.com/soundasleep/html2text_ruby
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
@@ -22,7 +22,7 @@ Package: ruby-html2text
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
-         ruby-nokogiri (>= 1.6),
+         ruby-nokogiri,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: convert HTML into plain text
diff -pruN 0.2.0-1.1/debian/copyright 0.2.0-2/debian/copyright
--- 0.2.0-1.1/debian/copyright	2017-06-25 07:28:34.000000000 +0000
+++ 0.2.0-2/debian/copyright	2025-08-06 14:15:55.000000000 +0000
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: html2text
 Source: https://github.com/soundasleep/html2text_ruby
 
diff -pruN 0.2.0-1.1/debian/salsa-ci.yml 0.2.0-2/debian/salsa-ci.yml
--- 0.2.0-1.1/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 0.2.0-2/debian/salsa-ci.yml	2025-08-06 14:15:55.000000000 +0000
@@ -0,0 +1,4 @@
+---
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
diff -pruN 0.2.0-1.1/debian/upstream/metadata 0.2.0-2/debian/upstream/metadata
--- 0.2.0-1.1/debian/upstream/metadata	1970-01-01 00:00:00.000000000 +0000
+++ 0.2.0-2/debian/upstream/metadata	2025-08-06 14:15:55.000000000 +0000
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/soundasleep/html2text_ruby/issues
+Bug-Submit: https://github.com/soundasleep/html2text_ruby/issues/new
+Repository: https://github.com/soundasleep/html2text_ruby.git
+Repository-Browse: https://github.com/soundasleep/html2text_ruby
diff -pruN 0.2.0-1.1/debian/watch 0.2.0-2/debian/watch
--- 0.2.0-1.1/debian/watch	2017-06-25 07:28:34.000000000 +0000
+++ 0.2.0-2/debian/watch	2025-08-06 14:15:55.000000000 +0000
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/html2text .*/html2text-(.*).tar.gz
+https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/html2text .*/html2text-(.*).tar.gz
