diff -pruN 0.0.1-1.1/debian/changelog 0.0.1-3/debian/changelog
--- 0.0.1-1.1/debian/changelog	2021-01-08 15:32:56.000000000 +0000
+++ 0.0.1-3/debian/changelog	2025-12-01 03:09:07.000000000 +0000
@@ -1,9 +1,24 @@
-ruby-stringify-hash (0.0.1-1.1) unstable; urgency=medium
+ruby-stringify-hash (0.0.1-3) unstable; urgency=medium
 
-  * Non maintainer upload by the Reproducible Builds team.
-  * No source change upload to rebuild on buildd with .buildinfo files.
+  * QA upload.
+  * debian/control:
+    - Bump Standards-Version to "4.7.2".
+    - Remove extension prefix of Ruby-Versions field.
+    - Replace ruby-interpreter by ${ruby:Depends}.
+  * debian/copyright: Update packaging copyright information.
+  * debian/upstream/metadata: Add more fields.
 
- -- Holger Levsen <holger@debian.org>  Fri, 08 Jan 2021 16:32:56 +0100
+ -- Kahue Will Leal Bandeira <kahue@alunos.utfpr.edu.br>  Mon, 01 Dec 2025 00:09:07 -0300
+
+ruby-stringify-hash (0.0.1-2) UNRELEASED; urgency=low
+
+  * QA Upload.
+    Orphan package - see bug 1000992.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 29 Sep 2022 12:34:56 -0000
 
 ruby-stringify-hash (0.0.1-1) unstable; urgency=medium
 
diff -pruN 0.0.1-1.1/debian/compat 0.0.1-3/debian/compat
--- 0.0.1-1.1/debian/compat	2018-11-30 09:59:15.000000000 +0000
+++ 0.0.1-3/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-11
diff -pruN 0.0.1-1.1/debian/control 0.0.1-3/debian/control
--- 0.0.1-1.1/debian/control	2018-11-30 09:59:15.000000000 +0000
+++ 0.0.1-3/debian/control	2025-12-01 03:09:07.000000000 +0000
@@ -1,24 +1,23 @@
 Source: ruby-stringify-hash
 Section: ruby
 Priority: optional
-Maintainer: Freexian Packaging Team <team+freexian@tracker.debian.org>
-Uploaders: Sebastien Delafond <seb@debian.org>
-Build-Depends: debhelper (>= 11),
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Build-Depends: debhelper-compat (= 13),
  gem2deb,
  rake,
  ruby-rspec,
  ruby-simplecov
-Standards-Version: 4.2.1
+Standards-Version: 4.7.2
 Homepage: https://github.com/puppetlabs/stringify-hash
 Vcs-Browser: https://salsa.debian.org/debian/ruby-stringify-hash
 Vcs-Git: https://salsa.debian.org/debian/ruby-stringify-hash.git
-XS-Ruby-Versions: all
+Ruby-Versions: all
 Testsuite: autopkgtest-pkg-ruby
 
 Package: ruby-stringify-hash
 Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}
+Ruby-Versions: ${ruby:Versions}
+Depends: ruby, ${ruby:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: ruby hash object that treats symbols and strings interchangeably
  A ruby hash object that treats symbols and strings interchangeably,
  and also recursively merges hashes.
diff -pruN 0.0.1-1.1/debian/copyright 0.0.1-3/debian/copyright
--- 0.0.1-1.1/debian/copyright	2018-11-30 09:59:15.000000000 +0000
+++ 0.0.1-3/debian/copyright	2025-12-01 03:09:07.000000000 +0000
@@ -7,7 +7,8 @@ Copyright: Alice Nodelman
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2018 Sebastien Delafond <seb@debian.org>
+Copyright: 2018 Sébastien Delafond <seb@debian.org>
+           2025 Kahue Will Leal Bandeira <kahue@alunos.utfpr.edu.br>
 License: Apache-2.0
 
 License: Apache-2.0
diff -pruN 0.0.1-1.1/debian/upstream/metadata 0.0.1-3/debian/upstream/metadata
--- 0.0.1-1.1/debian/upstream/metadata	1970-01-01 00:00:00.000000000 +0000
+++ 0.0.1-3/debian/upstream/metadata	2025-12-01 03:09:07.000000000 +0000
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/puppetlabs-toy-chest/stringify-hash/issues
+Name: stringify-hash
+Repository: https://github.com/puppetlabs-toy-chest/stringify-hash.git
+Repository-Browse: https://github.com/puppetlabs-toy-chest/stringify-hash
